com.ibm.commerce.tools.segmentation
Class SegmentAccountListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.tools.segmentation.SegmentAccountListDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class SegmentAccountListDataBean
extends SmartDataBeanImpl

This class extends the SmartDataBeanImpl class to create the segment account list databean.

See Also:
Serialized Form

Field Summary
protected  java.lang.String[] _accounts
          An array of account names.
static java.lang.String COPYRIGHT
          Copyright.
 
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
 
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
SegmentAccountListDataBean()
           
 
Method Summary
 java.lang.String[] getAccounts()
          Gets the array of account names.
 void populate()
          Populates the databean.
 
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, setCommandContext
 
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail

_accounts

protected java.lang.String[] _accounts
An array of account names.

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.
Constructor Detail

SegmentAccountListDataBean

public SegmentAccountListDataBean()
Method Detail

getAccounts

public java.lang.String[] getAccounts()
Gets the array of account names.
Returns:
An array of account names.

populate

public void populate()
              throws java.lang.Exception
Populates the databean.
Overrides:
populate in class SmartDataBeanImpl