com.ibm.commerce.common.objects
Class QuantityUnitFormatDescriptionAccessBean

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

public class QuantityUnitFormatDescriptionAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements QuantityUnitFormatDescriptionAccessBeanData

Each row of this table represents the Language-dependent part of a QuantityUnit formatting rule. It describes how to format (for display purposes) a quantity amount in a particular QuantityUnit, in a particular Language. This access bean corresponds to the database table 'QTYFMTDESC'.

See Also:
Serialized Form

Constructor Summary
QuantityUnitFormatDescriptionAccessBean()
Zero argument constructor used to initialize the access bean.
QuantityUnitFormatDescriptionAccessBean(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 QuantityUnitFormatDescriptionAccessBeans
java.lang.String getCustomizedQuantityString()
This method provides access to the QTYFMTDESC.CUSTOMIZEDQTYSTR column of DB2 type VARCHAR(254).
java.lang.String getDescription()
This method provides access to the QTYFMTDESC.DESCRIPTION column of DB2 type VARCHAR(254).
java.lang.String getDisplayLocale()
This method provides access to the QTYFMTDESC.DISPLAYLOCALE column of DB2 type CHAR(16).
java.lang.String getGroupingCharacter()
This method provides access to the QTYFMTDESC.GROUPINGCHAR column of DB2 type CHAR(1).
java.lang.String getLanguageId()
This method provides access to the QTYFMTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getLanguageIdInEJBType()
This method provides access to the QTYFMTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
java.lang.String getNumberPattern()
This method provides access to the QTYFMTDESC.NUMBERPATTERN column of DB2 type VARCHAR(254).
java.lang.String getNumberUsgId()
This method provides access to the QTYFMTDESC.NUMBRUSG_ID column of DB2 type INTEGER NOT NULL DEFAULT -1.
java.lang.Integer getNumberUsgIdInEJBType()
This method provides access to the QTYFMTDESC.NUMBRUSG_ID column of DB2 type INTEGER NOT NULL DEFAULT -1.
java.lang.String getQuantityUnitId()
This method provides access to the QTYFMTDESC.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.
java.lang.String getRadixPoint()
This method provides access to the QTYFMTDESC.RADIXPOINT column of DB2 type CHAR(1).
java.lang.String getStoreEntityId()
This method provides access to the QTYFMTDESC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getStoreEntityIdInEJBType()
This method provides access to the QTYFMTDESC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
java.lang.String getUnitPrefixNegative()
This method provides access to the QTYFMTDESC.UNITPREFIXNEG column of DB2 type VARCHAR(254).
java.lang.String getUnitPrefixPositive()
This method provides access to the QTYFMTDESC.UNITPREFIXPOS column of DB2 type VARCHAR(254).
java.lang.String getUnitSuffixNegative()
This method provides access to the QTYFMTDESC.UNITSUFFIXNEG column of DB2 type VARCHAR(254).
java.lang.String getUnitSuffixPositive()
This method provides access to the QTYFMTDESC.UNITSUFFIXPOS column of DB2 type VARCHAR(254).
java.lang.String getUnitSymbol()
This method provides access to the QTYFMTDESC.UNITSYMBOL column of DB2 type VARCHAR(254).
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setCustomizedQuantityString(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_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_quantityUnitId(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 setLanguageId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setLanguageId(java.lang.String newValue)
This method accesses a non-CMP field
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 setQuantityUnitId(java.lang.String newValue)
This method accesses a non-CMP field
void setRadixPoint(java.lang.String newValue)
This method accesses a non-CMP field
void setStoreEntityId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setStoreEntityId(java.lang.String newValue)
This method accesses a non-CMP field
void setUnitPrefixNegative(java.lang.String newValue)
This method accesses a non-CMP field
void setUnitPrefixPositive(java.lang.String newValue)
This method accesses a non-CMP field
void setUnitSuffixNegative(java.lang.String newValue)
This method accesses a non-CMP field
void setUnitSuffixPositive(java.lang.String newValue)
This method accesses a non-CMP field
void setUnitSymbol(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

QuantityUnitFormatDescriptionAccessBean

public QuantityUnitFormatDescriptionAccessBean()
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.QuantityUnitFormatDescription com.ibm.commerce.common.objimpl.QuantityUnitFormatDescriptionHomeBase.findByPrimaryKey(com.ibm.commerce.common.objects.QuantityUnitFormatDescriptionKey) 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_quantityUnitId( java.lang.String ) setInitKey_storeEntityId( java.lang.Integer ) setInitKey_numberUsgId( java.lang.Integer )

QuantityUnitFormatDescriptionAccessBean

public QuantityUnitFormatDescriptionAccessBean(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 QuantityUnitFormatDescriptionAccessBeans

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

SELECT * FROM QTYFMTDESC T1 WHERE 1 = 1

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

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_quantityUnitId

public void setInitKey_quantityUnitId(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_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 QTYFMTDESC.DESCRIPTION column of DB2 type VARCHAR(254).

The following is a description of this column:

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

Specified by:
getDescription in interface QuantityUnitFormatDescriptionAccessBeanData
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 QuantityUnitFormatDescriptionAccessBeanData

getUnitSuffixPositive

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

This method provides access to the QTYFMTDESC.UNITSUFFIXPOS column of DB2 type VARCHAR(254).

The following is a description of this column:

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

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

setUnitSuffixPositive

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

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 QTYFMTDESC.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 QuantityUnitFormatDescriptionAccessBeanData
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 QuantityUnitFormatDescriptionAccessBeanData

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 QTYFMTDESC.DISPLAYLOCALE column of DB2 type CHAR(16).

The following is a description of this column:

The Java locale used to create a QuantityUnit 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 QuantityUnitFormatDescriptionAccessBeanData
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 QuantityUnitFormatDescriptionAccessBeanData

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 QTYFMTDESC.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 QuantityUnitFormatDescriptionAccessBeanData
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 QTYFMTDESC.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

setLanguageId

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

setLanguageId

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

getUnitPrefixNegative

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

This method provides access to the QTYFMTDESC.UNITPREFIXNEG column of DB2 type VARCHAR(254).

The following is a description of this column:

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

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

setUnitPrefixNegative

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

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 QTYFMTDESC.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 gallons for the U.S. English Language this would be the thousands separator. If this is null, then the grouping separator of the NumberFormat, associated with the DisplayLocale, will be used.

Specified by:
getGroupingCharacter in interface QuantityUnitFormatDescriptionAccessBeanData
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 QuantityUnitFormatDescriptionAccessBeanData

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 QTYFMTDESC.NUMBRUSG_ID column of DB2 type INTEGER NOT NULL DEFAULT -1.

The following is a description of this column:

This QuantityUnit formatting rule should be used when formatting quantity amounts for this usage.

Specified by:
getNumberUsgId in interface QuantityUnitFormatDescriptionAccessBeanData
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 QTYFMTDESC.NUMBRUSG_ID column of DB2 type INTEGER NOT NULL DEFAULT -1.

The following is a description of this column:

This QuantityUnit formatting rule should be used when formatting quantity 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 QuantityUnitFormatDescriptionAccessBeanData

setNumberUsgId

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

getCustomizedQuantityString

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

This method provides access to the QTYFMTDESC.CUSTOMIZEDQTYSTR column of DB2 type VARCHAR(254).

The following is a description of this column:

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

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

setCustomizedQuantityString

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

getUnitPrefixPositive

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

This method provides access to the QTYFMTDESC.UNITPREFIXPOS column of DB2 type VARCHAR(254).

The following is a description of this column:

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

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

setUnitPrefixPositive

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

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 QTYFMTDESC.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 QuantityUnitFormatDescriptionAccessBeanData
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 QTYFMTDESC.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

setStoreEntityId

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

setStoreEntityId

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

getUnitSymbol

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

This method provides access to the QTYFMTDESC.UNITSYMBOL column of DB2 type VARCHAR(254).

The following is a description of this column:

The QuantityUnit symbol.

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

setUnitSymbol

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

getUnitSuffixNegative

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

This method provides access to the QTYFMTDESC.UNITSUFFIXNEG column of DB2 type VARCHAR(254).

The following is a description of this column:

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

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

setUnitSuffixNegative

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

getQuantityUnitId

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

This method provides access to the QTYFMTDESC.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.

The following is a description of this column:

The QuantityUnit.

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

setQuantityUnitId

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

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 QTYFMTDESC.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 gallons for the U.S. English Language, this would be the decimal point character. If this is null, then the decimal separator of the NumberFormat, associated with the DisplayLocale, will be used.

Specified by:
getRadixPoint in interface QuantityUnitFormatDescriptionAccessBeanData
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 QuantityUnitFormatDescriptionAccessBeanData

Feedback