com.ibm.commerce.tools.segmentation
Class SegmentMemberGroupsDataBean
java.lang.Object
|
+--com.ibm.commerce.beans.InputDataBeanImpl
|
+--com.ibm.commerce.beans.SmartDataBeanImpl
|
+--com.ibm.commerce.tools.segmentation.SegmentMemberGroupsDataBean
- All Implemented Interfaces:
- DataBean, InputDataBean, java.io.Serializable, SmartDataBean
- public class SegmentMemberGroupsDataBean
- extends SmartDataBeanImpl
This class extends the SmartDataBeanImpl class to
create the member groups databean for a customer segment.
- See Also:
- Serialized Form
Method Summary |
java.lang.String[] |
getMemberGroups()
Gets an array of member group names. |
void |
populate()
Populates the databean. |
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.
CUSTOMER_GROUP_TYPE
public final java.lang.Integer CUSTOMER_GROUP_TYPE
- Customer group usage type ID.
SegmentMemberGroupsDataBean
public SegmentMemberGroupsDataBean()
getMemberGroups
public java.lang.String[] getMemberGroups()
- Gets an array of member group names.
- Returns:
- An array of member group names.
populate
public void populate()
throws java.lang.Exception
- Populates the databean.
- Overrides:
populate
in class SmartDataBeanImpl