public class CsCustomerEventModel extends CsTicketEventModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
INTERVENTIONTYPE
Generated constant - Attribute key of
CsCustomerEvent.interventionType attribute defined at extension ticketsystem. |
static java.lang.String |
REASON
Generated constant - Attribute key of
CsCustomerEvent.reason attribute defined at extension ticketsystem. |
EMAILS, ENDDATETIME, ENTRIES, STARTDATETIME, TICKETASSIGNEDTO, CODE, COMMENTAUTHOREMAIL, COMMENTMETADATA, COMMENTTYPE, COMPONENT, PRIORITY, RELATEDITEMS, REPLIES, WATCHERS_COMMENTUSERSETTINGABSTRACTCOMMENTRELATION, ATTACHMENTS, AUTHOR, COMMENTUSERSETTINGS, SUBJECT, TEXT_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CsCustomerEventModel()
Generated constructor - Default constructor for generic creation.
|
CsCustomerEventModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CsCustomerEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
ItemModel _owner,
java.lang.String _text)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CsCustomerEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
java.lang.String _text)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CsInterventionType |
getInterventionType()
Generated method - Getter of the
CsCustomerEvent.interventionType attribute defined at extension ticketsystem. |
CsEventReason |
getReason()
Generated method - Getter of the
CsCustomerEvent.reason attribute defined at extension ticketsystem. |
void |
setInterventionType(CsInterventionType value)
Generated method - Setter of
CsCustomerEvent.interventionType attribute defined at extension ticketsystem. |
void |
setReason(CsEventReason value)
Generated method - Setter of
CsCustomerEvent.reason attribute defined at extension ticketsystem. |
getEmails, getEndDateTime, getEntries, getStartDateTime, getTicket, setEmails, setEndDateTime, setEntries, setStartDateTime, setTicketgetAssignedTo, getCode, getCommentAuthorEmail, getCommentMetadata, getCommentType, getComponent, getPriority, getRelatedItems, getReplies, getWatchers, setAssignedTo, setCode, setCommentAuthorEmail, setCommentMetadata, setCommentType, setComponent, setPriority, setRelatedItems, setReplies, setWatchersgetAttachments, getAuthor, getSubject, getText, setAttachments, setAuthor, setSubject, setTextgetComments, 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 INTERVENTIONTYPE
CsCustomerEvent.interventionType attribute defined at extension ticketsystem.public static final java.lang.String REASON
CsCustomerEvent.reason attribute defined at extension ticketsystem.public CsCustomerEventModel()
public CsCustomerEventModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, java.lang.String _text)
_author - initial attribute declared by type AbstractComment at extension comments_commentType - initial attribute declared by type Comment at extension comments_component - initial attribute declared by type Comment at extension comments_text - initial attribute declared by type AbstractComment at extension comments@Deprecated public CsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)
_author - initial attribute declared by type AbstractComment at extension comments_commentType - initial attribute declared by type Comment at extension comments_component - initial attribute declared by type Comment at extension comments_owner - initial attribute declared by type Item at extension core_text - initial attribute declared by type AbstractComment at extension comments@Accessor(qualifier="interventionType", type=GETTER) public CsInterventionType getInterventionType()
CsCustomerEvent.interventionType attribute defined at extension ticketsystem.@Accessor(qualifier="reason", type=GETTER) public CsEventReason getReason()
CsCustomerEvent.reason attribute defined at extension ticketsystem.@Accessor(qualifier="interventionType", type=SETTER) public void setInterventionType(CsInterventionType value)
CsCustomerEvent.interventionType attribute defined at extension ticketsystem.value - the interventionType@Accessor(qualifier="reason", type=SETTER) public void setReason(CsEventReason value)
CsCustomerEvent.reason attribute defined at extension ticketsystem.value - the reasonCopyright © 2018 SAP SE. All Rights Reserved.