public class CsTicketEmailModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CSTICKETEVENT2CSTICKETEMAIL
Generated relation code constant for relation
CsTicketEvent2CsTicketEmail defining source attribute ticket in extension ticketsystem. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BODY
Generated constant - Attribute key of
CsTicketEmail.body attribute defined at extension ticketsystem. |
static java.lang.String |
FROM
Generated constant - Attribute key of
CsTicketEmail.from attribute defined at extension ticketsystem. |
static java.lang.String |
MESSAGEID
Generated constant - Attribute key of
CsTicketEmail.messageId attribute defined at extension ticketsystem. |
static java.lang.String |
SUBJECT
Generated constant - Attribute key of
CsTicketEmail.subject attribute defined at extension ticketsystem. |
static java.lang.String |
TICKET
Generated constant - Attribute key of
CsTicketEmail.ticket attribute defined at extension ticketsystem. |
static java.lang.String |
TICKETPOS
Generated constant - Attribute key of
CsTicketEmail.ticketPOS attribute defined at extension ticketsystem. |
static java.lang.String |
TO
Generated constant - Attribute key of
CsTicketEmail.to attribute defined at extension ticketsystem. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CsTicketEmailModel()
Generated constructor - Default constructor for generic creation.
|
CsTicketEmailModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CsTicketEmailModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody()
Generated method - Getter of the
CsTicketEmail.body attribute defined at extension ticketsystem. |
java.lang.String |
getFrom()
Generated method - Getter of the
CsTicketEmail.from attribute defined at extension ticketsystem. |
java.lang.String |
getMessageId()
Generated method - Getter of the
CsTicketEmail.messageId attribute defined at extension ticketsystem. |
java.lang.String |
getSubject()
Generated method - Getter of the
CsTicketEmail.subject attribute defined at extension ticketsystem. |
CsTicketEventModel |
getTicket()
Generated method - Getter of the
CsTicketEmail.ticket attribute defined at extension ticketsystem. |
java.lang.String |
getTo()
Generated method - Getter of the
CsTicketEmail.to attribute defined at extension ticketsystem. |
void |
setBody(java.lang.String value)
Generated method - Setter of
CsTicketEmail.body attribute defined at extension ticketsystem. |
void |
setFrom(java.lang.String value)
Generated method - Setter of
CsTicketEmail.from attribute defined at extension ticketsystem. |
void |
setMessageId(java.lang.String value)
Generated method - Setter of
CsTicketEmail.messageId attribute defined at extension ticketsystem. |
void |
setSubject(java.lang.String value)
Generated method - Setter of
CsTicketEmail.subject attribute defined at extension ticketsystem. |
void |
setTicket(CsTicketEventModel value)
Generated method - Setter of
CsTicketEmail.ticket attribute defined at extension ticketsystem. |
void |
setTo(java.lang.String value)
Generated method - Setter of
CsTicketEmail.to 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 _CSTICKETEVENT2CSTICKETEMAIL
CsTicketEvent2CsTicketEmail defining source attribute ticket in extension ticketsystem.public static final java.lang.String MESSAGEID
CsTicketEmail.messageId attribute defined at extension ticketsystem.public static final java.lang.String FROM
CsTicketEmail.from attribute defined at extension ticketsystem.public static final java.lang.String TO
CsTicketEmail.to attribute defined at extension ticketsystem.public static final java.lang.String SUBJECT
CsTicketEmail.subject attribute defined at extension ticketsystem.public static final java.lang.String BODY
CsTicketEmail.body attribute defined at extension ticketsystem.public static final java.lang.String TICKETPOS
CsTicketEmail.ticketPOS attribute defined at extension ticketsystem.public static final java.lang.String TICKET
CsTicketEmail.ticket attribute defined at extension ticketsystem.public CsTicketEmailModel()
public CsTicketEmailModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CsTicketEmailModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="body", type=GETTER) public java.lang.String getBody()
CsTicketEmail.body attribute defined at extension ticketsystem.@Accessor(qualifier="from", type=GETTER) public java.lang.String getFrom()
CsTicketEmail.from attribute defined at extension ticketsystem.@Accessor(qualifier="messageId", type=GETTER) public java.lang.String getMessageId()
CsTicketEmail.messageId attribute defined at extension ticketsystem.@Accessor(qualifier="subject", type=GETTER) public java.lang.String getSubject()
CsTicketEmail.subject attribute defined at extension ticketsystem.@Accessor(qualifier="ticket", type=GETTER) public CsTicketEventModel getTicket()
CsTicketEmail.ticket attribute defined at extension ticketsystem.@Accessor(qualifier="to", type=GETTER) public java.lang.String getTo()
CsTicketEmail.to attribute defined at extension ticketsystem.@Accessor(qualifier="body", type=SETTER) public void setBody(java.lang.String value)
CsTicketEmail.body attribute defined at extension ticketsystem.value - the body@Accessor(qualifier="from", type=SETTER) public void setFrom(java.lang.String value)
CsTicketEmail.from attribute defined at extension ticketsystem.value - the from@Accessor(qualifier="messageId", type=SETTER) public void setMessageId(java.lang.String value)
CsTicketEmail.messageId attribute defined at extension ticketsystem.value - the messageId@Accessor(qualifier="subject", type=SETTER) public void setSubject(java.lang.String value)
CsTicketEmail.subject attribute defined at extension ticketsystem.value - the subject@Accessor(qualifier="ticket", type=SETTER) public void setTicket(CsTicketEventModel value)
CsTicketEmail.ticket attribute defined at extension ticketsystem.value - the ticketCopyright © 2018 SAP SE. All Rights Reserved.