public class RequisitionerSessionData
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 |
---|
RequisitionerSessionData()
The default constructor of RequisitionerSessionData calls its superclass constructor and sets
the creation time to the current system time.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuyerCodeType()
This method gets the buyer code type.
|
long |
getCreationTime()
This method gets the creation time for this class instance.
|
TypedProperty |
getCustomSessionProperties()
This method gets the custom session properties.
|
java.lang.String |
getOrderApprovalURL()
This method gets the order approval URL.
|
java.lang.String |
getOrderStatusURL()
This method gets the order status URL.
|
java.lang.Integer |
getProcurementProtocolId()
This method gets the procurement protocol ID.
|
java.lang.String |
getProcurementSessionCookie()
This method gets the procurement session cookie.
|
java.lang.String |
getProcurementSessionCookieType()
This method gets the procurement session cookie type.
|
java.lang.String |
getSupplierCodeType()
This method gets the supplier code type.
|
void |
setBuyerCodeType(java.lang.String aBuyerCodeType)
This method sets the buyer code type.
|
void |
setCreationTime(long newCreationTime)
This method sets the instance creation time.
|
void |
setCustomSessionProperties(TypedProperty sessionProperties)
This method sets the custom session properties.
|
void |
setOrderApprovalURL(java.lang.String postBackURL)
This method sets the order approval URL.
|
void |
setOrderStatusURL(java.lang.String statusURL)
This method sets the order status URL.
|
void |
setProcurementProtocolId(java.lang.Integer procId)
This method sets the procurement protocol ID.
|
void |
setProcurementSessionCookie(java.lang.String cookie)
This method sets the procurement session cookie.
|
void |
setProcurementSessionCookieType(java.lang.String cookieType)
This method sets the procurement session cookie type.
|
void |
setSupplierCodeType(java.lang.String aSupplierCodeType)
This method sets the supplier code type.
|
public static final java.lang.String COPYRIGHT
public RequisitionerSessionData()
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 buyer codepublic void setCreationTime(long newCreationTime)
newCreationTime
- the long representation of the creation timepublic void setCustomSessionProperties(TypedProperty sessionProperties)
sessionProperties
- the name-value pairs containing attributes that are
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)
cookieType
- the new procurement session cookie typepublic void setSupplierCodeType(java.lang.String aSupplierCodeType)
aSupplierCodeType
- the new supplier code type