java.lang.Object | +--com.ibm.commerce.me.datatype.SessionInfo
Stores information for the session
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright field |
Constructor Summary | |
---|---|
SessionInfo() SessionInfo constructor comment. |
Method Summary | |
---|---|
TypedProperty |
getCustomSessionProperties() Gets custom session properties |
java.lang.String |
getDeptName() Gets the name of the dept. |
long |
getItemId() Gets the itemId (for 'display LogonMode') |
short |
getLogonMode() Gets the logon mode of the session info |
java.lang.String |
getOrderStatusUrl() Gets the order status URL |
java.lang.String |
getPostBackURL() Gets the postback URL |
java.lang.String |
getProcurementProtocolId() Gets the ProcurementProtocolId name |
java.lang.String |
getReqId() Gets the requisitioner id |
java.lang.String |
getReqName() Gets the requisitioner name |
java.lang.String |
getSessionId() Gets the session id |
java.lang.String |
getSessionType() Gets the type of the session info |
long |
getShoppingCartId() Gets the shoppingCartId of the session info |
void |
setCustomSessionProperties(
TypedProperty sessionProperties) Sets custom session properties |
void |
setDeptName(java.lang.String deptName) Sets the name of the dept. |
void |
setItemId(long itemId) Sets the item Id (for 'display' LogonMode) |
void |
setLogonMode(short logonMode) Sets the type of the logon |
void |
setOrderStatusUrl(java.lang.String orderStatusUrl) Sets the order status URL |
void |
setPostBackURL(java.lang.String newPostBackURL) Sets the postback URL |
void |
setProcurementProtocolId(java.lang.String protocolId) Sets the Procurement Protocol Id |
void |
setReqId(java.lang.String newReqId) Sets the requisitioner id |
void |
setReqName(java.lang.String newReqName) Sets the requisitioner name |
void |
setSessionId(java.lang.String newSessionId) Sets the session id |
void |
setSessionType(java.lang.String newSessionType) Sets the type of the session info |
void |
setShoppingCartId(long shoppingCartId) Sets the shopping cart id |
java.lang.String |
toString() Returns a String that represents the value of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait,
wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public SessionInfo()
Method Detail |
---|
public TypedProperty getCustomSessionProperties()
public java.lang.String getDeptName()
public long getItemId()
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 NVP containing custom session
attributespublic void setDeptName(java.lang.String deptName)
deptName
- the new name of the departmentpublic void setItemId(long itemId)
itemId
- the new item idpublic void setLogonMode(short logonMode)
logonMode
- the new logon typepublic void setOrderStatusUrl(java.lang.String orderStatusUrl)
orderStatusUrl
- URL to which this order status should be
postedpublic void setPostBackURL(java.lang.String newPostBackURL)
newPostBackURL
- URL to which this order approval should be
postedpublic 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)
public void setShoppingCartId(long shoppingCartId)
shoppingCartId
- the new shopping cart idpublic java.lang.String toString()
toString
in class java.lang.Object