com.ibm.commerce.tools.segmentation
Class SegmentCountriesDataBean
java.lang.Object
com.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.tools.segmentation.SegmentCountriesDataBean
- All Implemented Interfaces:
- DataBean, InputDataBean, java.io.Serializable, SmartDataBean
- public class SegmentCountriesDataBean
- extends SmartDataBeanImpl
This class extends the SmartDataBeanImpl class to create the countries data bean for a customer segment.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright. |
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
SegmentCountriesDataBean
public SegmentCountriesDataBean()
getCountries
public SegmentCountriesDataBean.Country[] getCountries()
- Gets an array of Country objects.
-
- Returns:
- An array of Country objects.
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.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.