public class CsTicketChangeEventStringEntryModel extends CsTicketChangeEventEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
NEWVALUE
Generated constant - Attribute key of
CsTicketChangeEventStringEntry.newValue attribute defined at extension ticketsystem. |
static java.lang.String |
OLDVALUE
Generated constant - Attribute key of
CsTicketChangeEventStringEntry.oldValue attribute defined at extension ticketsystem. |
_CSTICKETEVENT2CSTICKETCHANGEENTRY, ALTEREDATTRIBUTE, EVENT, NEWBINARYVALUE, NEWSTRINGVALUE, OLDBINARYVALUE, OLDSTRINGVALUE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CsTicketChangeEventStringEntryModel()
Generated constructor - Default constructor for generic creation.
|
CsTicketChangeEventStringEntryModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CsTicketChangeEventStringEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNewValue()
Generated method - Getter of the
CsTicketChangeEventStringEntry.newValue attribute defined at extension ticketsystem. |
java.lang.String |
getOldValue()
Generated method - Getter of the
CsTicketChangeEventStringEntry.oldValue attribute defined at extension ticketsystem. |
void |
setNewValue(java.lang.String value)
Generated method - Setter of
CsTicketChangeEventStringEntry.newValue attribute defined at extension ticketsystem. |
void |
setOldValue(java.lang.String value)
Generated method - Setter of
CsTicketChangeEventStringEntry.oldValue attribute defined at extension ticketsystem. |
getAlteredAttribute, getEvent, getNewBinaryValue, getNewStringValue, getOldBinaryValue, getOldStringValue, setAlteredAttribute, setEvent, setNewBinaryValue, setNewStringValue, setOldBinaryValue, setOldStringValuegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String OLDVALUE
CsTicketChangeEventStringEntry.oldValue attribute defined at extension ticketsystem.public static final java.lang.String NEWVALUE
CsTicketChangeEventStringEntry.newValue attribute defined at extension ticketsystem.public CsTicketChangeEventStringEntryModel()
public CsTicketChangeEventStringEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CsTicketChangeEventStringEntryModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="newValue", type=GETTER) public java.lang.String getNewValue()
CsTicketChangeEventStringEntry.newValue attribute defined at extension ticketsystem.@Accessor(qualifier="oldValue", type=GETTER) public java.lang.String getOldValue()
CsTicketChangeEventStringEntry.oldValue attribute defined at extension ticketsystem.@Accessor(qualifier="newValue", type=SETTER) public void setNewValue(java.lang.String value)
CsTicketChangeEventStringEntry.newValue attribute defined at extension ticketsystem.value - the newValueCopyright © 2018 SAP SE. All Rights Reserved.