public class UnitAmountDataBeanImpl
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomizedString()
Gets the customized string from the format table.
|
java.lang.String |
getDescription()
Gets the description of the specified unit.
|
java.lang.Integer |
getLangId()
Gets the language Id used to decide how to format the unit amounts.
|
java.lang.String |
getNumberUsage()
Gets the number usage that was used to format the amount.
|
com.ibm.commerce.common.objects.StoreAccessBean |
getStoreAccessBean()
Gets the store access bean.
|
java.lang.String |
getSymbol()
Gets the unit symbol information from the format table.
|
void |
setLangId(java.lang.Integer newLangId)
Sets the language Id to use for the formatting.
|
void |
setNumberUsage(java.lang.String newNumberUsage)
(Optional) Set the number usage for the formatting.
|
void |
setStoreAccessBean(com.ibm.commerce.common.objects.StoreAccessBean newStoreAccessBean)
Sets the store access bean to use for formatting.
|
java.lang.String |
toString()
Returns a String that represents the value of this object.
|
public java.lang.String getCustomizedString() throws com.ibm.commerce.exception.ECSystemException
com.ibm.commerce.exception.ECSystemException
public java.lang.String getDescription() throws com.ibm.commerce.exception.ECSystemException
com.ibm.commerce.exception.ECSystemException
public java.lang.Integer getLangId()
public java.lang.String getNumberUsage()
public com.ibm.commerce.common.objects.StoreAccessBean getStoreAccessBean()
public java.lang.String getSymbol() throws com.ibm.commerce.exception.ECSystemException
com.ibm.commerce.exception.ECSystemException
public void setLangId(java.lang.Integer newLangId)
newLangId
- language Id.public void setNumberUsage(java.lang.String newNumberUsage)
newNumberUsage
- The number usage code.public void setStoreAccessBean(com.ibm.commerce.common.objects.StoreAccessBean newStoreAccessBean)
newStoreAccessBean
- store access bean.public java.lang.String toString()
toString
in class java.lang.Object