com.ibm.commerce.tools.segmentation
Class SegmentDefaultCurrencyDataBean
- java.lang.Object
-
- com.ibm.commerce.beans.InputDataBeanImpl
-
- com.ibm.commerce.beans.SmartDataBeanImpl
-
- com.ibm.commerce.tools.segmentation.SegmentDefaultCurrencyDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, java.io.Serializable
public class SegmentDefaultCurrencyDataBean extends SmartDataBeanImpl
This class extends the SmartDataBeanImpl class to create the default currency data bean for a segment.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Copyright.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description SegmentDefaultCurrencyDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getDefaultCurrency()
Gets the default currency.void
populate()
Populates the data bean.-
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
-
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
Copyright.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultCurrency
public java.lang.String getDefaultCurrency()
Gets the default currency.- Returns:
- The default currency.
-
populate
public void populate() throws java.lang.Exception
Populates the data bean.- Specified by:
populate
in interfaceSmartDataBean
- Overrides:
populate
in classSmartDataBeanImpl
- Throws:
java.lang.Exception
- This method should never be thrown because there is no data retrieved to populate the data bean.
-
-