public class CsTicketModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ASSIGNEDAGENT
Generated constant - Attribute key of
CsTicket.assignedAgent attribute defined at extension ticketsystem. |
static String |
ASSIGNEDGROUP
Generated constant - Attribute key of
CsTicket.assignedGroup attribute defined at extension ticketsystem. |
static String |
BASESITE
Generated constant - Attribute key of
CsTicket.baseSite attribute defined at extension ticketsystem. |
static String |
CATEGORY
Generated constant - Attribute key of
CsTicket.category attribute defined at extension ticketsystem. |
static String |
CUSTOMER
Generated constant - Attribute key of
CsTicket.customer attribute defined at extension ticketsystem. |
static String |
EVENTS
Generated constant - Attribute key of
CsTicket.events attribute defined at extension ticketsystem. |
static String |
HEADLINE
Generated constant - Attribute key of
CsTicket.headline attribute defined at extension ticketsystem. |
static String |
ORDER
Generated constant - Attribute key of
CsTicket.order attribute defined at extension ticketsystem. |
static String |
PRIORITY
Generated constant - Attribute key of
CsTicket.priority attribute defined at extension ticketsystem. |
static String |
RESOLUTION
Generated constant - Attribute key of
CsTicket.resolution attribute defined at extension ticketsystem. |
static String |
STATE
Generated constant - Attribute key of
CsTicket.state attribute defined at extension ticketsystem. |
static String |
TICKETID
Generated constant - Attribute key of
CsTicket.ticketID attribute defined at extension ticketsystem. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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,
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. |
List<CsTicketEventModel> |
getEvents()
Deprecated.
|
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. |
CsTicketState |
getState()
Generated method - Getter of the
CsTicket.state attribute defined at extension ticketsystem. |
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(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 |
setState(CsTicketState value)
Generated method - Setter of
CsTicket.state attribute defined at extension ticketsystem. |
void |
setTicketID(String value)
Generated method - Initial setter of
CsTicket.ticketID 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 TICKETID
CsTicket.ticketID attribute defined at extension ticketsystem.public static final String CUSTOMER
CsTicket.customer attribute defined at extension ticketsystem.public static final String ORDER
CsTicket.order attribute defined at extension ticketsystem.public static final String HEADLINE
CsTicket.headline attribute defined at extension ticketsystem.public static final String CATEGORY
CsTicket.category attribute defined at extension ticketsystem.public static final String PRIORITY
CsTicket.priority attribute defined at extension ticketsystem.public static final String STATE
CsTicket.state attribute defined at extension ticketsystem.public static final String ASSIGNEDAGENT
CsTicket.assignedAgent attribute defined at extension ticketsystem.public static final String ASSIGNEDGROUP
CsTicket.assignedGroup attribute defined at extension ticketsystem.public static final String RESOLUTION
CsTicket.resolution attribute defined at extension ticketsystem.public static final String BASESITE
CsTicket.baseSite attribute defined at extension ticketsystem.public static final String EVENTS
CsTicket.events 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, 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 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 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="state", type=GETTER) public CsTicketState getState()
CsTicket.state attribute defined at extension ticketsystem.@Accessor(qualifier="ticketID", type=GETTER) public 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(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="state", type=SETTER) public void setState(CsTicketState value)
CsTicket.state attribute defined at extension ticketsystem.value - the stateCopyright © 2017 SAP SE. All Rights Reserved.