Class AttributeValueAssignmentModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.catalog.model.classification.AttributeValueAssignmentModel
- All Implemented Interfaces:
Serializable
Generated model class for type AttributeValueAssignment first defined at extension catalog.
- 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 constant - Attribute key ofAttributeValueAssignment.attributeattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofAttributeValueAssignment.attributeAssignmentattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofAttributeValueAssignment.externalIDattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofAttributeValueAssignment.positionattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofAttributeValueAssignment.systemVersionattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofAttributeValueAssignment.valueattribute defined at extensioncatalog.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.AttributeValueAssignmentModel(ClassificationAttributeModel _attribute, ClassAttributeAssignmentModel _attributeAssignment, ItemModel _owner, ClassificationSystemVersionModel _systemVersion, ClassificationAttributeValueModel _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDeprecated, 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 context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theAttributeValueAssignment.attributeattribute defined at extensioncatalog.Generated method - Getter of theAttributeValueAssignment.attributeAssignmentattribute defined at extensioncatalog.Generated method - Getter of theAttributeValueAssignment.externalIDattribute defined at extensioncatalog.Generated method - Getter of theAttributeValueAssignment.positionattribute defined at extensioncatalog.Generated method - Getter of theAttributeValueAssignment.systemVersionattribute defined at extensioncatalog.getValue()Generated method - Getter of theAttributeValueAssignment.valueattribute defined at extensioncatalog.voidGenerated method - Initial setter ofAttributeValueAssignment.attributeattribute defined at extensioncatalog.voidGenerated method - Initial setter ofAttributeValueAssignment.attributeAssignmentattribute defined at extensioncatalog.voidsetExternalID(String value) Generated method - Setter ofAttributeValueAssignment.externalIDattribute defined at extensioncatalog.voidsetPosition(Integer value) Generated method - Setter ofAttributeValueAssignment.positionattribute defined at extensioncatalog.voidGenerated method - Initial setter ofAttributeValueAssignment.systemVersionattribute defined at extensioncatalog.voidGenerated method - Initial setter ofAttributeValueAssignment.valueattribute defined at extensioncatalog.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:
-
VALUE
Generated constant - Attribute key ofAttributeValueAssignment.valueattribute defined at extensioncatalog.- See Also:
-
ATTRIBUTEASSIGNMENT
Generated constant - Attribute key ofAttributeValueAssignment.attributeAssignmentattribute defined at extensioncatalog.- See Also:
-
ATTRIBUTE
Generated constant - Attribute key ofAttributeValueAssignment.attributeattribute defined at extensioncatalog.- See Also:
-
SYSTEMVERSION
Generated constant - Attribute key ofAttributeValueAssignment.systemVersionattribute defined at extensioncatalog.- See Also:
-
POSITION
Generated constant - Attribute key ofAttributeValueAssignment.positionattribute defined at extensioncatalog.- See Also:
-
EXTERNALID
Generated constant - Attribute key ofAttributeValueAssignment.externalIDattribute defined at extensioncatalog.- See Also:
-
-
Constructor Details
-
AttributeValueAssignmentModel
public AttributeValueAssignmentModel()Generated constructor - Default constructor for generic creation. -
AttributeValueAssignmentModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AttributeValueAssignmentModel
@Deprecated(since="4.1.1", forRemoval=true) public AttributeValueAssignmentModel(ClassificationAttributeValueModel _value) 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:
_value- initial attribute declared by typeAttributeValueAssignmentat extensioncatalog
-
AttributeValueAssignmentModel
@Deprecated(since="4.1.1", forRemoval=true) public AttributeValueAssignmentModel(ClassificationAttributeModel _attribute, ClassAttributeAssignmentModel _attributeAssignment, ItemModel _owner, ClassificationSystemVersionModel _systemVersion, ClassificationAttributeValueModel _value) 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:
_attribute- initial attribute declared by typeAttributeValueAssignmentat extensioncatalog_attributeAssignment- initial attribute declared by typeAttributeValueAssignmentat extensioncatalog_owner- initial attribute declared by typeItemat extensioncore_systemVersion- initial attribute declared by typeAttributeValueAssignmentat extensioncatalog_value- initial attribute declared by typeAttributeValueAssignmentat extensioncatalog
-
-
Method Details
-
getAttribute
Generated method - Getter of theAttributeValueAssignment.attributeattribute defined at extensioncatalog.- Returns:
- the attribute
-
getAttributeAssignment
@Accessor(qualifier="attributeAssignment", type=GETTER) public ClassAttributeAssignmentModel getAttributeAssignment()Generated method - Getter of theAttributeValueAssignment.attributeAssignmentattribute defined at extensioncatalog.- Returns:
- the attributeAssignment
-
getExternalID
Generated method - Getter of theAttributeValueAssignment.externalIDattribute defined at extensioncatalog.- Returns:
- the externalID - external identifier refering to the actual classification system definition
-
getPosition
Generated method - Getter of theAttributeValueAssignment.positionattribute defined at extensioncatalog.- Returns:
- the position
-
getSystemVersion
@Accessor(qualifier="systemVersion", type=GETTER) public ClassificationSystemVersionModel getSystemVersion()Generated method - Getter of theAttributeValueAssignment.systemVersionattribute defined at extensioncatalog.- Returns:
- the systemVersion
-
getValue
Generated method - Getter of theAttributeValueAssignment.valueattribute defined at extensioncatalog.- Returns:
- the value
-
setAttribute
@Accessor(qualifier="attribute", type=SETTER) public void setAttribute(ClassificationAttributeModel value) Generated method - Initial setter ofAttributeValueAssignment.attributeattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the attribute
-
setAttributeAssignment
@Accessor(qualifier="attributeAssignment", type=SETTER) public void setAttributeAssignment(ClassAttributeAssignmentModel value) Generated method - Initial setter ofAttributeValueAssignment.attributeAssignmentattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the attributeAssignment
-
setExternalID
Generated method - Setter ofAttributeValueAssignment.externalIDattribute defined at extensioncatalog.- Parameters:
value- the externalID - external identifier refering to the actual classification system definition
-
setPosition
Generated method - Setter ofAttributeValueAssignment.positionattribute defined at extensioncatalog.- Parameters:
value- the position
-
setSystemVersion
@Accessor(qualifier="systemVersion", type=SETTER) public void setSystemVersion(ClassificationSystemVersionModel value) Generated method - Initial setter ofAttributeValueAssignment.systemVersionattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the systemVersion
-
setValue
@Accessor(qualifier="value", type=SETTER) public void setValue(ClassificationAttributeValueModel value) Generated method - Initial setter ofAttributeValueAssignment.valueattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the value
-