com.ibm.commerce.tools.segmentation
Class SegmentCustomerListDataBean.Customer

java.lang.Object
  |
  +--com.ibm.commerce.tools.segmentation.SegmentCustomerListDataBean.Customer
Enclosing class:
SegmentCustomerListDataBean

public static final class SegmentCustomerListDataBean.Customer
extends java.lang.Object

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

SegmentCustomerListDataBean.Customer

public SegmentCustomerListDataBean.Customer()
Default constructor.

SegmentCustomerListDataBean.Customer

public SegmentCustomerListDataBean.Customer(java.lang.String shopper)
This constructor takes an instance of ShopperData.

SegmentCustomerListDataBean.Customer

public SegmentCustomerListDataBean.Customer(UserAccessBean user)
This constructor takes an instance of UserAccessBean.
Method Detail

getFirstName

public java.lang.String getFirstName()
Gets the first name of the customer.
Returns:
The first name of the customer.

getId

public java.lang.String getId()
Gets the user ID of the customer.
Returns:
The user ID of the customer.

getLastName

public java.lang.String getLastName()
Gets the last name of the customer.
Returns:
The last name of the customer.

getLogonId

public java.lang.String getLogonId()
Gets the logon ID of the customer.
Returns:
The logon ID of the customer.