com.ibm.commerce.common.objects
Interface CurrencyConversionAccessBeanData

All Known Implementing Classes:
CurrencyConversionAccessBean

public interface CurrencyConversionAccessBeanData

Each row of this table represents a rule that can be used to convert a price (stored in the database in a particular currency) to an amount the customer will be charged in a supported shopping currency (a currency in which payment is accepted).


Method Summary
java.lang.String getBidirectional()
java.lang.String getConversionFactor()
java.lang.String getCurrencyConversionId()
java.lang.String getFromCurrency()
java.lang.String getMultiplyOrDivide()
java.lang.String getStoreEntityId()
java.lang.String getToCurrency()
java.lang.String getUpdatable()
void setBidirectional(java.lang.String newValue)
void setConversionFactor(java.lang.String newValue)
void setCurrencyConversionId(java.lang.String newValue)
void setFromCurrency(java.lang.String newValue)
void setMultiplyOrDivide(java.lang.String newValue)
void setToCurrency(java.lang.String newValue)
void setUpdatable(java.lang.String newValue)

Method Detail

getToCurrency

public java.lang.String getToCurrency()
                               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

setToCurrency

public void setToCurrency(java.lang.String newValue)

getFromCurrency

public java.lang.String getFromCurrency()
                                 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

setFromCurrency

public void setFromCurrency(java.lang.String newValue)

getBidirectional

public java.lang.String getBidirectional()
                                  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

setBidirectional

public void setBidirectional(java.lang.String newValue)

getConversionFactor

public java.lang.String getConversionFactor()
                                     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

setConversionFactor

public void setConversionFactor(java.lang.String newValue)

getUpdatable

public java.lang.String getUpdatable()
                              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

setUpdatable

public void setUpdatable(java.lang.String newValue)

getMultiplyOrDivide

public java.lang.String getMultiplyOrDivide()
                                     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

setMultiplyOrDivide

public void setMultiplyOrDivide(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

getCurrencyConversionId

public java.lang.String getCurrencyConversionId()
                                         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

setCurrencyConversionId

public void setCurrencyConversionId(java.lang.String newValue)

Feedback