Class CometPageTemplateElementMetadata

  • All Implemented Interfaces:
    java.io.Serializable

    public class CometPageTemplateElementMetadata
    extends java.lang.Object
    implements java.io.Serializable
    The Class CometPageTemplateElementMetadata.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ContentMetaData> getMetadata()
      Gets metadata assigned to this page template element.
      int getSequence()
      Gets the sequence number of the page template element.
      int getUid()
      Gets the uid identifier of the page template element.
      void setMetadata​(java.util.List<ContentMetaData> metadata)
      Sets metadata that will be assigned to this page template element .
      void setSequence​(int sequence)
      Sets the sequence number of the page template element.
      void setUid​(int uid)
      Sets the uid identifier of the page template element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CometPageTemplateElementMetadata

        public CometPageTemplateElementMetadata()
    • Method Detail

      • 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 java.util.List<ContentMetaData> getMetadata()

        Gets metadata assigned to this page template element.

        Returns:
        list of ContentMetaData objects
      • setMetadata

        public void setMetadata​(java.util.List<ContentMetaData> metadata)

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

        Parameters:
        metadata - the new metadata