Class CometPageTemplateElementMetadata

java.lang.Object
com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplateElementMetadata
All Implemented Interfaces:
Serializable

public class CometPageTemplateElementMetadata extends Object implements Serializable
The Class CometPageTemplateElementMetadata.
See Also:
  • 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

      public List<ContentMetaData> getMetadata()

      Gets metadata assigned to this page template element.

      Returns:
      list of ContentMetaData objects
    • setMetadata

      public void setMetadata(List<ContentMetaData> metadata)

      Sets metadata that will be assigned to this page template element .

      Parameters:
      metadata - the new metadata