java.lang.Objectcom.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)
public void setCatalogId(long newCatalogId)
public void setContractId(java.lang.Long contarctId)
public void setCreationTime(long newCreationTime)
public void setCustomSessionProperties(TypedProperty sessionProperties)
public void setItemId(long itemId)
public void setLangId(int langId)
public void setLogonMode(short logonMode)
public void setMemGrpId(long memGrpId)
public void setOrderApprovalURL(java.lang.String postBackURL)
public void setOrderId(long orderId)
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 setStoreId(long newStoreId)
public void setSupplierCodeType(java.lang.String aSupplierCodeType)
public void setUsersId(long usersId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.