Class ContentSlotForPageRelationData


  • public class ContentSlotForPageRelationData
    extends CMSVersionCustomAttribute
    Data generator used for ContentSlotForPage relations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PK getPk()  
      java.lang.String getPosition()  
      void init​(java.lang.String value)
      Method to populate all attributes of the current class with data that is parsed from value.
      The value is generated by toData() method.
      void setPk​(PK pk)  
      void setPosition​(java.lang.String position)  
      java.lang.String toData()
      Method to convert attributes of a class to a string.
      • Methods inherited from class java.lang.Object

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

      • ContentSlotForPageRelationData

        public ContentSlotForPageRelationData()
    • Method Detail

      • toData

        public java.lang.String toData()
        Description copied from class: CMSVersionCustomAttribute
        Method to convert attributes of a class to a string. For example, if the class has two attributes like
        primaryKey and position, the implementation should look like
        Specified by:
        toData in class CMSVersionCustomAttribute
        Returns:
        the representation of an attribute in the form of a string.
      • init

        public void init​(java.lang.String value)
        Description copied from class: CMSVersionCustomAttribute
        Method to populate all attributes of the current class with data that is parsed from value.
        The value is generated by toData() method.
        Specified by:
        init in class CMSVersionCustomAttribute
        Parameters:
        value - the value to parse.
      • getPosition

        public java.lang.String getPosition()
      • setPosition

        public void setPosition​(java.lang.String position)
      • getPk

        public PK getPk()
      • setPk

        public void setPk​(PK pk)