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 data bean.
- See Also:
- Serialized
Form
Field Summary |
protected
java.lang.String[] |
_accounts
An array of account names. |
static java.lang.String |
COPYRIGHT
Copyright. |
Method Summary |
java.lang.String[] |
getAccounts()
Gets the array of account names. |
void |
populate()
Populates the data bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright.
- See Also:
-
Constant Field Values
_accounts
protected java.lang.String[] _accounts
- An array of account names.
SegmentAccountListDataBean
public SegmentAccountListDataBean()
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 data bean.
-
- Specified by:
-
populate
in interface
SmartDataBean
- Overrides:
-
populate
in class
SmartDataBeanImpl
-
- Throws:
java.lang.Exception
- should not happen since there is no data
retrieved to populate the databean.