public class QuantityUnitDataBean extends com.ibm.commerce.beans.SmartDataBeanImpl implements QuantityUnitInputDataBean, QuantityUnitSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
| Constructor and Description |
|---|
QuantityUnitDataBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
This method returns the description.
|
java.lang.String |
getLanguageId()
This method returns the language id.
|
java.lang.String |
getQuantityUnitId()
This method returns the QuantityUnitId.
|
void |
populate()
This method is used to populate the QuantityUnitDataBean.
|
void |
setDescription(java.lang.String newDescription)
This method sets the description.
|
void |
setLanguageId(java.lang.String newLanguageId)
This method sets the language id.
|
void |
setQuantityUnitId(java.lang.String newQuantityUnitId)
This method sets the QuantityUnitId.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String COPYRIGHT
public java.lang.String getDescription()
getDescription in interface QuantityUnitSmartDataBeanpublic java.lang.String getLanguageId()
getLanguageId in interface QuantityUnitSmartDataBeanpublic java.lang.String getQuantityUnitId()
getQuantityUnitId in interface QuantityUnitSmartDataBeanpublic void populate()
throws java.lang.Exception
istrQuantityUnitId using the setQuantityUnitId(String)
method before running the populate() method.populate in interface com.ibm.commerce.beans.SmartDataBeanpopulate in class com.ibm.commerce.beans.SmartDataBeanImpljava.lang.ExceptionsetQuantityUnitId(String)public void setDescription(java.lang.String newDescription)
setDescription in interface QuantityUnitInputDataBeannewDescription - java.lang.Stringpublic void setLanguageId(java.lang.String newLanguageId)
setLanguageId in interface QuantityUnitInputDataBeannewLanguageId - java.lang.Stringpublic void setQuantityUnitId(java.lang.String newQuantityUnitId)
setQuantityUnitId in interface QuantityUnitInputDataBeanastrQuantityUnitId - java.lang.String