java.lang.Objectcom.ibm.commerce.me.datatype.RequisitionerSessionData
Stores session data for a requisitioner such as the session cookie, apporval URL, status URL, protocol ID, buyer code type, supplier code type.
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright field |
Constructor Summary | |
RequisitionerSessionData() Default constructor of RequisitionerSessionData, it sets the creation time to the current system time. |
Method Summary | |
java.lang.String | getBuyerCodeType() Gets the type for buyer code |
long | getCreationTime() Gets the creation time for this class instance |
TypedProperty | getCustomSessionProperties() Gets the custom session properties |
java.lang.String | getOrderApprovalURL() Gets the order approval URL |
java.lang.String | getOrderStatusURL() Gets the order status URL |
java.lang.Integer | getProcurementProtocolId() Gets the procurement protocol IDs |
java.lang.String | getProcurementSessionCookie() Gets the procurement session cookie |
java.lang.String | getProcurementSessionCookieType() Gets the procurement session cookie type |
java.lang.String | getSupplierCodeType() Gets the supplier code type |
void | setBuyerCodeType(java.lang.String aBuyerCodeType) Sets the buyer code type |
void | setCreationTime(long newCreationTime) Sets the creation time |
void | setCustomSessionProperties(TypedProperty sessionProperties) Sets the custom session properties |
void | setOrderApprovalURL(java.lang.String postBackURL) Sets the order approval URL |
void | setOrderStatusURL(java.lang.String statusURL) Sets the order status URL |
void | setProcurementProtocolId(java.lang.Integer procId) Sets the procurement protocol ID |
void | setProcurementSessionCookie(java.lang.String cookie) Sets the procurement session cookie |
void | setProcurementSessionCookieType(java.lang.String cookieType) Sets the procurement session cookie type |
void | setSupplierCodeType(java.lang.String aSupplierCodeType) Sets the supplier code type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public RequisitionerSessionData()
Method Detail |
public java.lang.String getBuyerCodeType()
public long getCreationTime()
public TypedProperty getCustomSessionProperties()
public java.lang.String getOrderApprovalURL()
public java.lang.String getOrderStatusURL()
public java.lang.Integer getProcurementProtocolId()
public java.lang.String getProcurementSessionCookie()
public java.lang.String getProcurementSessionCookieType()
public java.lang.String getSupplierCodeType()
public void setBuyerCodeType(java.lang.String aBuyerCodeType)
public void setCreationTime(long newCreationTime)
public void setCustomSessionProperties(TypedProperty sessionProperties)
public void setOrderApprovalURL(java.lang.String postBackURL)
public void setOrderStatusURL(java.lang.String statusURL)
public void setProcurementProtocolId(java.lang.Integer procId)
public void setProcurementSessionCookie(java.lang.String cookie)
public void setProcurementSessionCookieType(java.lang.String cookieType)
public void setSupplierCodeType(java.lang.String aSupplierCodeType)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.