Class ContentSlotForPageRelationData
java.lang.Object
de.hybris.platform.cms2.version.converter.customattribute.CMSVersionCustomAttribute
de.hybris.platform.cms2.version.converter.customattribute.data.ContentSlotForPageRelationData
Data generator used for ContentSlotForPage relations.
-
Field Summary
Fields inherited from class de.hybris.platform.cms2.version.converter.customattribute.CMSVersionCustomAttribute
DELIMITER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPk()voidMethod to populate all attributes of the current class with data that is parsed from value.
The value is generated by toData() method.voidvoidsetPosition(String position) toData()Method to convert attributes of a class to a string.Methods inherited from class de.hybris.platform.cms2.version.converter.customattribute.CMSVersionCustomAttribute
getDelimiter, toString
-
Constructor Details
-
ContentSlotForPageRelationData
public ContentSlotForPageRelationData()
-
-
Method Details
-
toData
Description copied from class:CMSVersionCustomAttributeMethod 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:
toDatain classCMSVersionCustomAttribute- Returns:
- the representation of an attribute in the form of a string.
-
init
Description copied from class:CMSVersionCustomAttributeMethod to populate all attributes of the current class with data that is parsed from value.
The value is generated by toData() method.- Specified by:
initin classCMSVersionCustomAttribute- Parameters:
value- the value to parse.
-
getPosition
-
setPosition
-
getPk
-
setPk
-