public class CsTicketResolutionEventModel extends CsCustomerEventModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
RESOLUTIONTYPE
Generated constant - Attribute key of
CsTicketResolutionEvent.resolutionType attribute defined at extension ticketsystem. |
INTERVENTIONTYPE, REASONEMAILS, 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 |
|---|
CsTicketResolutionEventModel()
Generated constructor - Default constructor for generic creation.
|
CsTicketResolutionEventModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CsTicketResolutionEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
CsResolutionType _resolutionType,
java.lang.String _text)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CsTicketResolutionEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
ItemModel _owner,
CsResolutionType _resolutionType,
java.lang.String _text)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CsResolutionType |
getResolutionType()
Generated method - Getter of the
CsTicketResolutionEvent.resolutionType attribute defined at extension ticketsystem. |
void |
setResolutionType(CsResolutionType value)
Generated method - Initial setter of
CsTicketResolutionEvent.resolutionType attribute defined at extension ticketsystem. |
getInterventionType, getReason, setInterventionType, setReasongetEmails, 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 RESOLUTIONTYPE
CsTicketResolutionEvent.resolutionType attribute defined at extension ticketsystem.public CsTicketResolutionEventModel()
public CsTicketResolutionEventModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, CsResolutionType _resolutionType, 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_resolutionType - initial attribute declared by type CsTicketResolutionEvent at extension ticketsystem_text - initial attribute declared by type AbstractComment at extension comments@Deprecated public CsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, CsResolutionType _resolutionType, 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_resolutionType - initial attribute declared by type CsTicketResolutionEvent at extension ticketsystem_text - initial attribute declared by type AbstractComment at extension comments@Accessor(qualifier="resolutionType", type=GETTER) public CsResolutionType getResolutionType()
CsTicketResolutionEvent.resolutionType attribute defined at extension ticketsystem.@Accessor(qualifier="resolutionType", type=SETTER) public void setResolutionType(CsResolutionType value)
CsTicketResolutionEvent.resolutionType attribute defined at extension ticketsystem. Can only be used at creation of model - before first save.value - the resolutionTypeCopyright © 2018 SAP SE. All Rights Reserved.