java.lang.Object | +--com.ibm.commerce.me.datatype.BuyerRequestInfo
This class stores the buyer request information once the buyer organization is authenticated.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright field |
Constructor Summary | |
---|---|
BuyerRequestInfo() BuyerRequestInfo default constructor. |
Method Summary | |
---|---|
java.lang.String |
getBuyerCodeType() Getss the buyer code type |
long |
getBuyerOrgEntity_ID() Gets the Buyer Organization Entity ID |
long |
getCatalogId() Gets the catalog id |
java.lang.Long |
getContractId() Gets the contract id |
long |
getCreationTime() Gets the creation time. |
TypedProperty |
getCustomSessionProperties() Gets the custom session properties |
long |
getItemId() Gets the item id |
int |
getLangId() Gets the language Id for the store |
short |
getLogonMode() Gets the Logon Mode |
long |
getMemGrpId() Gets the Member Group ID |
java.lang.String |
getOrderApprovalURL() Gets the order approval URL |
long |
getOrderId() Gets the order ID |
java.lang.String |
getOrderStatusURL() Gets the order status URL |
java.lang.Integer |
getProcurementProtocolId() Gets the procurement protocol ID |
java.lang.String |
getProcurementSessionCookie() Gets the procurement session cookie |
java.lang.String |
getProcurementSessionCookieType() Gets the type of procurement session cookie |
long |
getStoreId() Gets the store id |
java.lang.String |
getSupplierCodeType() Gets the type of supplier code |
long |
getUsersId() Gets the users ID |
void |
setBuyerCodeType(java.lang.String aBuyerCodeType) Gets the type of buyer code |
void |
setBuyerOrgEntity_ID(long buyerOrgEntity_ID) Sets the buyerOrgEntity_ID |
void |
setCatalogId(long newCatalogId) Sets the catalog id |
void |
setContractId(java.lang.Long contarctId) Sets the ccontract id |
void |
setCreationTime(long newCreationTime) Sets the creation time. |
void |
setCustomSessionProperties(
TypedProperty sessionProperties) Sets the custom session properties |
void |
setItemId(long itemId) Sets the Item ID for display logon mode |
void |
setLangId(int langId) Sets the language ID |
void |
setLogonMode(short logonMode) Sets the Logon Mode |
void |
setMemGrpId(long memGrpId) Sets the member group ID |
void |
setOrderApprovalURL(java.lang.String postBackURL) Sets the Order Approval URL |
void |
setOrderId(long orderId) Sets the order Id |
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 |
setStoreId(long newStoreId) Sets the store id |
void |
setSupplierCodeType(java.lang.String aSupplierCodeType) Sets the type of the supplier code |
void |
setUsersId(long usersId) Sets the usersId |
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 BuyerRequestInfo()
Method Detail |
---|
public java.lang.String getBuyerCodeType()
public long getBuyerOrgEntity_ID()
public long getCatalogId()
public java.lang.Long getContractId()
public long getCreationTime()
public TypedProperty getCustomSessionProperties()
public long getItemId()
public int getLangId()
public short getLogonMode()
public long getMemGrpId()
public java.lang.String getOrderApprovalURL()
public long getOrderId()
public java.lang.String getOrderStatusURL()
public java.lang.Integer getProcurementProtocolId()
public java.lang.String getProcurementSessionCookie()
public java.lang.String getProcurementSessionCookieType()
public long getStoreId()
public java.lang.String getSupplierCodeType()
public long getUsersId()
public void setBuyerCodeType(java.lang.String aBuyerCodeType)
public void setBuyerOrgEntity_ID(long buyerOrgEntity_ID)
buyerOrgEntity_ID
- the new buyer organization entity
idpublic void setCatalogId(long newCatalogId)
newCatalogId
- the new catalog idpublic void setContractId(java.lang.Long contarctId)
public void setCreationTime(long newCreationTime)
newCreationTime
- the new creation time in
millisecondpublic void setCustomSessionProperties(TypedProperty sessionProperties)
sessionProperties
- a set of NVP representing custom session
propertiespublic void setItemId(long itemId)
itemId
- the new itme IDpublic void setLangId(int langId)
langId
- the new langauge IDpublic void setLogonMode(short logonMode)
logonMode
- the new Logon Modepublic void setMemGrpId(long memGrpId)
memGrpId
- the new member group idpublic void setOrderApprovalURL(java.lang.String postBackURL)
postBackURL
- the new Order Approval URLpublic void setOrderId(long orderId)
orderId
- the new Order IDpublic void setOrderStatusURL(java.lang.String statusURL)
statusURL
- the new Order Status URLpublic void setProcurementProtocolId(java.lang.Integer procId)
procId
- the new procurement protocl idpublic void setProcurementSessionCookie(java.lang.String cookie)
cookie
- the Procurement Session Cookiepublic void setProcurementSessionCookieType(java.lang.String cookieType)
cookieType
- the type of Procurement Session
Cookiepublic void setStoreId(long newStoreId)
newStoreId
- the new store idpublic void setSupplierCodeType(java.lang.String aSupplierCodeType)
aSupplierCodeType
- the type of supplier
codepublic void setUsersId(long usersId)
usersId
- the new users ID for the buyer