public class StoredHttpSessionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CLUSTERID
Generated constant - Attribute key of
StoredHttpSession.clusterId attribute defined at extension core. |
static String |
CONTEXTROOT
Generated constant - Attribute key of
StoredHttpSession.contextRoot attribute defined at extension core. |
static String |
EXTENSION
Generated constant - Attribute key of
StoredHttpSession.extension attribute defined at extension core. |
static String |
SERIALIZEDSESSION
Generated constant - Attribute key of
StoredHttpSession.serializedSession attribute defined at extension core. |
static String |
SESSIONID
Generated constant - Attribute key of
StoredHttpSession.sessionId attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StoredHttpSessionModel()
Generated constructor - Default constructor for generic creation.
|
StoredHttpSessionModel(Integer _clusterId,
String _sessionId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StoredHttpSessionModel(Integer _clusterId,
String _contextRoot,
String _extension,
ItemModel _owner,
String _sessionId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StoredHttpSessionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getClusterId()
Generated method - Getter of the
StoredHttpSession.clusterId attribute defined at extension core. |
String |
getContextRoot()
Generated method - Getter of the
StoredHttpSession.contextRoot attribute defined at extension core. |
String |
getExtension()
Generated method - Getter of the
StoredHttpSession.extension attribute defined at extension core. |
Object |
getSerializedSession()
Generated method - Getter of the
StoredHttpSession.serializedSession attribute defined at extension core. |
String |
getSessionId()
Generated method - Getter of the
StoredHttpSession.sessionId attribute defined at extension core. |
void |
setClusterId(Integer value)
Generated method - Initial setter of
StoredHttpSession.clusterId attribute defined at extension core. |
void |
setContextRoot(String value)
Generated method - Initial setter of
StoredHttpSession.contextRoot attribute defined at extension core. |
void |
setExtension(String value)
Generated method - Initial setter of
StoredHttpSession.extension attribute defined at extension core. |
void |
setSerializedSession(Object value)
Generated method - Setter of
StoredHttpSession.serializedSession attribute defined at extension core. |
void |
setSessionId(String value)
Generated method - Initial setter of
StoredHttpSession.sessionId attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String SESSIONID
StoredHttpSession.sessionId attribute defined at extension core.public static final String CLUSTERID
StoredHttpSession.clusterId attribute defined at extension core.public static final String EXTENSION
StoredHttpSession.extension attribute defined at extension core.public static final String CONTEXTROOT
StoredHttpSession.contextRoot attribute defined at extension core.public static final String SERIALIZEDSESSION
StoredHttpSession.serializedSession attribute defined at extension core.public StoredHttpSessionModel()
public StoredHttpSessionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StoredHttpSessionModel(Integer _clusterId, String _sessionId)
_clusterId - initial attribute declared by type StoredHttpSession at extension core_sessionId - initial attribute declared by type StoredHttpSession at extension core@Deprecated public StoredHttpSessionModel(Integer _clusterId, String _contextRoot, String _extension, ItemModel _owner, String _sessionId)
_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@Accessor(qualifier="clusterId", type=GETTER) public Integer getClusterId()
StoredHttpSession.clusterId attribute defined at extension core.@Accessor(qualifier="contextRoot", type=GETTER) public String getContextRoot()
StoredHttpSession.contextRoot attribute defined at extension core.@Accessor(qualifier="extension", type=GETTER) public String getExtension()
StoredHttpSession.extension attribute defined at extension core.@Accessor(qualifier="serializedSession", type=GETTER) public Object getSerializedSession()
StoredHttpSession.serializedSession attribute defined at extension core.@Accessor(qualifier="sessionId", type=GETTER) public String getSessionId()
StoredHttpSession.sessionId attribute defined at extension core.@Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(Integer value)
StoredHttpSession.clusterId attribute defined at extension core. Can only be used at creation of model - before first save.value - the clusterId@Accessor(qualifier="contextRoot", type=SETTER) public void setContextRoot(String value)
StoredHttpSession.contextRoot attribute defined at extension core. Can only be used at creation of model - before first save.value - the contextRoot@Accessor(qualifier="extension", type=SETTER) public void setExtension(String value)
StoredHttpSession.extension attribute defined at extension core. Can only be used at creation of model - before first save.value - the extension@Accessor(qualifier="serializedSession", type=SETTER) public void setSerializedSession(Object value)
StoredHttpSession.serializedSession attribute defined at extension core.value - the serializedSessionCopyright © 2017 SAP SE. All Rights Reserved.