Package de.hybris.platform.hmc.model
Class SavedValueEntryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.hmc.model.SavedValueEntryModel
- All Implemented Interfaces:
Serializable
Generated model class for type SavedValueEntry first defined at extension core.
- 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 relation code constant for relationSavedValueEntriesRelationdefining source attributeparentin extensioncore.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSavedValueEntry.modifiedAttributeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSavedValueEntry.newValueattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSavedValueEntry.oldValueattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSavedValueEntry.OldValueAttributeDescriptorattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSavedValueEntry.parentattribute defined at extensioncore.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.SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, String _modifiedAttribute, ItemModel _owner, SavedValuesModel _parent) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, String _modifiedAttribute, SavedValuesModel _parent) 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 context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSavedValueEntry.modifiedAttributeattribute defined at extensioncore.Generated method - Getter of theSavedValueEntry.newValueattribute defined at extensioncore.Generated method - Getter of theSavedValueEntry.oldValueattribute defined at extensioncore.Generated method - Getter of theSavedValueEntry.OldValueAttributeDescriptorattribute defined at extensioncore.Generated method - Getter of theSavedValueEntry.parentattribute defined at extensioncore.voidsetModifiedAttribute(String value) Generated method - Setter ofSavedValueEntry.modifiedAttributeattribute defined at extensioncore.voidsetNewValue(Object value) Generated method - Setter ofSavedValueEntry.newValueattribute defined at extensioncore.voidsetOldValue(Object value) Generated method - Setter ofSavedValueEntry.oldValueattribute defined at extensioncore.voidGenerated method - Setter ofSavedValueEntry.OldValueAttributeDescriptorattribute defined at extensioncore.voidsetParent(SavedValuesModel value) Generated method - Initial setter ofSavedValueEntry.parentattribute defined at extensioncore.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:
-
_SAVEDVALUEENTRIESRELATION
Generated relation code constant for relationSavedValueEntriesRelationdefining source attributeparentin extensioncore.- See Also:
-
MODIFIEDATTRIBUTE
Generated constant - Attribute key ofSavedValueEntry.modifiedAttributeattribute defined at extensioncore.- See Also:
-
OLDVALUEATTRIBUTEDESCRIPTOR
Generated constant - Attribute key ofSavedValueEntry.OldValueAttributeDescriptorattribute defined at extensioncore.- See Also:
-
OLDVALUE
Generated constant - Attribute key ofSavedValueEntry.oldValueattribute defined at extensioncore.- See Also:
-
NEWVALUE
Generated constant - Attribute key ofSavedValueEntry.newValueattribute defined at extensioncore.- See Also:
-
PARENT
Generated constant - Attribute key ofSavedValueEntry.parentattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
SavedValueEntryModel
public SavedValueEntryModel()Generated constructor - Default constructor for generic creation. -
SavedValueEntryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SavedValueEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, String _modifiedAttribute, SavedValuesModel _parent) 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:
_OldValueAttributeDescriptor- initial attribute declared by typeSavedValueEntryat extensioncore_modifiedAttribute- initial attribute declared by typeSavedValueEntryat extensioncore_parent- initial attribute declared by typeSavedValueEntryat extensioncore
-
SavedValueEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, String _modifiedAttribute, ItemModel _owner, SavedValuesModel _parent) 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:
_OldValueAttributeDescriptor- initial attribute declared by typeSavedValueEntryat extensioncore_modifiedAttribute- initial attribute declared by typeSavedValueEntryat extensioncore_owner- initial attribute declared by typeItemat extensioncore_parent- initial attribute declared by typeSavedValueEntryat extensioncore
-
-
Method Details
-
getModifiedAttribute
Generated method - Getter of theSavedValueEntry.modifiedAttributeattribute defined at extensioncore.- Returns:
- the modifiedAttribute - the modified attribute
-
getNewValue
Generated method - Getter of theSavedValueEntry.newValueattribute defined at extensioncore.- Returns:
- the newValue - the new value
-
getOldValue
Generated method - Getter of theSavedValueEntry.oldValueattribute defined at extensioncore.- Returns:
- the oldValue - the old value
-
getOldValueAttributeDescriptor
@Accessor(qualifier="OldValueAttributeDescriptor", type=GETTER) public AttributeDescriptorModel getOldValueAttributeDescriptor()Generated method - Getter of theSavedValueEntry.OldValueAttributeDescriptorattribute defined at extensioncore.- Returns:
- the OldValueAttributeDescriptor - the old attributedescriptor
-
getParent
Generated method - Getter of theSavedValueEntry.parentattribute defined at extensioncore.- Returns:
- the parent
-
setModifiedAttribute
@Accessor(qualifier="modifiedAttribute", type=SETTER) public void setModifiedAttribute(String value) Generated method - Setter ofSavedValueEntry.modifiedAttributeattribute defined at extensioncore.- Parameters:
value- the modifiedAttribute - the modified attribute
-
setNewValue
Generated method - Setter ofSavedValueEntry.newValueattribute defined at extensioncore.- Parameters:
value- the newValue - the new value
-
setOldValue
Generated method - Setter ofSavedValueEntry.oldValueattribute defined at extensioncore.- Parameters:
value- the oldValue - the old value
-
setOldValueAttributeDescriptor
@Accessor(qualifier="OldValueAttributeDescriptor", type=SETTER) public void setOldValueAttributeDescriptor(AttributeDescriptorModel value) Generated method - Setter ofSavedValueEntry.OldValueAttributeDescriptorattribute defined at extensioncore.- Parameters:
value- the OldValueAttributeDescriptor - the old attributedescriptor
-
setParent
Generated method - Initial setter ofSavedValueEntry.parentattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the parent
-