Class GeneratedStoredHttpSession

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
StoredHttpSession

public abstract class GeneratedStoredHttpSession extends GenericItem
Generated class for type StoredHttpSession.
See Also:
  • Field Details

    • SESSIONID

      public static final String SESSIONID
      Qualifier of the StoredHttpSession.sessionId attribute
      See Also:
    • CLUSTERID

      public static final String CLUSTERID
      Qualifier of the StoredHttpSession.clusterId attribute
      See Also:
    • EXTENSION

      public static final String EXTENSION
      Qualifier of the StoredHttpSession.extension attribute
      See Also:
    • CONTEXTROOT

      public static final String CONTEXTROOT
      Qualifier of the StoredHttpSession.contextRoot attribute
      See Also:
    • SERIALIZEDSESSION

      public static final String SERIALIZEDSESSION
      Qualifier of the StoredHttpSession.serializedSession attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedStoredHttpSession

      public GeneratedStoredHttpSession()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getClusterId

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

      public 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, Integer value)
      Generated method - Setter of the StoredHttpSession.clusterId attribute.
      Parameters:
      value - the clusterId
    • setClusterId

      protected void setClusterId(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 String getContextRoot(SessionContext ctx)
      Generated method - Getter of the StoredHttpSession.contextRoot attribute.
      Returns:
      the contextRoot
    • getContextRoot

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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