public class SessionInfo
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright field
|
Constructor and Description |
---|
SessionInfo()
The SessionInfo constructor calls its parents constructor.
|
Modifier and Type | Method and Description |
---|---|
TypedProperty |
getCustomSessionProperties()
This method gets custom session properties.
|
java.lang.String |
getDeptName()
This method gets the requisitioner's department name.
|
long |
getItemId()
This method gets the item ID (for 'display
LogonMode '). |
short |
getLogonMode()
This method gets the logon mode of the session info.
|
java.lang.String |
getOrderStatusUrl()
This method gets the order status URL.
|
java.lang.String |
getPostBackURL()
This method gets the postback URL.
|
java.lang.String |
getProcurementProtocolId()
This method gets the Procurement Protocol ID name.
|
java.lang.String |
getReqId()
This method gets the requisitioner ID.
|
java.lang.String |
getReqName()
This method gets the requisitioner name.
|
java.lang.String |
getSessionId()
This method gets the session ID.
|
java.lang.String |
getSessionType()
This method gets the type of the session info.
|
long |
getShoppingCartId()
This method gets the shopping cart ID of the session info.
|
void |
setCustomSessionProperties(TypedProperty sessionProperties)
This method sets custom session properties.
|
void |
setDeptName(java.lang.String aDeptName)
This method sets the name of the department to which the requisitioner belongs.
|
void |
setItemId(long anItemId)
This method sets the item ID (for 'display'
LogonMode ). |
void |
setLogonMode(short aLogonMode)
This method sets the logon type.
|
void |
setOrderStatusUrl(java.lang.String anOrderStatusUrl)
This method sets the order status URL.
|
void |
setPostBackURL(java.lang.String newPostBackURL)
This method sets the postback URL.
|
void |
setProcurementProtocolId(java.lang.String protocolId)
This method sets the Procurement Protocol ID.
|
void |
setReqId(java.lang.String newReqId)
This method sets the requisitioner ID.
|
void |
setReqName(java.lang.String newReqName)
This method sets the requisitioner name.
|
void |
setSessionId(java.lang.String newSessionId)
This method sets the session ID.
|
void |
setSessionType(java.lang.String newSessionType)
This method sets the type of the session info.
|
void |
setShoppingCartId(long aShoppingCartId)
This method sets the shopping cart ID.
|
java.lang.String |
toString()
This method returns a String that represents the value of this object.
|
public static final java.lang.String COPYRIGHT
public SessionInfo()
public TypedProperty getCustomSessionProperties()
public java.lang.String getDeptName()
public long getItemId()
LogonMode
').public short getLogonMode()
public java.lang.String getOrderStatusUrl()
public java.lang.String getPostBackURL()
public java.lang.String getProcurementProtocolId()
public java.lang.String getReqId()
public java.lang.String getReqName()
public java.lang.String getSessionId()
public java.lang.String getSessionType()
public long getShoppingCartId()
public void setCustomSessionProperties(TypedProperty sessionProperties)
sessionProperties
- a set of name-value pairs containing custom session attributespublic void setDeptName(java.lang.String aDeptName)
aDeptName
- the new name of the departmentpublic void setItemId(long anItemId)
LogonMode
).anItemId
- the new item IDpublic void setLogonMode(short aLogonMode)
aLogonMode
- the new logon typepublic void setOrderStatusUrl(java.lang.String anOrderStatusUrl)
anOrderStatusUrl
- URL to post this order statuspublic void setPostBackURL(java.lang.String newPostBackURL)
newPostBackURL
- URL to post this order approvalpublic void setProcurementProtocolId(java.lang.String protocolId)
protocolId
- The new protocol IDpublic void setReqId(java.lang.String newReqId)
newReqId
- the new ID for the requisitionerpublic void setReqName(java.lang.String newReqName)
newReqName
- the name of the requisitionerpublic void setSessionId(java.lang.String newSessionId)
newSessionId
- the session ID of the current sessionpublic void setSessionType(java.lang.String newSessionType)
newSessionType
- the type of this sessionpublic void setShoppingCartId(long aShoppingCartId)
aShoppingCartId
- the new shopping cart IDpublic java.lang.String toString()
toString
in class java.lang.Object