com.ibm.commerce.utf.beans
Class TradeSubDomainDescListBean

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

public class TradeSubDomainDescListBean
extends UTFListBean
implements TradeSubDomainDescListInputDataBean, TradeSubDomainDescListSmartDataBean

Provides a list of TradeSubDomainDescDataBean objects.

See Also:
Serialized Form

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

fTradeSubDomainDescs

protected TradeSubDomainDescDataBean[] fTradeSubDomainDescs

languageId

protected java.lang.String languageId
Constructor Detail

TradeSubDomainDescListBean

public TradeSubDomainDescListBean()
Constructs an TradeSubDomainDescListBean object.
Method Detail

getDomainId

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

getLanguageId

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

getTradeSubDomainDescs

public TradeSubDomainDescDataBean[] getTradeSubDomainDescs()
Gets an array of fTradeSubDomainDescs.
Specified by:
getTradeSubDomainDescs in interface TradeSubDomainDescListSmartDataBean

populate

public void populate()
              throws java.lang.Exception
Looks up a list of algorithms, then uses the list contents to populate an array of TradeSubDomainDescDataBean 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 TradeSubDomainDescListInputDataBean
Parameters:
newDomainId - the relevant domain id.

setLanguageId

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

setTradeSubDomainDescs

public void setTradeSubDomainDescs(TradeSubDomainDescDataBean[] newTradeSubDomainDescs)
Loads the array fTradeSubDomainDescs.
Specified by:
setTradeSubDomainDescs in interface TradeSubDomainDescListInputDataBean