public class CsTicketChangeEventEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CSTICKETEVENT2CSTICKETCHANGEENTRY
Generated relation code constant for relation
CsTicketEvent2CsTicketChangeEntry defining source attribute event in extension ticketsystem. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ALTEREDATTRIBUTE
Generated constant - Attribute key of
CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem. |
static java.lang.String |
EVENT
Generated constant - Attribute key of
CsTicketChangeEventEntry.event attribute defined at extension ticketsystem. |
static java.lang.String |
NEWBINARYVALUE
Generated constant - Attribute key of
CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem. |
static java.lang.String |
NEWSTRINGVALUE
Generated constant - Attribute key of
CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem. |
static java.lang.String |
OLDBINARYVALUE
Generated constant - Attribute key of
CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem. |
static java.lang.String |
OLDSTRINGVALUE
Generated constant - Attribute key of
CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CsTicketChangeEventEntryModel()
Generated constructor - Default constructor for generic creation.
|
CsTicketChangeEventEntryModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CsTicketChangeEventEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptorModel |
getAlteredAttribute()
Generated method - Getter of the
CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem. |
CsTicketEventModel |
getEvent()
Generated method - Getter of the
CsTicketChangeEventEntry.event attribute defined at extension ticketsystem. |
java.lang.Object |
getNewBinaryValue()
Generated method - Getter of the
CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem. |
java.lang.String |
getNewStringValue()
Generated method - Getter of the
CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem. |
java.lang.Object |
getOldBinaryValue()
Generated method - Getter of the
CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem. |
java.lang.String |
getOldStringValue()
Generated method - Getter of the
CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem. |
void |
setAlteredAttribute(AttributeDescriptorModel value)
Generated method - Setter of
CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem. |
void |
setEvent(CsTicketEventModel value)
Generated method - Setter of
CsTicketChangeEventEntry.event attribute defined at extension ticketsystem. |
void |
setNewBinaryValue(java.lang.Object value)
Generated method - Setter of
CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem. |
void |
setNewStringValue(java.lang.String value)
Generated method - Setter of
CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem. |
void |
setOldBinaryValue(java.lang.Object value)
Generated method - Setter of
CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem. |
void |
setOldStringValue(java.lang.String value)
Generated method - Setter of
CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem. |
getComments, 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 _CSTICKETEVENT2CSTICKETCHANGEENTRY
CsTicketEvent2CsTicketChangeEntry defining source attribute event in extension ticketsystem.public static final java.lang.String ALTEREDATTRIBUTE
CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.public static final java.lang.String OLDSTRINGVALUE
CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.public static final java.lang.String NEWSTRINGVALUE
CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.public static final java.lang.String OLDBINARYVALUE
CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.public static final java.lang.String NEWBINARYVALUE
CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.public static final java.lang.String EVENT
CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.public CsTicketChangeEventEntryModel()
public CsTicketChangeEventEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CsTicketChangeEventEntryModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="alteredAttribute", type=GETTER) public AttributeDescriptorModel getAlteredAttribute()
CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.@Accessor(qualifier="event", type=GETTER) public CsTicketEventModel getEvent()
CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.@Accessor(qualifier="newBinaryValue", type=GETTER) public java.lang.Object getNewBinaryValue()
CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.@Accessor(qualifier="newStringValue", type=GETTER) public java.lang.String getNewStringValue()
CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.@Accessor(qualifier="oldBinaryValue", type=GETTER) public java.lang.Object getOldBinaryValue()
CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.@Accessor(qualifier="oldStringValue", type=GETTER) public java.lang.String getOldStringValue()
CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.@Accessor(qualifier="alteredAttribute", type=SETTER) public void setAlteredAttribute(AttributeDescriptorModel value)
CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.value - the alteredAttribute@Accessor(qualifier="event", type=SETTER) public void setEvent(CsTicketEventModel value)
CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.value - the event@Accessor(qualifier="newBinaryValue", type=SETTER) public void setNewBinaryValue(java.lang.Object value)
CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.value - the newBinaryValue@Accessor(qualifier="newStringValue", type=SETTER) public void setNewStringValue(java.lang.String value)
CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.value - the newStringValue@Accessor(qualifier="oldBinaryValue", type=SETTER) public void setOldBinaryValue(java.lang.Object value)
CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.value - the oldBinaryValueCopyright © 2018 SAP SE. All Rights Reserved.