public class CsTicketEmailModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CSTICKETEVENT2CSTICKETEMAIL
Generated relation code constant for relation
CsTicketEvent2CsTicketEmail defining source attribute ticket in extension ticketsystem. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
BODY
Generated constant - Attribute key of
CsTicketEmail.body attribute defined at extension ticketsystem. |
static String |
FROM
Generated constant - Attribute key of
CsTicketEmail.from attribute defined at extension ticketsystem. |
static String |
MESSAGEID
Generated constant - Attribute key of
CsTicketEmail.messageId attribute defined at extension ticketsystem. |
static String |
SUBJECT
Generated constant - Attribute key of
CsTicketEmail.subject attribute defined at extension ticketsystem. |
static String |
TICKET
Generated constant - Attribute key of
CsTicketEmail.ticket attribute defined at extension ticketsystem. |
static String |
TICKETPOS
Generated constant - Attribute key of
CsTicketEmail.ticketPOS attribute defined at extension ticketsystem. |
static String |
TO
Generated constant - Attribute key of
CsTicketEmail.to attribute defined at extension ticketsystem. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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 |
|---|---|
String |
getBody()
Generated method - Getter of the
CsTicketEmail.body attribute defined at extension ticketsystem. |
String |
getFrom()
Generated method - Getter of the
CsTicketEmail.from attribute defined at extension ticketsystem. |
String |
getMessageId()
Generated method - Getter of the
CsTicketEmail.messageId attribute defined at extension ticketsystem. |
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. |
String |
getTo()
Generated method - Getter of the
CsTicketEmail.to attribute defined at extension ticketsystem. |
void |
setBody(String value)
Generated method - Setter of
CsTicketEmail.body attribute defined at extension ticketsystem. |
void |
setFrom(String value)
Generated method - Setter of
CsTicketEmail.from attribute defined at extension ticketsystem. |
void |
setMessageId(String value)
Generated method - Setter of
CsTicketEmail.messageId attribute defined at extension ticketsystem. |
void |
setSubject(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(String value)
Generated method - Setter of
CsTicketEmail.to attribute defined at extension ticketsystem. |
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 _CSTICKETEVENT2CSTICKETEMAIL
CsTicketEvent2CsTicketEmail defining source attribute ticket in extension ticketsystem.public static final String MESSAGEID
CsTicketEmail.messageId attribute defined at extension ticketsystem.public static final String FROM
CsTicketEmail.from attribute defined at extension ticketsystem.public static final String TO
CsTicketEmail.to attribute defined at extension ticketsystem.public static final String SUBJECT
CsTicketEmail.subject attribute defined at extension ticketsystem.public static final String BODY
CsTicketEmail.body attribute defined at extension ticketsystem.public static final String TICKETPOS
CsTicketEmail.ticketPOS attribute defined at extension ticketsystem.public static final 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 String getBody()
CsTicketEmail.body attribute defined at extension ticketsystem.@Accessor(qualifier="from", type=GETTER) public String getFrom()
CsTicketEmail.from attribute defined at extension ticketsystem.@Accessor(qualifier="messageId", type=GETTER) public String getMessageId()
CsTicketEmail.messageId attribute defined at extension ticketsystem.@Accessor(qualifier="subject", type=GETTER) public 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 String getTo()
CsTicketEmail.to attribute defined at extension ticketsystem.@Accessor(qualifier="body", type=SETTER) public void setBody(String value)
CsTicketEmail.body attribute defined at extension ticketsystem.value - the body@Accessor(qualifier="from", type=SETTER) public void setFrom(String value)
CsTicketEmail.from attribute defined at extension ticketsystem.value - the from@Accessor(qualifier="messageId", type=SETTER) public void setMessageId(String value)
CsTicketEmail.messageId attribute defined at extension ticketsystem.value - the messageId@Accessor(qualifier="subject", type=SETTER) public void setSubject(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 © 2017 SAP SE. All Rights Reserved.