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:
java.io.Serializable
public class StoredHttpSessionModel extends ItemModel
Generated model class for type StoredHttpSession first defined at extension core.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCLUSTERIDGenerated constant - Attribute key ofStoredHttpSession.clusterIdattribute defined at extensioncore.static java.lang.StringCONTEXTROOTGenerated constant - Attribute key ofStoredHttpSession.contextRootattribute defined at extensioncore.static java.lang.StringEXTENSIONGenerated constant - Attribute key ofStoredHttpSession.extensionattribute defined at extensioncore.static java.lang.StringSERIALIZEDSESSIONGenerated constant - Attribute key ofStoredHttpSession.serializedSessionattribute defined at extensioncore.static java.lang.StringSESSIONIDGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description StoredHttpSessionModel()Generated constructor - Default constructor for generic creation.StoredHttpSessionModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextStoredHttpSessionModel(java.lang.Integer _clusterId, java.lang.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(java.lang.Integer _clusterId, java.lang.String _contextRoot, java.lang.String _extension, ItemModel _owner, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetClusterId()Generated method - Getter of theStoredHttpSession.clusterIdattribute defined at extensioncore.java.lang.StringgetContextRoot()Generated method - Getter of theStoredHttpSession.contextRootattribute defined at extensioncore.java.lang.StringgetExtension()Generated method - Getter of theStoredHttpSession.extensionattribute defined at extensioncore.java.lang.ObjectgetSerializedSession()Generated method - Getter of theStoredHttpSession.serializedSessionattribute defined at extensioncore.java.lang.StringgetSessionId()Generated method - Getter of theStoredHttpSession.sessionIdattribute defined at extensioncore.voidsetClusterId(java.lang.Integer value)Generated method - Initial setter ofStoredHttpSession.clusterIdattribute defined at extensioncore.voidsetContextRoot(java.lang.String value)Generated method - Initial setter ofStoredHttpSession.contextRootattribute defined at extensioncore.voidsetExtension(java.lang.String value)Generated method - Initial setter ofStoredHttpSession.extensionattribute defined at extensioncore.voidsetSerializedSession(java.lang.Object value)Generated method - Setter ofStoredHttpSession.serializedSessionattribute defined at extensioncore.voidsetSessionId(java.lang.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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
SESSIONID
public static final java.lang.String SESSIONID
Generated constant - Attribute key ofStoredHttpSession.sessionIdattribute defined at extensioncore.- See Also:
- Constant Field Values
-
CLUSTERID
public static final java.lang.String CLUSTERID
Generated constant - Attribute key ofStoredHttpSession.clusterIdattribute defined at extensioncore.- See Also:
- Constant Field Values
-
EXTENSION
public static final java.lang.String EXTENSION
Generated constant - Attribute key ofStoredHttpSession.extensionattribute defined at extensioncore.- See Also:
- Constant Field Values
-
CONTEXTROOT
public static final java.lang.String CONTEXTROOT
Generated constant - Attribute key ofStoredHttpSession.contextRootattribute defined at extensioncore.- See Also:
- Constant Field Values
-
SERIALIZEDSESSION
public static final java.lang.String SERIALIZEDSESSION
Generated constant - Attribute key ofStoredHttpSession.serializedSessionattribute defined at extensioncore.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StoredHttpSessionModel
public StoredHttpSessionModel()
Generated constructor - Default constructor for generic creation.
-
StoredHttpSessionModel
public StoredHttpSessionModel(ItemModelContext ctx)
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(java.lang.Integer _clusterId, java.lang.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(java.lang.Integer _clusterId, java.lang.String _contextRoot, java.lang.String _extension, ItemModel _owner, java.lang.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 Detail
-
getClusterId
@Accessor(qualifier="clusterId", type=GETTER) public java.lang.Integer getClusterId()
Generated method - Getter of theStoredHttpSession.clusterIdattribute defined at extensioncore.- Returns:
- the clusterId
-
getContextRoot
@Accessor(qualifier="contextRoot", type=GETTER) public java.lang.String getContextRoot()
Generated method - Getter of theStoredHttpSession.contextRootattribute defined at extensioncore.- Returns:
- the contextRoot
-
getExtension
@Accessor(qualifier="extension", type=GETTER) public java.lang.String getExtension()
Generated method - Getter of theStoredHttpSession.extensionattribute defined at extensioncore.- Returns:
- the extension
-
getSerializedSession
@Accessor(qualifier="serializedSession", type=GETTER) public java.lang.Object getSerializedSession()
Generated method - Getter of theStoredHttpSession.serializedSessionattribute defined at extensioncore.- Returns:
- the serializedSession
-
getSessionId
@Accessor(qualifier="sessionId", type=GETTER) public java.lang.String getSessionId()
Generated method - Getter of theStoredHttpSession.sessionIdattribute defined at extensioncore.- Returns:
- the sessionId
-
setClusterId
@Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(java.lang.Integer value)
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
@Accessor(qualifier="contextRoot", type=SETTER) public void setContextRoot(java.lang.String value)
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
@Accessor(qualifier="extension", type=SETTER) public void setExtension(java.lang.String value)
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(java.lang.Object value)
Generated method - Setter ofStoredHttpSession.serializedSessionattribute defined at extensioncore.- Parameters:
value- the serializedSession
-
setSessionId
@Accessor(qualifier="sessionId", type=SETTER) public void setSessionId(java.lang.String value)
Generated method - Initial setter ofStoredHttpSession.sessionIdattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the sessionId
-
-