com.ibm.commerce.common.objects
Interface CurrencyFormatAccessBeanData

All Known Implementing Classes:
CurrencyFormatAccessBean

public interface CurrencyFormatAccessBeanData

Each row of this table represents the Language-independent part of a currency formatting rule. If a Store has no formatting rule for a particular currency, it uses the formatting rule of its StoreGroup.


Method Summary
java.lang.String getCurrencyCode()
java.lang.String getDecimalPlaces()
java.lang.String getMinimumApproveAmount()
java.lang.String getNumberUsgId()
java.lang.String getRoundingMethod()
java.lang.String getRoundingMultiple()
java.lang.String getStoreEntityId()
void setDecimalPlaces(java.lang.String newValue)
void setMinimumApproveAmount(java.lang.String newValue)
void setNumberUsgId(java.lang.String newValue)
void setRoundingMethod(java.lang.String newValue)
void setRoundingMultiple(java.lang.String newValue)

Method Detail

getDecimalPlaces

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

setDecimalPlaces

public void setDecimalPlaces(java.lang.String newValue)

getNumberUsgId

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

setNumberUsgId

public void setNumberUsgId(java.lang.String newValue)

getCurrencyCode

public java.lang.String getCurrencyCode()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRoundingMultiple

public void setRoundingMultiple(java.lang.String newValue)

getStoreEntityId

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

getMinimumApproveAmount

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

setMinimumApproveAmount

public void setMinimumApproveAmount(java.lang.String newValue)

getRoundingMethod

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

setRoundingMethod

public void setRoundingMethod(java.lang.String newValue)

Feedback