Package de.hybris.y2ysync.model
Class Y2YColumnDefinitionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.y2ysync.model.Y2YColumnDefinitionModel
- All Implemented Interfaces:
Serializable
Generated model class for type Y2YColumnDefinition first defined at extension y2ysync.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated relation code constant for relationY2YStreamConfiguration2ColumnDefinitionsdefining source attributestreamConfigurationin extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YColumnDefinition.attributeDescriptorattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YColumnDefinition.columnNameattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YColumnDefinition.impexHeaderattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YColumnDefinition.languageattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YColumnDefinition.positionattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YColumnDefinition.streamConfigurationattribute defined at extensiony2ysync.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Y2YColumnDefinitionModel(AttributeDescriptorModel _attributeDescriptor, String _impexHeader, ItemModel _owner, Y2YStreamConfigurationModel _streamConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing contextY2YColumnDefinitionModel(String _impexHeader, Y2YStreamConfigurationModel _streamConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theY2YColumnDefinition.attributeDescriptorattribute defined at extensiony2ysync.Generated method - Getter of theY2YColumnDefinition.columnNameattribute defined at extensiony2ysync.Generated method - Getter of theY2YColumnDefinition.impexHeaderattribute defined at extensiony2ysync.Generated method - Getter of theY2YColumnDefinition.languageattribute defined at extensiony2ysync.Generated method - Getter of theY2YColumnDefinition.positionattribute defined at extensiony2ysync.Generated method - Getter of theY2YColumnDefinition.streamConfigurationattribute defined at extensiony2ysync.voidGenerated method - Initial setter ofY2YColumnDefinition.attributeDescriptorattribute defined at extensiony2ysync.voidsetColumnName(String value) Generated method - Setter ofY2YColumnDefinition.columnNameattribute defined at extensiony2ysync.voidsetImpexHeader(String value) Generated method - Setter ofY2YColumnDefinition.impexHeaderattribute defined at extensiony2ysync.voidsetLanguage(LanguageModel value) Generated method - Setter ofY2YColumnDefinition.languageattribute defined at extensiony2ysync.voidsetPosition(Integer value) Generated method - Setter ofY2YColumnDefinition.positionattribute defined at extensiony2ysync.voidGenerated method - Initial setter ofY2YColumnDefinition.streamConfigurationattribute defined at extensiony2ysync.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_Y2YSTREAMCONFIGURATION2COLUMNDEFINITIONS
Generated relation code constant for relationY2YStreamConfiguration2ColumnDefinitionsdefining source attributestreamConfigurationin extensiony2ysync.- See Also:
-
POSITION
Generated constant - Attribute key ofY2YColumnDefinition.positionattribute defined at extensiony2ysync.- See Also:
-
ATTRIBUTEDESCRIPTOR
Generated constant - Attribute key ofY2YColumnDefinition.attributeDescriptorattribute defined at extensiony2ysync.- See Also:
-
LANGUAGE
Generated constant - Attribute key ofY2YColumnDefinition.languageattribute defined at extensiony2ysync.- See Also:
-
COLUMNNAME
Generated constant - Attribute key ofY2YColumnDefinition.columnNameattribute defined at extensiony2ysync.- See Also:
-
IMPEXHEADER
Generated constant - Attribute key ofY2YColumnDefinition.impexHeaderattribute defined at extensiony2ysync.- See Also:
-
STREAMCONFIGURATION
Generated constant - Attribute key ofY2YColumnDefinition.streamConfigurationattribute defined at extensiony2ysync.- See Also:
-
-
Constructor Details
-
Y2YColumnDefinitionModel
public Y2YColumnDefinitionModel()Generated constructor - Default constructor for generic creation. -
Y2YColumnDefinitionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
Y2YColumnDefinitionModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YColumnDefinitionModel(String _impexHeader, Y2YStreamConfigurationModel _streamConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_impexHeader- initial attribute declared by typeY2YColumnDefinitionat extensiony2ysync_streamConfiguration- initial attribute declared by typeY2YColumnDefinitionat extensiony2ysync
-
Y2YColumnDefinitionModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YColumnDefinitionModel(AttributeDescriptorModel _attributeDescriptor, String _impexHeader, ItemModel _owner, Y2YStreamConfigurationModel _streamConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_attributeDescriptor- initial attribute declared by typeY2YColumnDefinitionat extensiony2ysync_impexHeader- initial attribute declared by typeY2YColumnDefinitionat extensiony2ysync_owner- initial attribute declared by typeItemat extensioncore_streamConfiguration- initial attribute declared by typeY2YColumnDefinitionat extensiony2ysync
-
-
Method Details
-
getAttributeDescriptor
@Accessor(qualifier="attributeDescriptor", type=GETTER) public AttributeDescriptorModel getAttributeDescriptor()Generated method - Getter of theY2YColumnDefinition.attributeDescriptorattribute defined at extensiony2ysync.- Returns:
- the attributeDescriptor
-
getColumnName
Generated method - Getter of theY2YColumnDefinition.columnNameattribute defined at extensiony2ysync.- Returns:
- the columnName
-
getImpexHeader
Generated method - Getter of theY2YColumnDefinition.impexHeaderattribute defined at extensiony2ysync.- Returns:
- the impexHeader
-
getLanguage
Generated method - Getter of theY2YColumnDefinition.languageattribute defined at extensiony2ysync.- Returns:
- the language
-
getPosition
Generated method - Getter of theY2YColumnDefinition.positionattribute defined at extensiony2ysync.- Returns:
- the position
-
getStreamConfiguration
@Accessor(qualifier="streamConfiguration", type=GETTER) public Y2YStreamConfigurationModel getStreamConfiguration()Generated method - Getter of theY2YColumnDefinition.streamConfigurationattribute defined at extensiony2ysync.- Returns:
- the streamConfiguration
-
setAttributeDescriptor
@Accessor(qualifier="attributeDescriptor", type=SETTER) public void setAttributeDescriptor(AttributeDescriptorModel value) Generated method - Initial setter ofY2YColumnDefinition.attributeDescriptorattribute defined at extensiony2ysync. Can only be used at creation of model - before first save.- Parameters:
value- the attributeDescriptor
-
setColumnName
Generated method - Setter ofY2YColumnDefinition.columnNameattribute defined at extensiony2ysync.- Parameters:
value- the columnName
-
setImpexHeader
Generated method - Setter ofY2YColumnDefinition.impexHeaderattribute defined at extensiony2ysync.- Parameters:
value- the impexHeader
-
setLanguage
Generated method - Setter ofY2YColumnDefinition.languageattribute defined at extensiony2ysync.- Parameters:
value- the language
-
setPosition
Generated method - Setter ofY2YColumnDefinition.positionattribute defined at extensiony2ysync.- Parameters:
value- the position
-
setStreamConfiguration
@Accessor(qualifier="streamConfiguration", type=SETTER) public void setStreamConfiguration(Y2YStreamConfigurationModel value) Generated method - Initial setter ofY2YColumnDefinition.streamConfigurationattribute defined at extensiony2ysync. Can only be used at creation of model - before first save.- Parameters:
value- the streamConfiguration
-