java.lang.Objectcom.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)
public void setDeptName(java.lang.String deptName)
public void setItemId(long itemId)
public void setLogonMode(short logonMode)
public void setOrderStatusUrl(java.lang.String orderStatusUrl)
public void setPostBackURL(java.lang.String newPostBackURL)
public void setProcurementProtocolId(java.lang.String protocolId)
public void setReqId(java.lang.String newReqId)
public void setReqName(java.lang.String newReqName)
public void setSessionId(java.lang.String newSessionId)
public void setSessionType(java.lang.String newSessionType)
public void setShoppingCartId(long shoppingCartId)
public java.lang.String toString()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.