java.lang.Object | +--com.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)
aBuyerCodeType
- The type of the buyer
codepublic void setCreationTime(long newCreationTime)
newCreationTime
- the long representation of the creation
timepublic void setCustomSessionProperties(TypedProperty sessionProperties)
sessionProperties
- the NVP cotaining attributes that is not
not mapped to any class variablespublic void setOrderApprovalURL(java.lang.String postBackURL)
postBackURL
- the order approval URLpublic void setOrderStatusURL(java.lang.String statusURL)
statusURL
- the order status URLpublic void setProcurementProtocolId(java.lang.Integer procId)
procId
- the new procurement protocol IDpublic void setProcurementSessionCookie(java.lang.String cookie)
cookie
- the new procurement session
cookiepublic void setProcurementSessionCookieType(java.lang.String cookieType)
public void setSupplierCodeType(java.lang.String aSupplierCodeType)
aSupplierCodeType
- the new supplier code
type