public final class OdiSessionParameter
extends AbstractRepositoryEntity
Modifier and Type | Field and Description |
---|---|
static int |
SHORT_VALUE_MAX_LENGTH
Maximum length allowed for value field.
|
Constructor and Description |
---|
OdiSessionParameter(OdiSession pSession,
java.lang.String pName,
java.lang.String pValue)
Constructs a new Session Parameter for the
OdiSession pSession |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getInternalId()
Return this
OdiSessionParameter instance's identifier. |
java.lang.String |
getName()
Returns parameter's name.
|
IRepositoryEntity |
getSecurityContainer()
Return the parent
OdiSession of this OdiSessionParameter. |
OdiSession |
getSession()
Returns
OdiSession holding this parameter. |
java.lang.Number |
getSessionParameterId()
Returns the internal identifier of this
OdiSessionParameter instance. |
java.lang.String |
getValue()
Returns parameter's value.
|
void |
setValue(java.lang.String pValue)
Specify the value of this
OdiSessionParameter |
public static final int SHORT_VALUE_MAX_LENGTH
public OdiSessionParameter(OdiSession pSession, java.lang.String pName, java.lang.String pValue)
OdiSession
pSessionpSession
- Session to which this Session Parameter belongspName
- Name of the Session ParameterpValue
- Value of the Session Parameterpublic java.lang.Number getSessionParameterId()
OdiSessionParameter
instance.public java.io.Serializable getInternalId()
OdiSessionParameter
instance's identifier.public IRepositoryEntity getSecurityContainer()
OdiSession
of this OdiSessionParameter.public OdiSession getSession()
OdiSession
holding this parameter.public java.lang.String getName()
public java.lang.String getValue()
public void setValue(java.lang.String pValue)
OdiSessionParameter
pValue
- Value of this Session Parameter