com.ibm.commerce.utf.beans
Class TradeSubDomainListBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.utf.beans.UTFListBean
                    |
                    +--com.ibm.commerce.utf.beans.TradeSubDomainListBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean, TradeSubDomainListInputDataBean, TradeSubDomainListSmartDataBean, UTFListInputDataBean, UTFListSmartDataBean

public class TradeSubDomainListBean
extends UTFListBean
implements TradeSubDomainListInputDataBean, TradeSubDomainListSmartDataBean

Provides a list of TradeSubDomainDataBean objects.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
protected  TradeSubDomainDataBean[] fTdomains
           
 
Fields inherited from class com.ibm.commerce.utf.beans.UTFListBean
listSize, sortingAtt
 
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
 
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
TradeSubDomainListBean()
          Constructs an TradeSubDomainListBean object.
 
Method Summary
 TradeSubDomainDataBean[] getTradeSubDomains()
          Gets an array of fTdomains.
 void populate()
          Looks up a list of TradeSubDomains, then uses the list contents to populate an array of TradeSubDomainDataBean objects.
 void setTradeSubDomains(TradeSubDomainDataBean[] newTradeSubDomain)
          Loads the array fTdomains.
 
Methods inherited from class com.ibm.commerce.utf.beans.UTFListBean
getLength, getSortAtt, setSortAtt
 
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, setCommandContext
 
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

fTdomains

protected TradeSubDomainDataBean[] fTdomains
Constructor Detail

TradeSubDomainListBean

public TradeSubDomainListBean()
Constructs an TradeSubDomainListBean object.
Method Detail

getTradeSubDomains

public TradeSubDomainDataBean[] getTradeSubDomains()
Gets an array of fTdomains.
Specified by:
getTradeSubDomains in interface TradeSubDomainListSmartDataBean

populate

public void populate()
              throws java.lang.Exception
Looks up a list of TradeSubDomains, then uses the list contents to populate an array of TradeSubDomainDataBean objects.
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception - if the access bean could not be created.

setTradeSubDomains

public void setTradeSubDomains(TradeSubDomainDataBean[] newTradeSubDomain)
Loads the array fTdomains.
Specified by:
setTradeSubDomains in interface TradeSubDomainListInputDataBean