Class StoredHttpSessionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.web.StoredHttpSessionModel
- All Implemented Interfaces:
Serializable
Generated model class for type StoredHttpSession first defined at extension core.
- 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 ofStoredHttpSession.clusterIdattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofStoredHttpSession.contextRootattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofStoredHttpSession.extensionattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofStoredHttpSession.serializedSessionattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofStoredHttpSession.sessionIdattribute defined at extensioncore.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.Generated constructor - Default constructor for creation with existing contextStoredHttpSessionModel(Integer _clusterId, String _sessionId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStoredHttpSessionModel(Integer _clusterId, String _contextRoot, String _extension, ItemModel _owner, String _sessionId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theStoredHttpSession.clusterIdattribute defined at extensioncore.Generated method - Getter of theStoredHttpSession.contextRootattribute defined at extensioncore.Generated method - Getter of theStoredHttpSession.extensionattribute defined at extensioncore.Generated method - Getter of theStoredHttpSession.serializedSessionattribute defined at extensioncore.Generated method - Getter of theStoredHttpSession.sessionIdattribute defined at extensioncore.voidsetClusterId(Integer value) Generated method - Initial setter ofStoredHttpSession.clusterIdattribute defined at extensioncore.voidsetContextRoot(String value) Generated method - Initial setter ofStoredHttpSession.contextRootattribute defined at extensioncore.voidsetExtension(String value) Generated method - Initial setter ofStoredHttpSession.extensionattribute defined at extensioncore.voidsetSerializedSession(Object value) Generated method - Setter ofStoredHttpSession.serializedSessionattribute defined at extensioncore.voidsetSessionId(String value) Generated method - Initial setter ofStoredHttpSession.sessionIdattribute defined at extensioncore.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:
-
SESSIONID
Generated constant - Attribute key ofStoredHttpSession.sessionIdattribute defined at extensioncore.- See Also:
-
CLUSTERID
Generated constant - Attribute key ofStoredHttpSession.clusterIdattribute defined at extensioncore.- See Also:
-
EXTENSION
Generated constant - Attribute key ofStoredHttpSession.extensionattribute defined at extensioncore.- See Also:
-
CONTEXTROOT
Generated constant - Attribute key ofStoredHttpSession.contextRootattribute defined at extensioncore.- See Also:
-
SERIALIZEDSESSION
Generated constant - Attribute key ofStoredHttpSession.serializedSessionattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
StoredHttpSessionModel
public StoredHttpSessionModel()Generated constructor - Default constructor for generic creation. -
StoredHttpSessionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
StoredHttpSessionModel
@Deprecated(since="4.1.1", forRemoval=true) public StoredHttpSessionModel(Integer _clusterId, String _sessionId) 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 - Constructor with all mandatory attributes.- Parameters:
_clusterId- initial attribute declared by typeStoredHttpSessionat extensioncore_sessionId- initial attribute declared by typeStoredHttpSessionat extensioncore
-
StoredHttpSessionModel
@Deprecated(since="4.1.1", forRemoval=true) public StoredHttpSessionModel(Integer _clusterId, String _contextRoot, String _extension, ItemModel _owner, String _sessionId) 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:
_clusterId- initial attribute declared by typeStoredHttpSessionat extensioncore_contextRoot- initial attribute declared by typeStoredHttpSessionat extensioncore_extension- initial attribute declared by typeStoredHttpSessionat extensioncore_owner- initial attribute declared by typeItemat extensioncore_sessionId- initial attribute declared by typeStoredHttpSessionat extensioncore
-
-
Method Details
-
getClusterId
Generated method - Getter of theStoredHttpSession.clusterIdattribute defined at extensioncore.- Returns:
- the clusterId
-
getContextRoot
Generated method - Getter of theStoredHttpSession.contextRootattribute defined at extensioncore.- Returns:
- the contextRoot
-
getExtension
Generated method - Getter of theStoredHttpSession.extensionattribute defined at extensioncore.- Returns:
- the extension
-
getSerializedSession
Generated method - Getter of theStoredHttpSession.serializedSessionattribute defined at extensioncore.- Returns:
- the serializedSession
-
getSessionId
Generated method - Getter of theStoredHttpSession.sessionIdattribute defined at extensioncore.- Returns:
- the sessionId
-
setClusterId
Generated method - Initial setter ofStoredHttpSession.clusterIdattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the clusterId
-
setContextRoot
Generated method - Initial setter ofStoredHttpSession.contextRootattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the contextRoot
-
setExtension
Generated method - Initial setter ofStoredHttpSession.extensionattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the extension
-
setSerializedSession
@Accessor(qualifier="serializedSession", type=SETTER) public void setSerializedSession(Object value) Generated method - Setter ofStoredHttpSession.serializedSessionattribute defined at extensioncore.- Parameters:
value- the serializedSession
-
setSessionId
Generated method - Initial setter ofStoredHttpSession.sessionIdattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the sessionId
-