public class CsTicketModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ASSIGNEDAGENT
Generated constant - Attribute key of
CsTicket.assignedAgent attribute defined at extension ticketsystem. |
static java.lang.String |
ASSIGNEDGROUP
Generated constant - Attribute key of
CsTicket.assignedGroup attribute defined at extension ticketsystem. |
static java.lang.String |
BASESITE
Generated constant - Attribute key of
CsTicket.baseSite attribute defined at extension ticketsystem. |
static java.lang.String |
CATEGORY
Generated constant - Attribute key of
CsTicket.category attribute defined at extension ticketsystem. |
static java.lang.String |
CUSTOMER
Generated constant - Attribute key of
CsTicket.customer attribute defined at extension ticketsystem. |
static java.lang.String |
EVENTS
Generated constant - Attribute key of
CsTicket.events attribute defined at extension ticketsystem. |
static java.lang.String |
HEADLINE
Generated constant - Attribute key of
CsTicket.headline attribute defined at extension ticketsystem. |
static java.lang.String |
ORDER
Generated constant - Attribute key of
CsTicket.order attribute defined at extension ticketsystem. |
static java.lang.String |
PRIORITY
Generated constant - Attribute key of
CsTicket.priority attribute defined at extension ticketsystem. |
static java.lang.String |
RESOLUTION
Generated constant - Attribute key of
CsTicket.resolution attribute defined at extension ticketsystem. |
static java.lang.String |
RETENTIONDATE
Generated constant - Attribute key of
CsTicket.retentionDate attribute defined at extension ticketsystem. |
static java.lang.String |
STATE
Generated constant - Attribute key of
CsTicket.state attribute defined at extension ticketsystem. |
static java.lang.String |
TICKETID
Generated constant - Attribute key of
CsTicket.ticketID attribute defined at extension ticketsystem. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CsTicketModel()
Generated constructor - Default constructor for generic creation.
|
CsTicketModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CsTicketModel(ItemModel _owner,
java.lang.String _ticketID)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
EmployeeModel |
getAssignedAgent()
Generated method - Getter of the
CsTicket.assignedAgent attribute defined at extension ticketsystem. |
CsAgentGroupModel |
getAssignedGroup()
Generated method - Getter of the
CsTicket.assignedGroup attribute defined at extension ticketsystem. |
BaseSiteModel |
getBaseSite()
Generated method - Getter of the
CsTicket.baseSite attribute defined at extension ticketsystem. |
CsTicketCategory |
getCategory()
Generated method - Getter of the
CsTicket.category attribute defined at extension ticketsystem. |
UserModel |
getCustomer()
Generated method - Getter of the
CsTicket.customer attribute defined at extension ticketsystem. |
java.util.List<CsTicketEventModel> |
getEvents()
Deprecated.
|
java.lang.String |
getHeadline()
Generated method - Getter of the
CsTicket.headline attribute defined at extension ticketsystem. |
AbstractOrderModel |
getOrder()
Generated method - Getter of the
CsTicket.order attribute defined at extension ticketsystem. |
CsTicketPriority |
getPriority()
Generated method - Getter of the
CsTicket.priority attribute defined at extension ticketsystem. |
CsTicketResolutionEventModel |
getResolution()
Generated method - Getter of the
CsTicket.resolution attribute defined at extension ticketsystem. |
java.util.Date |
getRetentionDate()
Generated method - Getter of the
CsTicket.retentionDate attribute defined at extension ticketsystem. |
CsTicketState |
getState()
Generated method - Getter of the
CsTicket.state attribute defined at extension ticketsystem. |
java.lang.String |
getTicketID()
Generated method - Getter of the
CsTicket.ticketID attribute defined at extension ticketsystem. |
void |
setAssignedAgent(EmployeeModel value)
Generated method - Setter of
CsTicket.assignedAgent attribute defined at extension ticketsystem. |
void |
setAssignedGroup(CsAgentGroupModel value)
Generated method - Setter of
CsTicket.assignedGroup attribute defined at extension ticketsystem. |
void |
setBaseSite(BaseSiteModel value)
Generated method - Setter of
CsTicket.baseSite attribute defined at extension ticketsystem. |
void |
setCategory(CsTicketCategory value)
Generated method - Setter of
CsTicket.category attribute defined at extension ticketsystem. |
void |
setCustomer(UserModel value)
Generated method - Setter of
CsTicket.customer attribute defined at extension ticketsystem. |
void |
setHeadline(java.lang.String value)
Generated method - Setter of
CsTicket.headline attribute defined at extension ticketsystem. |
void |
setOrder(AbstractOrderModel value)
Generated method - Setter of
CsTicket.order attribute defined at extension ticketsystem. |
void |
setPriority(CsTicketPriority value)
Generated method - Setter of
CsTicket.priority attribute defined at extension ticketsystem. |
void |
setResolution(CsTicketResolutionEventModel value)
Generated method - Setter of
CsTicket.resolution attribute defined at extension ticketsystem. |
void |
setRetentionDate(java.util.Date value)
Generated method - Setter of
CsTicket.retentionDate attribute defined at extension ticketsystem. |
void |
setState(CsTicketState value)
Generated method - Setter of
CsTicket.state attribute defined at extension ticketsystem. |
void |
setTicketID(java.lang.String value)
Generated method - Initial setter of
CsTicket.ticketID 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 TICKETID
CsTicket.ticketID attribute defined at extension ticketsystem.public static final java.lang.String CUSTOMER
CsTicket.customer attribute defined at extension ticketsystem.public static final java.lang.String ORDER
CsTicket.order attribute defined at extension ticketsystem.public static final java.lang.String HEADLINE
CsTicket.headline attribute defined at extension ticketsystem.public static final java.lang.String CATEGORY
CsTicket.category attribute defined at extension ticketsystem.public static final java.lang.String PRIORITY
CsTicket.priority attribute defined at extension ticketsystem.public static final java.lang.String STATE
CsTicket.state attribute defined at extension ticketsystem.public static final java.lang.String ASSIGNEDAGENT
CsTicket.assignedAgent attribute defined at extension ticketsystem.public static final java.lang.String ASSIGNEDGROUP
CsTicket.assignedGroup attribute defined at extension ticketsystem.public static final java.lang.String RESOLUTION
CsTicket.resolution attribute defined at extension ticketsystem.public static final java.lang.String BASESITE
CsTicket.baseSite attribute defined at extension ticketsystem.public static final java.lang.String EVENTS
CsTicket.events attribute defined at extension ticketsystem.public static final java.lang.String RETENTIONDATE
CsTicket.retentionDate attribute defined at extension ticketsystem.public CsTicketModel()
public CsTicketModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CsTicketModel(ItemModel _owner, java.lang.String _ticketID)
_owner - initial attribute declared by type Item at extension core_ticketID - initial attribute declared by type CsTicket at extension ticketsystem@Accessor(qualifier="assignedAgent", type=GETTER) public EmployeeModel getAssignedAgent()
CsTicket.assignedAgent attribute defined at extension ticketsystem.@Accessor(qualifier="assignedGroup", type=GETTER) public CsAgentGroupModel getAssignedGroup()
CsTicket.assignedGroup attribute defined at extension ticketsystem.@Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
CsTicket.baseSite attribute defined at extension ticketsystem.@Accessor(qualifier="category", type=GETTER) public CsTicketCategory getCategory()
CsTicket.category attribute defined at extension ticketsystem.@Accessor(qualifier="customer", type=GETTER) public UserModel getCustomer()
CsTicket.customer attribute defined at extension ticketsystem.@Deprecated @Accessor(qualifier="events", type=GETTER) public java.util.List<CsTicketEventModel> getEvents()
CsTicket.events attribute defined at extension ticketsystem.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="headline", type=GETTER) public java.lang.String getHeadline()
CsTicket.headline attribute defined at extension ticketsystem.@Accessor(qualifier="order", type=GETTER) public AbstractOrderModel getOrder()
CsTicket.order attribute defined at extension ticketsystem.@Accessor(qualifier="priority", type=GETTER) public CsTicketPriority getPriority()
CsTicket.priority attribute defined at extension ticketsystem.@Accessor(qualifier="resolution", type=GETTER) public CsTicketResolutionEventModel getResolution()
CsTicket.resolution attribute defined at extension ticketsystem.@Accessor(qualifier="retentionDate", type=GETTER) public java.util.Date getRetentionDate()
CsTicket.retentionDate attribute defined at extension ticketsystem.@Accessor(qualifier="state", type=GETTER) public CsTicketState getState()
CsTicket.state attribute defined at extension ticketsystem.@Accessor(qualifier="ticketID", type=GETTER) public java.lang.String getTicketID()
CsTicket.ticketID attribute defined at extension ticketsystem.@Accessor(qualifier="assignedAgent", type=SETTER) public void setAssignedAgent(EmployeeModel value)
CsTicket.assignedAgent attribute defined at extension ticketsystem.value - the assignedAgent@Accessor(qualifier="assignedGroup", type=SETTER) public void setAssignedGroup(CsAgentGroupModel value)
CsTicket.assignedGroup attribute defined at extension ticketsystem.value - the assignedGroup@Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
CsTicket.baseSite attribute defined at extension ticketsystem.value - the baseSite@Accessor(qualifier="category", type=SETTER) public void setCategory(CsTicketCategory value)
CsTicket.category attribute defined at extension ticketsystem.value - the category@Accessor(qualifier="customer", type=SETTER) public void setCustomer(UserModel value)
CsTicket.customer attribute defined at extension ticketsystem.value - the customer@Accessor(qualifier="headline", type=SETTER) public void setHeadline(java.lang.String value)
CsTicket.headline attribute defined at extension ticketsystem.value - the headline@Accessor(qualifier="order", type=SETTER) public void setOrder(AbstractOrderModel value)
CsTicket.order attribute defined at extension ticketsystem.value - the order@Accessor(qualifier="priority", type=SETTER) public void setPriority(CsTicketPriority value)
CsTicket.priority attribute defined at extension ticketsystem.value - the priority@Accessor(qualifier="resolution", type=SETTER) public void setResolution(CsTicketResolutionEventModel value)
CsTicket.resolution attribute defined at extension ticketsystem.value - the resolution@Accessor(qualifier="retentionDate", type=SETTER) public void setRetentionDate(java.util.Date value)
CsTicket.retentionDate attribute defined at extension ticketsystem.value - the retentionDate - Date, when ticket was closed and retention period was started@Accessor(qualifier="state", type=SETTER) public void setState(CsTicketState value)
CsTicket.state attribute defined at extension ticketsystem.value - the stateCopyright © 2018 SAP SE. All Rights Reserved.