|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.tools.segmentation.SegmentCustomerListDataBean.Customer
This class contains properties that describe a customer.
Constructor Summary | |
SegmentCustomerListDataBean.Customer()
Default constructor. |
|
SegmentCustomerListDataBean.Customer(java.lang.String shopper)
This constructor takes an instance of ShopperData. |
|
SegmentCustomerListDataBean.Customer(UserAccessBean user)
This constructor takes an instance of UserAccessBean. |
Method Summary | |
java.lang.String |
getFirstName()
Gets the first name of the customer. |
java.lang.String |
getId()
Gets the user ID of the customer. |
java.lang.String |
getLastName()
Gets the last name of the customer. |
java.lang.String |
getLogonId()
Gets the logon ID of the customer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SegmentCustomerListDataBean.Customer()
public SegmentCustomerListDataBean.Customer(java.lang.String shopper)
public SegmentCustomerListDataBean.Customer(UserAccessBean user)
Method Detail |
public java.lang.String getFirstName()
public java.lang.String getId()
public java.lang.String getLastName()
public java.lang.String getLogonId()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |