public class QuantityUnitListDataBean
extends com.ibm.commerce.beans.SmartDataBeanImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
| Constructor and Description |
|---|
QuantityUnitListDataBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLanguageId()
This method returns the language Id.
|
java.lang.String |
getQuantityUnitId()
This method returns quantity unit id.
|
QuantityUnitDataBean[] |
getQuantityUnitList()
This method returns QuantityUnitDataBean array.
|
void |
populate()
This method is used to populate the QuantityUnitListDataBean.
|
void |
setLanguageId(java.lang.String newLanguageId)
This method sets the language id.
|
void |
setQuantityUnitId(java.lang.String newQuantityUnitId)
This method sets quantity unit id.
|
void |
setQuantityUnitList(QuantityUnitDataBean[] newQuantityUnitList)
This method sets QuantityUnitDataBean array.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public java.lang.String getLanguageId()
public java.lang.String getQuantityUnitId()
public QuantityUnitDataBean[] getQuantityUnitList()
public void populate()
throws java.lang.Exception
istrLanguageId using the setLanguageId(String)
method before running the populate() method.populate in interface com.ibm.commerce.beans.SmartDataBeanpopulate in class com.ibm.commerce.beans.SmartDataBeanImpljava.lang.ExceptionsetLanguageId(String)public void setLanguageId(java.lang.String newLanguageId)
newLanguageId - java.lang.Stringpublic void setQuantityUnitId(java.lang.String newQuantityUnitId)
newQuantityUnitId - public void setQuantityUnitList(QuantityUnitDataBean[] newQuantityUnitList)
newQuantityUnitList -