public class SavedValueEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_SAVEDVALUEENTRIESRELATION
Generated relation code constant for relation
SavedValueEntriesRelation defining source attribute parent in extension core. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
MODIFIEDATTRIBUTE
Generated constant - Attribute key of
SavedValueEntry.modifiedAttribute attribute defined at extension core. |
static String |
NEWVALUE
Generated constant - Attribute key of
SavedValueEntry.newValue attribute defined at extension core. |
static String |
OLDVALUE
Generated constant - Attribute key of
SavedValueEntry.oldValue attribute defined at extension core. |
static String |
OLDVALUEATTRIBUTEDESCRIPTOR
Generated constant - Attribute key of
SavedValueEntry.OldValueAttributeDescriptor attribute defined at extension core. |
static String |
PARENT
Generated constant - Attribute key of
SavedValueEntry.parent attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SavedValueEntryModel()
Generated constructor - Default constructor for generic creation.
|
SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor,
String _modifiedAttribute,
ItemModel _owner,
SavedValuesModel _parent)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor,
String _modifiedAttribute,
SavedValuesModel _parent)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SavedValueEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getModifiedAttribute()
Generated method - Getter of the
SavedValueEntry.modifiedAttribute attribute defined at extension core. |
Object |
getNewValue()
Generated method - Getter of the
SavedValueEntry.newValue attribute defined at extension core. |
Object |
getOldValue()
Generated method - Getter of the
SavedValueEntry.oldValue attribute defined at extension core. |
AttributeDescriptorModel |
getOldValueAttributeDescriptor()
Generated method - Getter of the
SavedValueEntry.OldValueAttributeDescriptor attribute defined at extension core. |
SavedValuesModel |
getParent()
Generated method - Getter of the
SavedValueEntry.parent attribute defined at extension core. |
void |
setModifiedAttribute(String value)
Generated method - Setter of
SavedValueEntry.modifiedAttribute attribute defined at extension core. |
void |
setNewValue(Object value)
Generated method - Setter of
SavedValueEntry.newValue attribute defined at extension core. |
void |
setOldValue(Object value)
Generated method - Setter of
SavedValueEntry.oldValue attribute defined at extension core. |
void |
setOldValueAttributeDescriptor(AttributeDescriptorModel value)
Generated method - Setter of
SavedValueEntry.OldValueAttributeDescriptor attribute defined at extension core. |
void |
setParent(SavedValuesModel value)
Generated method - Initial setter of
SavedValueEntry.parent attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String _SAVEDVALUEENTRIESRELATION
SavedValueEntriesRelation defining source attribute parent in extension core.public static final String MODIFIEDATTRIBUTE
SavedValueEntry.modifiedAttribute attribute defined at extension core.public static final String OLDVALUEATTRIBUTEDESCRIPTOR
SavedValueEntry.OldValueAttributeDescriptor attribute defined at extension core.public static final String OLDVALUE
SavedValueEntry.oldValue attribute defined at extension core.public static final String NEWVALUE
SavedValueEntry.newValue attribute defined at extension core.public static final String PARENT
SavedValueEntry.parent attribute defined at extension core.public SavedValueEntryModel()
public SavedValueEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, String _modifiedAttribute, SavedValuesModel _parent)
_OldValueAttributeDescriptor - initial attribute declared by type SavedValueEntry at extension core_modifiedAttribute - initial attribute declared by type SavedValueEntry at extension core_parent - initial attribute declared by type SavedValueEntry at extension core@Deprecated public SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, String _modifiedAttribute, ItemModel _owner, SavedValuesModel _parent)
_OldValueAttributeDescriptor - initial attribute declared by type SavedValueEntry at extension core_modifiedAttribute - initial attribute declared by type SavedValueEntry at extension core_owner - initial attribute declared by type Item at extension core_parent - initial attribute declared by type SavedValueEntry at extension core@Accessor(qualifier="modifiedAttribute", type=GETTER) public String getModifiedAttribute()
SavedValueEntry.modifiedAttribute attribute defined at extension core.@Accessor(qualifier="newValue", type=GETTER) public Object getNewValue()
SavedValueEntry.newValue attribute defined at extension core.@Accessor(qualifier="oldValue", type=GETTER) public Object getOldValue()
SavedValueEntry.oldValue attribute defined at extension core.@Accessor(qualifier="OldValueAttributeDescriptor", type=GETTER) public AttributeDescriptorModel getOldValueAttributeDescriptor()
SavedValueEntry.OldValueAttributeDescriptor attribute defined at extension core.@Accessor(qualifier="parent", type=GETTER) public SavedValuesModel getParent()
SavedValueEntry.parent attribute defined at extension core.@Accessor(qualifier="modifiedAttribute", type=SETTER) public void setModifiedAttribute(String value)
SavedValueEntry.modifiedAttribute attribute defined at extension core.value - the modifiedAttribute - the modified attribute@Accessor(qualifier="newValue", type=SETTER) public void setNewValue(Object value)
SavedValueEntry.newValue attribute defined at extension core.value - the newValue - the new value@Accessor(qualifier="oldValue", type=SETTER) public void setOldValue(Object value)
SavedValueEntry.oldValue attribute defined at extension core.value - the oldValue - the old value@Accessor(qualifier="OldValueAttributeDescriptor", type=SETTER) public void setOldValueAttributeDescriptor(AttributeDescriptorModel value)
SavedValueEntry.OldValueAttributeDescriptor attribute defined at extension core.value - the OldValueAttributeDescriptor - the old attributedescriptor@Accessor(qualifier="parent", type=SETTER) public void setParent(SavedValuesModel value)
SavedValueEntry.parent attribute defined at extension core. Can only be used at creation of model - before first save.value - the parentCopyright © 2017 SAP SE. All Rights Reserved.