Class StoredHttpSessionModel

All Implemented Interfaces:
Serializable

public class StoredHttpSessionModel extends ItemModel
Generated model class for type StoredHttpSession first defined at extension core.
See Also:
  • 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(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