Class SessionEventModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.ticketsystem.events.model.SessionEventModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SessionEndEventModel,SessionStartEventModel
Generated model class for type SessionEvent first defined at extension ticketsystem.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSessionEvent.agentattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofSessionEvent.baseSiteattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofSessionEvent.eventTimeattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofSessionEvent.groupsattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofSessionEvent.sessionIDattribute defined at extensionticketsystem.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SessionEventModel(ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptiongetAgent()Generated method - Getter of theSessionEvent.agentattribute defined at extensionticketsystem.Generated method - Getter of theSessionEvent.baseSiteattribute defined at extensionticketsystem.Generated method - Getter of theSessionEvent.eventTimeattribute defined at extensionticketsystem.Generated method - Getter of theSessionEvent.groupsattribute defined at extensionticketsystem.Generated method - Getter of theSessionEvent.sessionIDattribute defined at extensionticketsystem.voidsetAgent(EmployeeModel value) Generated method - Setter ofSessionEvent.agentattribute defined at extensionticketsystem.voidsetBaseSite(BaseSiteModel value) Generated method - Setter ofSessionEvent.baseSiteattribute defined at extensionticketsystem.voidsetEventTime(Date value) Generated method - Setter ofSessionEvent.eventTimeattribute defined at extensionticketsystem.voidsetGroups(List<PrincipalGroupModel> value) Generated method - Setter ofSessionEvent.groupsattribute defined at extensionticketsystem.voidsetSessionID(String value) Generated method - Setter ofSessionEvent.sessionIDattribute defined at extensionticketsystem.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
EVENTTIME
Generated constant - Attribute key ofSessionEvent.eventTimeattribute defined at extensionticketsystem.- See Also:
-
AGENT
Generated constant - Attribute key ofSessionEvent.agentattribute defined at extensionticketsystem.- See Also:
-
SESSIONID
Generated constant - Attribute key ofSessionEvent.sessionIDattribute defined at extensionticketsystem.- See Also:
-
BASESITE
Generated constant - Attribute key ofSessionEvent.baseSiteattribute defined at extensionticketsystem.- See Also:
-
GROUPS
Generated constant - Attribute key ofSessionEvent.groupsattribute defined at extensionticketsystem.- See Also:
-
-
Constructor Details
-
SessionEventModel
public SessionEventModel()Generated constructor - Default constructor for generic creation. -
SessionEventModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SessionEventModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAgent
Generated method - Getter of theSessionEvent.agentattribute defined at extensionticketsystem.- Returns:
- the agent - Any employee.
-
getBaseSite
Generated method - Getter of theSessionEvent.baseSiteattribute defined at extensionticketsystem.- Returns:
- the baseSite - Site model where event was created.
-
getEventTime
Generated method - Getter of theSessionEvent.eventTimeattribute defined at extensionticketsystem.- Returns:
- the eventTime - Event creation time.
-
getGroups
Generated method - Getter of theSessionEvent.groupsattribute defined at extensionticketsystem. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the groups
-
getSessionID
Generated method - Getter of theSessionEvent.sessionIDattribute defined at extensionticketsystem.- Returns:
- the sessionID - Unique identificator.
-
setAgent
Generated method - Setter ofSessionEvent.agentattribute defined at extensionticketsystem.- Parameters:
value- the agent - Any employee.
-
setBaseSite
Generated method - Setter ofSessionEvent.baseSiteattribute defined at extensionticketsystem.- Parameters:
value- the baseSite - Site model where event was created.
-
setEventTime
Generated method - Setter ofSessionEvent.eventTimeattribute defined at extensionticketsystem.- Parameters:
value- the eventTime - Event creation time.
-
setGroups
Generated method - Setter ofSessionEvent.groupsattribute defined at extensionticketsystem.- Parameters:
value- the groups
-
setSessionID
Generated method - Setter ofSessionEvent.sessionIDattribute defined at extensionticketsystem.- Parameters:
value- the sessionID - Unique identificator.
-