|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.dataadministration.BuyerRegistrationInfo
public class BuyerRegistrationInfo
A class containing information about a registration of a buyer agent with the GA.
Constructor Summary | |
---|---|
BuyerRegistrationInfo()
|
Method Summary | |
---|---|
java.lang.String |
getClientId()
Gets the id of the client the buyer belongs to. |
java.lang.String |
getProductId()
Gets the id of the product the buyer wanted to buy |
java.util.Date |
getRegistrationTime()
Gets the registration time. |
boolean |
isCreatedByShop()
Checks if the buyer agent was created by shop. |
void |
setClientId(java.lang.String clientId)
Sets the id of the client the buyer belongs to |
void |
setCreatedByShop(boolean isCreatedByShop)
Sets if the buyer agent was created by shop. |
void |
setProductId(java.lang.String productId)
Sets the id of the product the buyer wanted to buy |
void |
setRegistrationTime(java.util.Date registrationTime)
Sets the registration time. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuyerRegistrationInfo()
Method Detail |
---|
public java.lang.String getClientId()
public void setClientId(java.lang.String clientId)
clientId
- the id of the client the buyer belongs topublic java.lang.String getProductId()
public void setProductId(java.lang.String productId)
productId
- the id of the product the buyer wanted to buypublic java.util.Date getRegistrationTime()
public void setRegistrationTime(java.util.Date registrationTime)
registrationTime
- the new registration timepublic boolean isCreatedByShop()
public void setCreatedByShop(boolean isCreatedByShop)
isCreatedByShop
- true if the buyer agent was created by shop.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |