Class DefaultComponentTypeAttributeStructure
java.lang.Object
de.hybris.platform.cmsfacades.types.service.impl.DefaultComponentTypeAttributeStructure
- All Implemented Interfaces:
ComponentTypeAttributeStructure
public class DefaultComponentTypeAttributeStructure
extends Object
implements ComponentTypeAttributeStructure
Default implementation of
ComponentTypeAttributeStructure. This is a simple POJO implementation.-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGet the populators to be used when converting the representingAttributeDescriptorModelto aComponentTypeAttributeData.Position of this attribute compared with the position of the other attributesGet the qualifier identifying theAttributeDescriptorModel.Get the typecode identifying theComposedTypeModelthat this attribute belongs to.voidSets the populators to be used when converting the representingAttributeDescriptorModelto aComponentTypeAttributeData.voidsetPosition(Integer position) voidsetQualifier(String qualifier) Sets the qualifier identifying theAttributeDescriptorModel.voidsetTypecode(String typecode) Sets the typecode identifying theComposedTypeModelthat this attribute belongs to.
-
Constructor Details
-
DefaultComponentTypeAttributeStructure
public DefaultComponentTypeAttributeStructure() -
DefaultComponentTypeAttributeStructure
-
-
Method Details
-
getQualifier
Description copied from interface:ComponentTypeAttributeStructureGet the qualifier identifying theAttributeDescriptorModel.- Specified by:
getQualifierin interfaceComponentTypeAttributeStructure- Returns:
- the qualifier
-
setQualifier
Description copied from interface:ComponentTypeAttributeStructureSets the qualifier identifying theAttributeDescriptorModel.- Specified by:
setQualifierin interfaceComponentTypeAttributeStructure- Parameters:
qualifier- - the qualifier
-
getTypecode
Description copied from interface:ComponentTypeAttributeStructureGet the typecode identifying theComposedTypeModelthat this attribute belongs to.- Specified by:
getTypecodein interfaceComponentTypeAttributeStructure- Returns:
- the typecode
-
setTypecode
Description copied from interface:ComponentTypeAttributeStructureSets the typecode identifying theComposedTypeModelthat this attribute belongs to.- Specified by:
setTypecodein interfaceComponentTypeAttributeStructure- Parameters:
typecode- - the typecode
-
getPopulators
Description copied from interface:ComponentTypeAttributeStructureGet the populators to be used when converting the representingAttributeDescriptorModelto aComponentTypeAttributeData.- Specified by:
getPopulatorsin interfaceComponentTypeAttributeStructure- Returns:
- the populators
-
setPopulators
public void setPopulators(List<Populator<AttributeDescriptorModel, ComponentTypeAttributeData>> populators) Description copied from interface:ComponentTypeAttributeStructureSets the populators to be used when converting the representingAttributeDescriptorModelto aComponentTypeAttributeData.- Specified by:
setPopulatorsin interfaceComponentTypeAttributeStructure- Parameters:
populators- - the populators
-
getPosition
Description copied from interface:ComponentTypeAttributeStructurePosition of this attribute compared with the position of the other attributes- Specified by:
getPositionin interfaceComponentTypeAttributeStructure- Returns:
-
setPosition
-