public class SessionEventModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AGENT
Generated constant - Attribute key of
SessionEvent.agent attribute defined at extension ticketsystem. |
static java.lang.String |
BASESITE
Generated constant - Attribute key of
SessionEvent.baseSite attribute defined at extension ticketsystem. |
static java.lang.String |
EVENTTIME
Generated constant - Attribute key of
SessionEvent.eventTime attribute defined at extension ticketsystem. |
static java.lang.String |
GROUPS
Generated constant - Attribute key of
SessionEvent.groups attribute defined at extension ticketsystem. |
static java.lang.String |
SESSIONID
Generated constant - Attribute key of
SessionEvent.sessionID attribute defined at extension ticketsystem. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SessionEventModel()
Generated constructor - Default constructor for generic creation.
|
SessionEventModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SessionEventModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
EmployeeModel |
getAgent()
Generated method - Getter of the
SessionEvent.agent attribute defined at extension ticketsystem. |
BaseSiteModel |
getBaseSite()
Generated method - Getter of the
SessionEvent.baseSite attribute defined at extension ticketsystem. |
java.util.Date |
getEventTime()
Generated method - Getter of the
SessionEvent.eventTime attribute defined at extension ticketsystem. |
java.util.List<PrincipalGroupModel> |
getGroups()
Generated method - Getter of the
SessionEvent.groups attribute defined at extension ticketsystem. |
java.lang.String |
getSessionID()
Generated method - Getter of the
SessionEvent.sessionID attribute defined at extension ticketsystem. |
void |
setAgent(EmployeeModel value)
Generated method - Setter of
SessionEvent.agent attribute defined at extension ticketsystem. |
void |
setBaseSite(BaseSiteModel value)
Generated method - Setter of
SessionEvent.baseSite attribute defined at extension ticketsystem. |
void |
setEventTime(java.util.Date value)
Generated method - Setter of
SessionEvent.eventTime attribute defined at extension ticketsystem. |
void |
setGroups(java.util.List<PrincipalGroupModel> value)
Generated method - Setter of
SessionEvent.groups attribute defined at extension ticketsystem. |
void |
setSessionID(java.lang.String value)
Generated method - Setter of
SessionEvent.sessionID 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 EVENTTIME
SessionEvent.eventTime attribute defined at extension ticketsystem.public static final java.lang.String AGENT
SessionEvent.agent attribute defined at extension ticketsystem.public static final java.lang.String SESSIONID
SessionEvent.sessionID attribute defined at extension ticketsystem.public static final java.lang.String BASESITE
SessionEvent.baseSite attribute defined at extension ticketsystem.public static final java.lang.String GROUPS
SessionEvent.groups attribute defined at extension ticketsystem.public SessionEventModel()
public SessionEventModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SessionEventModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="agent", type=GETTER) public EmployeeModel getAgent()
SessionEvent.agent attribute defined at extension ticketsystem.@Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
SessionEvent.baseSite attribute defined at extension ticketsystem.@Accessor(qualifier="eventTime", type=GETTER) public java.util.Date getEventTime()
SessionEvent.eventTime attribute defined at extension ticketsystem.@Accessor(qualifier="groups", type=GETTER) public java.util.List<PrincipalGroupModel> getGroups()
SessionEvent.groups attribute defined at extension ticketsystem.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="sessionID", type=GETTER) public java.lang.String getSessionID()
SessionEvent.sessionID attribute defined at extension ticketsystem.@Accessor(qualifier="agent", type=SETTER) public void setAgent(EmployeeModel value)
SessionEvent.agent attribute defined at extension ticketsystem.value - the agent - Any employee.@Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
SessionEvent.baseSite attribute defined at extension ticketsystem.value - the baseSite - Site model where event was created.@Accessor(qualifier="eventTime", type=SETTER) public void setEventTime(java.util.Date value)
SessionEvent.eventTime attribute defined at extension ticketsystem.value - the eventTime - Event creation time.@Accessor(qualifier="groups", type=SETTER) public void setGroups(java.util.List<PrincipalGroupModel> value)
SessionEvent.groups attribute defined at extension ticketsystem.value - the groupsCopyright © 2018 SAP SE. All Rights Reserved.