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, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String COPYRIGHT
public java.lang.String getDescription()
getDescription
in interface QuantityUnitSmartDataBean
public java.lang.String getLanguageId()
getLanguageId
in interface QuantityUnitSmartDataBean
public java.lang.String getQuantityUnitId()
getQuantityUnitId
in interface QuantityUnitSmartDataBean
public void populate() throws java.lang.Exception
istrQuantityUnitId
using the setQuantityUnitId(String)
method before running the populate()
method.populate
in interface com.ibm.commerce.beans.SmartDataBean
populate
in class com.ibm.commerce.beans.SmartDataBeanImpl
java.lang.Exception
setQuantityUnitId(String)
public void setDescription(java.lang.String newDescription)
setDescription
in interface QuantityUnitInputDataBean
newDescription
- java.lang.Stringpublic void setLanguageId(java.lang.String newLanguageId)
setLanguageId
in interface QuantityUnitInputDataBean
newLanguageId
- java.lang.Stringpublic void setQuantityUnitId(java.lang.String newQuantityUnitId)
setQuantityUnitId
in interface QuantityUnitInputDataBean
astrQuantityUnitId
- java.lang.String