Class GeneratedStoredHttpSession

    • Field Detail

      • SESSIONID

        public static final java.lang.String SESSIONID
        Qualifier of the StoredHttpSession.sessionId attribute
        See Also:
        Constant Field Values
      • CLUSTERID

        public static final java.lang.String CLUSTERID
        Qualifier of the StoredHttpSession.clusterId attribute
        See Also:
        Constant Field Values
      • EXTENSION

        public static final java.lang.String EXTENSION
        Qualifier of the StoredHttpSession.extension attribute
        See Also:
        Constant Field Values
      • CONTEXTROOT

        public static final java.lang.String CONTEXTROOT
        Qualifier of the StoredHttpSession.contextRoot attribute
        See Also:
        Constant Field Values
      • SERIALIZEDSESSION

        public static final java.lang.String SERIALIZEDSESSION
        Qualifier of the StoredHttpSession.serializedSession attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedStoredHttpSession

        public GeneratedStoredHttpSession()
    • Method Detail

      • getClusterId

        public java.lang.Integer getClusterId​(SessionContext ctx)
        Generated method - Getter of the StoredHttpSession.clusterId attribute.
        Returns:
        the clusterId
      • getClusterId

        public java.lang.Integer getClusterId()
        Generated method - Getter of the StoredHttpSession.clusterId attribute.
        Returns:
        the clusterId
      • getClusterIdAsPrimitive

        public int getClusterIdAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the StoredHttpSession.clusterId attribute.
        Returns:
        the clusterId
      • getClusterIdAsPrimitive

        public int getClusterIdAsPrimitive()
        Generated method - Getter of the StoredHttpSession.clusterId attribute.
        Returns:
        the clusterId
      • setClusterId

        protected void setClusterId​(SessionContext ctx,
                                    java.lang.Integer value)
        Generated method - Setter of the StoredHttpSession.clusterId attribute.
        Parameters:
        value - the clusterId
      • setClusterId

        protected void setClusterId​(java.lang.Integer value)
        Generated method - Setter of the StoredHttpSession.clusterId attribute.
        Parameters:
        value - the clusterId
      • setClusterId

        protected void setClusterId​(SessionContext ctx,
                                    int value)
        Generated method - Setter of the StoredHttpSession.clusterId attribute.
        Parameters:
        value - the clusterId
      • setClusterId

        protected void setClusterId​(int value)
        Generated method - Setter of the StoredHttpSession.clusterId attribute.
        Parameters:
        value - the clusterId
      • getContextRoot

        public java.lang.String getContextRoot​(SessionContext ctx)
        Generated method - Getter of the StoredHttpSession.contextRoot attribute.
        Returns:
        the contextRoot
      • getContextRoot

        public java.lang.String getContextRoot()
        Generated method - Getter of the StoredHttpSession.contextRoot attribute.
        Returns:
        the contextRoot
      • setContextRoot

        protected void setContextRoot​(SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the StoredHttpSession.contextRoot attribute.
        Parameters:
        value - the contextRoot
      • setContextRoot

        protected void setContextRoot​(java.lang.String value)
        Generated method - Setter of the StoredHttpSession.contextRoot attribute.
        Parameters:
        value - the contextRoot
      • getExtension

        public java.lang.String getExtension​(SessionContext ctx)
        Generated method - Getter of the StoredHttpSession.extension attribute.
        Returns:
        the extension
      • getExtension

        public java.lang.String getExtension()
        Generated method - Getter of the StoredHttpSession.extension attribute.
        Returns:
        the extension
      • setExtension

        protected void setExtension​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the StoredHttpSession.extension attribute.
        Parameters:
        value - the extension
      • setExtension

        protected void setExtension​(java.lang.String value)
        Generated method - Setter of the StoredHttpSession.extension attribute.
        Parameters:
        value - the extension
      • getSerializedSession

        public java.lang.Object getSerializedSession​(SessionContext ctx)
        Generated method - Getter of the StoredHttpSession.serializedSession attribute.
        Returns:
        the serializedSession
      • getSerializedSession

        public java.lang.Object getSerializedSession()
        Generated method - Getter of the StoredHttpSession.serializedSession attribute.
        Returns:
        the serializedSession
      • setSerializedSession

        public void setSerializedSession​(SessionContext ctx,
                                         java.lang.Object value)
        Generated method - Setter of the StoredHttpSession.serializedSession attribute.
        Parameters:
        value - the serializedSession
      • setSerializedSession

        public void setSerializedSession​(java.lang.Object value)
        Generated method - Setter of the StoredHttpSession.serializedSession attribute.
        Parameters:
        value - the serializedSession
      • getSessionId

        public java.lang.String getSessionId​(SessionContext ctx)
        Generated method - Getter of the StoredHttpSession.sessionId attribute.
        Returns:
        the sessionId
      • getSessionId

        public java.lang.String getSessionId()
        Generated method - Getter of the StoredHttpSession.sessionId attribute.
        Returns:
        the sessionId
      • setSessionId

        protected void setSessionId​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the StoredHttpSession.sessionId attribute.
        Parameters:
        value - the sessionId
      • setSessionId

        protected void setSessionId​(java.lang.String value)
        Generated method - Setter of the StoredHttpSession.sessionId attribute.
        Parameters:
        value - the sessionId