com.ibm.commerce.common.objects
Interface QuantityUnitFormatAccessBeanData

All Known Implementing Classes:
QuantityUnitFormatAccessBean

public interface QuantityUnitFormatAccessBeanData


Method Summary
 java.lang.String getDecimalPlace()
           
 java.lang.String getNumberUsgId()
           
 java.lang.String getQuantityUnitId()
           
 java.lang.String getRoundingMethod()
           
 java.lang.String getRoundingMultiple()
           
 java.lang.String getStoreEntityId()
           
 void setDecimalPlace(java.lang.String newValue)
           
 void setNumberUsgId(java.lang.String newValue)
           
 void setRoundingMethod(java.lang.String newValue)
           
 void setRoundingMultiple(java.lang.String newValue)
           
 

Method Detail

getDecimalPlace

public java.lang.String getDecimalPlace()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

getNumberUsgId

public java.lang.String getNumberUsgId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

getQuantityUnitId

public java.lang.String getQuantityUnitId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

getRoundingMethod

public java.lang.String getRoundingMethod()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

getRoundingMultiple

public java.lang.String getRoundingMultiple()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

getStoreEntityId

public java.lang.String getStoreEntityId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

setDecimalPlace

public void setDecimalPlace(java.lang.String newValue)

setNumberUsgId

public void setNumberUsgId(java.lang.String newValue)

setRoundingMethod

public void setRoundingMethod(java.lang.String newValue)

setRoundingMultiple

public void setRoundingMultiple(java.lang.String newValue)