Class ContentSlotForPageRelationData

java.lang.Object
de.hybris.platform.cms2.version.converter.customattribute.CMSVersionCustomAttribute
de.hybris.platform.cms2.version.converter.customattribute.data.ContentSlotForPageRelationData

public class ContentSlotForPageRelationData extends CMSVersionCustomAttribute
Data generator used for ContentSlotForPage relations.
  • Constructor Details

    • ContentSlotForPageRelationData

      public ContentSlotForPageRelationData()
  • Method Details

    • toData

      public 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(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 String getPosition()
    • setPosition

      public void setPosition(String position)
    • getPk

      public PK getPk()
    • setPk

      public void setPk(PK pk)