java.lang.Object | +--com.ibm.commerce.tools.segmentation.SegmentCustomerListDataBean.Customer
This class contains properties that describe a customer.
Constructor Summary | |
---|---|
SegmentCustomerListDataBean.Customer() Constructor for Customer. | |
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(UserAccessBean user)
public SegmentCustomerListDataBean.Customer(java.lang.String shopper)
public SegmentCustomerListDataBean.Customer()
Method Detail |
---|
public java.lang.String getId()
public java.lang.String getLogonId()
public java.lang.String getFirstName()
public java.lang.String getLastName()