Class 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
    • 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 of StoredHttpSession.sessionId attribute defined at extension core.
        See Also:
        Constant Field Values
      • CLUSTERID

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

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

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

        public static final java.lang.String SERIALIZEDSESSION
        Generated constant - Attribute key of StoredHttpSession.serializedSession attribute defined at extension core.
        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 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​(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
        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 Detail

      • getClusterId

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

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

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

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

        @Accessor(qualifier="sessionId",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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