com.ibm.commerce.utf.beans
Class TradeEngineListBean
java.lang.Object
|
+--com.ibm.commerce.beans.InputDataBeanImpl
|
+--com.ibm.commerce.beans.SmartDataBeanImpl
|
+--com.ibm.commerce.utf.beans.UTFListBean
|
+--com.ibm.commerce.utf.beans.TradeEngineListBean
- All Implemented Interfaces:
- DataBean, InputDataBean, java.io.Serializable, SmartDataBean, TradeEngineListInputDataBean, TradeEngineListSmartDataBean, UTFListInputDataBean, UTFListSmartDataBean
- public class TradeEngineListBean
- extends UTFListBean
- implements TradeEngineListInputDataBean, TradeEngineListSmartDataBean
Provides a list of TradeEngineDataBean objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aString
protected java.lang.String aString
COPYRIGHT
public static final java.lang.String COPYRIGHT
status
protected java.lang.String status
storeId
protected java.lang.String storeId
TradeEngines
protected TradeEngineDataBean[] TradeEngines
TradeEngineListBean
public TradeEngineListBean()
- Constructs an TradeEngineListBean object.
getStatus
public java.lang.String getStatus()
- Gets the active status.
- Specified by:
getStatus
in interface TradeEngineListSmartDataBean
getStoreId
public java.lang.String getStoreId()
- Gets the storeId.
- Specified by:
getStoreId
in interface TradeEngineListSmartDataBean
getTradeEngines
public TradeEngineDataBean[] getTradeEngines()
- Gets an array of TradeEngines.
- Specified by:
getTradeEngines
in interface TradeEngineListSmartDataBean
populate
public void populate()
throws java.lang.Exception
- Looks up a list of TradeEngines, then uses the list
contents to populate an array of TradeEngineDataBean objects.
- Overrides:
populate
in class SmartDataBeanImpl
- Throws:
java.lang.Exception
- if the access bean could not be created.
setStatus
public void setStatus(java.lang.String newStatus)
- Sets the status field.
- Specified by:
setStatus
in interface TradeEngineListInputDataBean
- Parameters:
newStatus
- the desired language id.
setStoreId
public void setStoreId(java.lang.String newStoreId)
- Sets the storeId.
- Specified by:
setStoreId
in interface TradeEngineListInputDataBean
- Parameters:
newStoreId
- the desired store id.
setTradeEngines
public void setTradeEngines(TradeEngineDataBean[] newTradeEngine)
- Loads the array TradeEngines.
- Specified by:
setTradeEngines
in interface TradeEngineListInputDataBean