com.ibm.commerce.utf.beans
Class TradeDomainDescListBean

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

public class TradeDomainDescListBean
extends UTFListBean
implements TradeDomainDescListInputDataBean, TradeDomainDescListSmartDataBean

Provides a list of TradeDomainDescDataBean objects.

See Also:
Serialized Form

Field Summary
protected  java.lang.String aString
           
static java.lang.String COPYRIGHT
           
protected  java.lang.String domainId
           
protected  TradeDomainDescDataBean[] fTradeDomainDescs
           
protected  java.lang.String languageId
           
 
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
TradeDomainDescListBean()
          Constructs an TradeDomainDescListBean object.
 
Method Summary
 java.lang.String getDomainId()
          Gets the domainId.
 java.lang.String getLanguageId()
          Gets the languageId.
 TradeDomainDescDataBean[] getTradeDomainDescs()
          Gets an array of fTradeDomainDescs.
 void populate()
          Looks up a list of algorithms, then uses the list contents to populate an array of TradeDomainDescDataBean objects.
 void setDomainId(java.lang.String newDomainId)
          Sets the domainId.
 void setLanguageId(java.lang.String newLanguageId)
          Sets the languageId.
 void setTradeDomainDescs(TradeDomainDescDataBean[] newTradeDomainDescs)
          Loads the array fTradeDomainDescs.
 
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

aString

protected java.lang.String aString

COPYRIGHT

public static final java.lang.String COPYRIGHT

domainId

protected java.lang.String domainId

fTradeDomainDescs

protected TradeDomainDescDataBean[] fTradeDomainDescs

languageId

protected java.lang.String languageId
Constructor Detail

TradeDomainDescListBean

public TradeDomainDescListBean()
Constructs an TradeDomainDescListBean object.
Method Detail

getDomainId

public java.lang.String getDomainId()
Gets the domainId.
Specified by:
getDomainId in interface TradeDomainDescListSmartDataBean

getLanguageId

public java.lang.String getLanguageId()
Gets the languageId.
Specified by:
getLanguageId in interface TradeDomainDescListSmartDataBean

getTradeDomainDescs

public TradeDomainDescDataBean[] getTradeDomainDescs()
Gets an array of fTradeDomainDescs.
Specified by:
getTradeDomainDescs in interface TradeDomainDescListSmartDataBean

populate

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

setDomainId

public void setDomainId(java.lang.String newDomainId)
Sets the domainId.
Specified by:
setDomainId in interface TradeDomainDescListInputDataBean
Parameters:
newDomainId - the relevant domain Id.

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Sets the languageId.
Specified by:
setLanguageId in interface TradeDomainDescListInputDataBean
Parameters:
newLanguageId - the relevant language Id.

setTradeDomainDescs

public void setTradeDomainDescs(TradeDomainDescDataBean[] newTradeDomainDescs)
Loads the array fTradeDomainDescs.
Specified by:
setTradeDomainDescs in interface TradeDomainDescListInputDataBean