|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.beans.TradeDomainDescDataBean
Interfaces to the data members of the TradeDomainDescAccessBean.
Field Summary | |
protected CommandContext |
commandContext
|
static java.lang.String |
COPYRIGHT
|
protected TypedProperty |
requestProperties
|
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
TradeDomainDescDataBean()
Constructs TradeDomainDescDataBean, initializes fields to null. |
|
TradeDomainDescDataBean(com.ibm.commerce.utf.beans.TradeDomainDescAccessBean anAccessBean)
Constructs TradeDomainDescDataBean, initializes fields to null. |
Method Summary | |
CommandContext |
getCommandContext()
Gets the active commandContext. |
java.lang.String |
getLanguageId()
Gets the languageId. |
TypedProperty |
getRequestProperties()
Returns the request parameters as a TypedProperty. |
java.lang.String |
getTradeDomainId()
Gets the tradeDomainId. |
void |
populate()
Fetches field values from the access bean. |
void |
setCommandContext(CommandContext newCommandContext)
Sets the active commandContext. |
void |
setLanguageId(java.lang.String newLanguageId)
Sets the languageId field and uses it to set the langId key field of the access bean. |
void |
setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters. |
void |
setTradeDomainId(java.lang.String newTradeDomainId)
Sets the tradeDomainId field and uses it to set the domainId key field of the access bean. |
Field Detail |
protected CommandContext commandContext
public static final java.lang.String COPYRIGHT
protected TypedProperty requestProperties
Constructor Detail |
public TradeDomainDescDataBean()
public TradeDomainDescDataBean(com.ibm.commerce.utf.beans.TradeDomainDescAccessBean anAccessBean) throws java.lang.Exception
anAccessBean
- com.ibm.commerce.utf.objects.TradeDomainDescAccessBeanECException
- Method Detail |
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public java.lang.String getLanguageId()
getLanguageId
in interface TradeDomainDescSmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public java.lang.String getTradeDomainId()
getTradeDomainId
in interface TradeDomainDescSmartDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
java.lang.Exception
- On any access bean error.public void setCommandContext(CommandContext newCommandContext)
setCommandContext
in interface SmartDataBean
newCommandContext
- the active command context.public void setLanguageId(java.lang.String newLanguageId)
setLanguageId
in interface TradeDomainDescInputDataBean
newLanguageId
- the relevant langId.public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties
in interface InputDataBean
newRequestProperties
- com.ibm.commerce.datatype.TypedPropertypublic void setTradeDomainId(java.lang.String newTradeDomainId)
setTradeDomainId
in interface TradeDomainDescInputDataBean
newTradeDomainId
- the relevant domain Id.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |