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 |
public java.lang.String getToCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setToCurrency(java.lang.String newValue)
public java.lang.String getFromCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setFromCurrency(java.lang.String newValue)
public java.lang.String getBidirectional() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setBidirectional(java.lang.String newValue)
public java.lang.String getConversionFactor() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setConversionFactor(java.lang.String newValue)
public java.lang.String getUpdatable() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUpdatable(java.lang.String newValue)
public java.lang.String getMultiplyOrDivide() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMultiplyOrDivide(java.lang.String newValue)
public java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getCurrencyConversionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrencyConversionId(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.