Class CometPageTemplateElementMetadata
java.lang.Object
com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateElementMetadata
- All Implemented Interfaces:
Serializable
The Class CometPageTemplateElementMetadata.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets metadata assigned to this page template element.intGets the sequence number of the page template element.intgetUid()Gets the uid identifier of the page template element.voidsetMetadata(List<ContentMetaData> metadata) Sets metadata that will be assigned to this page template element .voidsetSequence(int sequence) Sets the sequence number of the page template element.voidsetUid(int uid) Sets the uid identifier of the page template element.
-
Constructor Details
-
CometPageTemplateElementMetadata
public CometPageTemplateElementMetadata()
-
-
Method Details
-
getUid
public int getUid()Gets the uid identifier of the page template element.- Returns:
- uid of the page template element
-
setUid
public void setUid(int uid) Sets the uid identifier of the page template element.- Parameters:
uid- of the page template element
-
getSequence
public int getSequence()Gets the sequence number of the page template element.- Returns:
- the sequence number of the page template element
-
setSequence
public void setSequence(int sequence) Sets the sequence number of the page template element.- Parameters:
sequence- the new sequence
-
getMetadata
Gets metadata assigned to this page template element.
- Returns:
- list of ContentMetaData objects
-
setMetadata
Sets metadata that will be assigned to this page template element .
- Parameters:
metadata- the new metadata
-