com.ibm.commerce.common.objects
Class CurrencyFormatDescriptionAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.common.objects.CurrencyFormatDescriptionAccessBean
All Implemented Interfaces:
CurrencyFormatDescriptionAccessBeanData

public class CurrencyFormatDescriptionAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements CurrencyFormatDescriptionAccessBeanData

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. This access bean corresponds to the database table 'CURFMTDESC'.

See Also:
Serialized Form

Constructor Summary
CurrencyFormatDescriptionAccessBean()
Zero argument constructor used to initialize the access bean.
CurrencyFormatDescriptionAccessBean(javax.ejb.EJBObject o)
constructor
Method Summary
void commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
protected java.lang.String defaultJNDIName()
java.util.Enumeration findAll()
Retrieves all CurrencyFormatDescriptionAccessBeans
java.util.Enumeration findByStoreAndCurrency(java.lang.Integer storeEntityId, java.lang.String currency)
Retrieves all CurrencyFormatDescriptionAccessBeans by storeEntityId and currency
java.lang.String getCurrencyCode()
This method provides access to the CURFMTDESC.SETCCURR column of DB2 type CHAR(3) NOT NULL.
java.lang.String getCurrencyPrefixNegative()
This method provides access to the CURFMTDESC.CURRENCYPREFIXNEG column of DB2 type VARCHAR(254).
java.lang.String getCurrencyPrefixPositive()
This method provides access to the CURFMTDESC.CURRENCYPREFIXPOS column of DB2 type VARCHAR(254).
java.lang.String getCurrencySuffixNegative()
This method provides access to the CURFMTDESC.CURRENCYSUFFIXNEG column of DB2 type VARCHAR(254).
java.lang.String getCurrencySuffixPositive()
This method provides access to the CURFMTDESC.CURRENCYSUFFIXPOS column of DB2 type VARCHAR(254).
java.lang.String getCurrencySymbol()
This method provides access to the CURFMTDESC.CURRENCYSYMBOL column of DB2 type VARCHAR(254).
java.lang.String getCustomizedCurrencyCode()
This method provides access to the CURFMTDESC.CUSTOMIZEDCURRSTR column of DB2 type VARCHAR(254).
java.lang.String getDescription()
This method provides access to the CURFMTDESC.DESCRIPTION column of DB2 type VARCHAR(254).
java.lang.String getDisplayLocale()
This method provides access to the CURFMTDESC.DISPLAYLOCALE column of DB2 type CHAR(16).
java.lang.String getGroupingCharacter()
This method provides access to the CURFMTDESC.GROUPINGCHAR column of DB2 type CHAR(1).
java.lang.String getLanguageId()
This method provides access to the CURFMTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getLanguageIdInEJBType()
This method provides access to the CURFMTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
java.lang.String getNumberPattern()
This method provides access to the CURFMTDESC.NUMBERPATTERN column of DB2 type VARCHAR(254).
java.lang.String getNumberUsgId()
This method provides access to the CURFMTDESC.NUMBRUSG_ID column of DB2 type INTEGER NOT NULL DEFAULT -1.
java.lang.Integer getNumberUsgIdInEJBType()
This method provides access to the CURFMTDESC.NUMBRUSG_ID column of DB2 type INTEGER NOT NULL DEFAULT -1.
java.lang.String getRadixPoint()
This method provides access to the CURFMTDESC.RADIXPOINT column of DB2 type CHAR(1).
java.lang.String getStoreEntityId()
This method provides access to the CURFMTDESC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getStoreEntityIdInEJBType()
This method provides access to the CURFMTDESC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setCurrencyPrefixNegative(java.lang.String newValue)
This method accesses a non-CMP field
void setCurrencyPrefixPositive(java.lang.String newValue)
This method accesses a non-CMP field
void setCurrencySuffixNegative(java.lang.String newValue)
This method accesses a non-CMP field
void setCurrencySuffixPositive(java.lang.String newValue)
This method accesses a non-CMP field
void setCurrencySymbol(java.lang.String newValue)
This method accesses a non-CMP field
void setCustomizedCurrencyCode(java.lang.String newValue)
This method accesses a non-CMP field
void setDescription(java.lang.String newValue)
This method accesses a non-CMP field
void setDisplayLocale(java.lang.String newValue)
This method accesses a non-CMP field
void setGroupingCharacter(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_currencyCode(java.lang.String newValue)
Set the primary key for this object
void setInitKey_languageId(java.lang.String newValue)
Set the primary key for this object
void setInitKey_numberUsgId(java.lang.String newValue)
Set the primary key for this object
void setInitKey_storeEntityId(java.lang.String newValue)
Set the primary key for this object
void setNumberPattern(java.lang.String newValue)
This method accesses a non-CMP field
void setNumberUsgId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setNumberUsgId(java.lang.String newValue)
This method accesses a non-CMP field
void setRadixPoint(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CurrencyFormatDescriptionAccessBean

public CurrencyFormatDescriptionAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.common.objects.CurrencyFormatDescription com.ibm.commerce.common.objimpl.CurrencyFormatDescriptionHomeBase.findByPrimaryKey(com.ibm.commerce.common.objects.CurrencyFormatDescriptionKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_languageId( java.lang.Integer ) setInitKey_storeEntityId( java.lang.Integer ) setInitKey_currencyCode( java.lang.String ) setInitKey_numberUsgId( java.lang.Integer )

CurrencyFormatDescriptionAccessBean

public CurrencyFormatDescriptionAccessBean(javax.ejb.EJBObject o)
                                    throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException
Method Detail

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

Retrieves all CurrencyFormatDescriptionAccessBeans

The SQL query used to fetch the requested row from the CURFMTDESC table is:

SELECT * FROM CURFMTDESC T1 WHERE (1 = 1) ORDER BY T1.STOREENT_ID, T1.SETCCUR

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByStoreAndCurrency

public java.util.Enumeration findByStoreAndCurrency(java.lang.Integer storeEntityId,
                                                    java.lang.String currency)
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

Retrieves all CurrencyFormatDescriptionAccessBeans by storeEntityId and currency

The SQL query used to fetch the requested row from the CURFMTDESC table is:

SELECT * FROM CURFMTDESC T1 WHERE (T1.STOREENT_ID = ? AND T1.SETCCURR = ?)

Parameters:
storeEntityId - java.lang.Integer
currency - java.lang.String
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setInitKey_languageId

public void setInitKey_languageId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_storeEntityId

public void setInitKey_storeEntityId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_currencyCode

public void setInitKey_currencyCode(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_numberUsgId

public void setInitKey_numberUsgId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDescription

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

This method provides access to the CURFMTDESC.DESCRIPTION column of DB2 type VARCHAR(254).

The following is a description of this column:

A description of the currency, suitable for display to customers in a currency selection list.

Specified by:
getDescription in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDescription in interface CurrencyFormatDescriptionAccessBeanData

getNumberPattern

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

This method provides access to the CURFMTDESC.NUMBERPATTERN column of DB2 type VARCHAR(254).

The following is a description of this column:

The number pattern to be applied to the NumberFormat object. The number pattern is described in the JDK documentation for the class java.text.DecimalFormat. If this is NULL then the default number pattern of the NumberFormat object is used.

Specified by:
getNumberPattern in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNumberPattern

public void setNumberPattern(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setNumberPattern in interface CurrencyFormatDescriptionAccessBeanData

getCurrencySymbol

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

This method provides access to the CURFMTDESC.CURRENCYSYMBOL column of DB2 type VARCHAR(254).

The following is a description of this column:

The currency symbol.

Specified by:
getCurrencySymbol in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrencySymbol

public void setCurrencySymbol(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCurrencySymbol in interface CurrencyFormatDescriptionAccessBeanData

getCurrencySuffixNegative

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

This method provides access to the CURFMTDESC.CURRENCYSUFFIXNEG column of DB2 type VARCHAR(254).

The following is a description of this column:

The suffix to use when the monetary amount is negative. If this field and CURRENCYPREFIXNEG are null then the negativeSuffix of the NumberFormat will be used.

Specified by:
getCurrencySuffixNegative in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrencySuffixNegative

public void setCurrencySuffixNegative(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCurrencySuffixNegative in interface CurrencyFormatDescriptionAccessBeanData

getDisplayLocale

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

This method provides access to the CURFMTDESC.DISPLAYLOCALE column of DB2 type CHAR(16).

The following is a description of this column:

The Java locale used to create a currency NumberFormat object that is used to do the formatting. If this is NULL then the locale associated with the LANGUAGE_ID (see the LANGUAGE table) is used.

Specified by:
getDisplayLocale in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDisplayLocale

public void setDisplayLocale(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDisplayLocale in interface CurrencyFormatDescriptionAccessBeanData

getLanguageId

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

This method provides access to the CURFMTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language. For a list of language components, see the LANGUAGE table.

Specified by:
getLanguageId in interface CurrencyFormatDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLanguageIdInEJBType

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

This method provides access to the CURFMTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getGroupingCharacter

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

This method provides access to the CURFMTDESC.GROUPINGCHAR column of DB2 type CHAR(1).

The following is a description of this column:

The grouping character used by the NumberFormat object. For example, when formatting dollars for the U.S. English Language this would be the thousands separator. If this is null, then the grouping separator of the currency NumberFormat, associated with the DisplayLocale, will be used.

Specified by:
getGroupingCharacter in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setGroupingCharacter

public void setGroupingCharacter(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setGroupingCharacter in interface CurrencyFormatDescriptionAccessBeanData

getNumberUsgId

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

This method provides access to the CURFMTDESC.NUMBRUSG_ID column of DB2 type INTEGER NOT NULL DEFAULT -1.

The following is a description of this column:

This currency formatting rule should be used when formatting monetary amounts for this usage.

Specified by:
getNumberUsgId in interface CurrencyFormatDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getNumberUsgIdInEJBType

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

This method provides access to the CURFMTDESC.NUMBRUSG_ID column of DB2 type INTEGER NOT NULL DEFAULT -1.

The following is a description of this column:

This currency formatting rule should be used when formatting monetary amounts for this usage.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNumberUsgId

public void setNumberUsgId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setNumberUsgId in interface CurrencyFormatDescriptionAccessBeanData

setNumberUsgId

public void setNumberUsgId(java.lang.Integer newValue)
This method accesses a non-CMP field

getCurrencySuffixPositive

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

This method provides access to the CURFMTDESC.CURRENCYSUFFIXPOS column of DB2 type VARCHAR(254).

The following is a description of this column:

The suffix to use when the monetary amount is positive. If this field and CURRENCYPREFIXPOS are null then the positiveSuffix of the NumberFormat will be used.

Specified by:
getCurrencySuffixPositive in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrencySuffixPositive

public void setCurrencySuffixPositive(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCurrencySuffixPositive in interface CurrencyFormatDescriptionAccessBeanData

getCustomizedCurrencyCode

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

This method provides access to the CURFMTDESC.CUSTOMIZEDCURRSTR column of DB2 type VARCHAR(254).

The following is a description of this column:

An alternate currency code. WebSphere Commerce does not use this value. You may supply a value and write your JSP macros to use it.

Specified by:
getCustomizedCurrencyCode in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCustomizedCurrencyCode

public void setCustomizedCurrencyCode(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCustomizedCurrencyCode in interface CurrencyFormatDescriptionAccessBeanData

getCurrencyCode

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

This method provides access to the CURFMTDESC.SETCCURR column of DB2 type CHAR(3) NOT NULL.

The following is a description of this column:

The currency. This is a currency code as per ISO 4217 standards.

Specified by:
getCurrencyCode in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
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

This method provides access to the CURFMTDESC.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity this formatting rule is part of.

Specified by:
getStoreEntityId in interface CurrencyFormatDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStoreEntityIdInEJBType

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

This method provides access to the CURFMTDESC.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity this formatting rule is part of.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCurrencyPrefixPositive

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

This method provides access to the CURFMTDESC.CURRENCYPREFIXPOS column of DB2 type VARCHAR(254).

The following is a description of this column:

The prefix to use when the monetary amount is positive. If this field and CURRENCYSUFFIXPOS are null then the positivePrefix of the NumberFormat will be used.

Specified by:
getCurrencyPrefixPositive in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrencyPrefixPositive

public void setCurrencyPrefixPositive(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCurrencyPrefixPositive in interface CurrencyFormatDescriptionAccessBeanData

getRadixPoint

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

This method provides access to the CURFMTDESC.RADIXPOINT column of DB2 type CHAR(1).

The following is a description of this column:

The radix point for the NumberFormat object. For example, when formatting dollars for the U.S. English Language, this would be the decimal point character. If this is null, then the decimal separator of the currency NumberFormat, associated with the DisplayLocale, will be used.

Specified by:
getRadixPoint in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRadixPoint

public void setRadixPoint(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRadixPoint in interface CurrencyFormatDescriptionAccessBeanData

getCurrencyPrefixNegative

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

This method provides access to the CURFMTDESC.CURRENCYPREFIXNEG column of DB2 type VARCHAR(254).

The following is a description of this column:

The prefix to use when the monetary amount is negative. If this field and CURRENCYSUFFIXNEG are null then the negativePrefix of the NumberFormat will be used.

Specified by:
getCurrencyPrefixNegative in interface CurrencyFormatDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrencyPrefixNegative

public void setCurrencyPrefixNegative(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCurrencyPrefixNegative in interface CurrencyFormatDescriptionAccessBeanData

Feedback