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

public class StoredHttpSessionModel extends ItemModel
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

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of StoredHttpSession.clusterId attribute defined at extension core.
    static final String
    Generated constant - Attribute key of StoredHttpSession.contextRoot attribute defined at extension core.
    static final String
    Generated constant - Attribute key of StoredHttpSession.extension attribute defined at extension core.
    static final String
    Generated constant - Attribute key of StoredHttpSession.serializedSession attribute defined at extension core.
    static final String
    Generated constant - Attribute key of StoredHttpSession.sessionId attribute defined at extension core.

    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
    Generated constructor - Default constructor for generic creation.
    StoredHttpSessionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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 parameters
    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 parameters
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the StoredHttpSession.clusterId attribute defined at extension core.
    Generated method - Getter of the StoredHttpSession.contextRoot attribute defined at extension core.
    Generated method - Getter of the StoredHttpSession.extension attribute defined at extension core.
    Generated method - Getter of the StoredHttpSession.serializedSession attribute defined at extension core.
    Generated method - Getter of the StoredHttpSession.sessionId attribute defined at extension core.
    void
    Generated method - Initial setter of StoredHttpSession.clusterId attribute defined at extension core.
    void
    Generated method - Initial setter of StoredHttpSession.contextRoot attribute defined at extension core.
    void
    Generated method - Initial setter of StoredHttpSession.extension attribute defined at extension core.
    void
    Generated method - Setter of StoredHttpSession.serializedSession attribute defined at extension core.
    void
    Generated method - Initial setter of StoredHttpSession.sessionId attribute defined at extension core.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • SESSIONID

      public static final String SESSIONID
      Generated constant - Attribute key of StoredHttpSession.sessionId attribute defined at extension core.
      See Also:
    • CLUSTERID

      public static final String CLUSTERID
      Generated constant - Attribute key of StoredHttpSession.clusterId attribute defined at extension core.
      See Also:
    • EXTENSION

      public static final String EXTENSION
      Generated constant - Attribute key of StoredHttpSession.extension attribute defined at extension core.
      See Also:
    • CONTEXTROOT

      public static final String CONTEXTROOT
      Generated constant - Attribute key of StoredHttpSession.contextRoot attribute defined at extension core.
      See Also:
    • SERIALIZEDSESSION

      public static final String SERIALIZEDSESSION
      Generated constant - Attribute key of StoredHttpSession.serializedSession attribute defined at extension core.
      See Also:
  • Constructor Details

    • StoredHttpSessionModel

      public StoredHttpSessionModel()
      Generated constructor - Default constructor for generic creation.
    • StoredHttpSessionModel

      public StoredHttpSessionModel(de.hybris.platform.servicelayer.model.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(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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _clusterId - initial attribute declared by type StoredHttpSession at extension core
      _sessionId - initial attribute declared by type StoredHttpSession at extension core
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _clusterId - initial attribute declared by type StoredHttpSession at extension core
      _contextRoot - initial attribute declared by type StoredHttpSession at extension core
      _extension - initial attribute declared by type StoredHttpSession at extension core
      _owner - initial attribute declared by type Item at extension core
      _sessionId - initial attribute declared by type StoredHttpSession at extension core
  • Method Details

    • getClusterId

      @Accessor(qualifier="clusterId", type=GETTER) public Integer getClusterId()
      Generated method - Getter of the StoredHttpSession.clusterId attribute defined at extension core.
      Returns:
      the clusterId
    • getContextRoot

      @Accessor(qualifier="contextRoot", type=GETTER) public String getContextRoot()
      Generated method - Getter of the StoredHttpSession.contextRoot attribute defined at extension core.
      Returns:
      the contextRoot
    • getExtension

      @Accessor(qualifier="extension", type=GETTER) public String getExtension()
      Generated method - Getter of the StoredHttpSession.extension attribute defined at extension core.
      Returns:
      the extension
    • getSerializedSession

      @Accessor(qualifier="serializedSession", type=GETTER) public Object getSerializedSession()
      Generated method - Getter of the StoredHttpSession.serializedSession attribute defined at extension core.
      Returns:
      the serializedSession
    • getSessionId

      @Accessor(qualifier="sessionId", type=GETTER) public String getSessionId()
      Generated method - Getter of the StoredHttpSession.sessionId attribute defined at extension core.
      Returns:
      the sessionId
    • setClusterId

      @Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(Integer value)
      Generated method - Initial setter of StoredHttpSession.clusterId attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the clusterId
    • setContextRoot

      @Accessor(qualifier="contextRoot", type=SETTER) public void setContextRoot(String value)
      Generated method - Initial setter of StoredHttpSession.contextRoot attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the contextRoot
    • setExtension

      @Accessor(qualifier="extension", type=SETTER) public void setExtension(String value)
      Generated method - Initial setter of StoredHttpSession.extension attribute defined at extension core. 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 of StoredHttpSession.serializedSession attribute defined at extension core.
      Parameters:
      value - the serializedSession
    • setSessionId

      @Accessor(qualifier="sessionId", type=SETTER) public void setSessionId(String value)
      Generated method - Initial setter of StoredHttpSession.sessionId attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the sessionId