Each row of this table represents the Language-dependent part of a currency formatting rule. It describes how to format (for display purposes) a monetary amount in a particular currency, in a particular Language.
Method Summary | |
java.lang.String | getCurrencyCode() |
java.lang.String | getCurrencyPrefixNegative() |
java.lang.String | getCurrencyPrefixPositive() |
java.lang.String | getCurrencySuffixNegative() |
java.lang.String | getCurrencySuffixPositive() |
java.lang.String | getCurrencySymbol() |
java.lang.String | getCustomizedCurrencyCode() |
java.lang.String | getDescription() |
java.lang.String | getDisplayLocale() |
java.lang.String | getGroupingCharacter() |
java.lang.String | getLanguageId() |
java.lang.String | getNumberPattern() |
java.lang.String | getNumberUsgId() |
java.lang.String | getRadixPoint() |
java.lang.String | getStoreEntityId() |
void | setCurrencyPrefixNegative(java.lang.String newValue) |
void | setCurrencyPrefixPositive(java.lang.String newValue) |
void | setCurrencySuffixNegative(java.lang.String newValue) |
void | setCurrencySuffixPositive(java.lang.String newValue) |
void | setCurrencySymbol(java.lang.String newValue) |
void | setCustomizedCurrencyCode(java.lang.String newValue) |
void | setDescription(java.lang.String newValue) |
void | setDisplayLocale(java.lang.String newValue) |
void | setGroupingCharacter(java.lang.String newValue) |
void | setNumberPattern(java.lang.String newValue) |
void | setNumberUsgId(java.lang.String newValue) |
void | setRadixPoint(java.lang.String newValue) |
Method Detail |
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getNumberPattern() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNumberPattern(java.lang.String newValue)
public java.lang.String getCurrencySymbol() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrencySymbol(java.lang.String newValue)
public java.lang.String getCurrencySuffixNegative() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrencySuffixNegative(java.lang.String newValue)
public java.lang.String getDisplayLocale() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDisplayLocale(java.lang.String newValue)
public java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getGroupingCharacter() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setGroupingCharacter(java.lang.String newValue)
public java.lang.String getNumberUsgId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNumberUsgId(java.lang.String newValue)
public java.lang.String getCurrencySuffixPositive() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrencySuffixPositive(java.lang.String newValue)
public java.lang.String getCustomizedCurrencyCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCustomizedCurrencyCode(java.lang.String newValue)
public java.lang.String getCurrencyCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getCurrencyPrefixPositive() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrencyPrefixPositive(java.lang.String newValue)
public java.lang.String getRadixPoint() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRadixPoint(java.lang.String newValue)
public java.lang.String getCurrencyPrefixNegative() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrencyPrefixNegative(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.