com.ibm.commerce.common.beans
Class CurrencyFormatDescriptionDataBean

com.ibm.commerce.common.beans.CurrencyFormatDescriptionDataBean
All Implemented Interfaces:
Delegator

public class CurrencyFormatDescriptionDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
CurrencyFormatDescriptionDataBean()
           
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getCurrencyCode()
          IBM internal use only.
 java.lang.String getCurrencyPrefixNegative()
          IBM internal use only.
 java.lang.String getCurrencyPrefixPositive()
          IBM internal use only.
 java.lang.String getCurrencySuffixNegative()
          IBM internal use only.
 java.lang.String getCurrencySuffixPositive()
          IBM internal use only.
 java.lang.String getCurrencySymbol()
          IBM internal use only.
 java.lang.String getCustomizedCurrencyCode()
          IBM internal use only.
 java.lang.String getDataBeanKeyCurrencyCode()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyLanguageId()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyNumberUsgId()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyStoreEntityId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getDescription()
          IBM internal use only.
 java.lang.String getDisplayLocale()
          IBM internal use only.
 java.lang.String getGroupingCharacter()
          IBM internal use only.
 java.lang.String getLanguageId()
          IBM internal use only.
 java.lang.Integer getLanguageIdInEJBType()
          IBM internal use only.
 java.lang.String getNumberPattern()
          IBM internal use only.
 java.lang.String getNumberUsgId()
          IBM internal use only.
 java.lang.Integer getNumberUsgIdInEJBType()
          IBM internal use only.
 java.lang.String getRadixPoint()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getStoreEntityId()
          IBM internal use only.
 java.lang.Integer getStoreEntityIdInEJBType()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setCurrencyPrefixNegative(java.lang.String aCurrencyPrefixNegative)
          IBM internal use only.
 void setCurrencyPrefixPositive(java.lang.String aCurrencyPrefixPositive)
          IBM internal use only.
 void setCurrencySuffixNegative(java.lang.String aCurrencySuffixNegative)
          IBM internal use only.
 void setCurrencySuffixPositive(java.lang.String aCurrencySuffixPositive)
          IBM internal use only.
 void setCurrencySymbol(java.lang.String aCurrencySymbol)
          IBM internal use only.
 void setCustomizedCurrencyCode(java.lang.String aCustomizedCurrencyCode)
          IBM internal use only.
 void setDataBeanKeyCurrencyCode(java.lang.String aDataBeanKeyCurrencyCode)
          Set its primary key for fetching.
 void setDataBeanKeyLanguageId(java.lang.String aDataBeanKeyLanguageId)
          Set its primary key for fetching.
 void setDataBeanKeyNumberUsgId(java.lang.String aDataBeanKeyNumberUsgId)
          Set its primary key for fetching.
 void setDataBeanKeyStoreEntityId(java.lang.String aDataBeanKeyStoreEntityId)
          Set its primary key for fetching.
 void setDescription(java.lang.String aDescription)
          IBM internal use only.
 void setDisplayLocale(java.lang.String aDisplayLocale)
          IBM internal use only.
 void setGroupingCharacter(java.lang.String aGroupingCharacter)
          IBM internal use only.
 void setNumberPattern(java.lang.String aNumberPattern)
          IBM internal use only.
 void setNumberUsgId(java.lang.Integer aNumberUsgId)
          IBM internal use only.
 void setRadixPoint(java.lang.String aRadixPoint)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 

Constructor Detail

CurrencyFormatDescriptionDataBean

public CurrencyFormatDescriptionDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getCurrencyCode

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCurrencyPrefixNegative

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCurrencyPrefixPositive

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCurrencySuffixNegative

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCurrencySuffixPositive

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCurrencySymbol

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCustomizedCurrencyCode

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDataBeanKeyCurrencyCode

public java.lang.String getDataBeanKeyCurrencyCode()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyLanguageId

public java.lang.String getDataBeanKeyLanguageId()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyNumberUsgId

public java.lang.String getDataBeanKeyNumberUsgId()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyStoreEntityId

public java.lang.String getDataBeanKeyStoreEntityId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getDescription

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDisplayLocale

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getGroupingCharacter

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguageId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguageIdInEJBType

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

IBM internal use only.

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

getNumberPattern

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNumberUsgId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNumberUsgIdInEJBType

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

IBM internal use only.

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

getRadixPoint

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getStoreEntityId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreEntityIdInEJBType

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

IBM internal use only.

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

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setCurrencyPrefixNegative

public void setCurrencyPrefixNegative(java.lang.String aCurrencyPrefixNegative)

IBM internal use only.

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

setCurrencyPrefixPositive

public void setCurrencyPrefixPositive(java.lang.String aCurrencyPrefixPositive)

IBM internal use only.

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

setCurrencySuffixNegative

public void setCurrencySuffixNegative(java.lang.String aCurrencySuffixNegative)

IBM internal use only.

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

setCurrencySuffixPositive

public void setCurrencySuffixPositive(java.lang.String aCurrencySuffixPositive)

IBM internal use only.

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

setCurrencySymbol

public void setCurrencySymbol(java.lang.String aCurrencySymbol)

IBM internal use only.

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

setCustomizedCurrencyCode

public void setCustomizedCurrencyCode(java.lang.String aCustomizedCurrencyCode)

IBM internal use only.

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

setDataBeanKeyCurrencyCode

public void setDataBeanKeyCurrencyCode(java.lang.String aDataBeanKeyCurrencyCode)

Set its primary key for fetching.

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

setDataBeanKeyLanguageId

public void setDataBeanKeyLanguageId(java.lang.String aDataBeanKeyLanguageId)

Set its primary key for fetching.

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

setDataBeanKeyNumberUsgId

public void setDataBeanKeyNumberUsgId(java.lang.String aDataBeanKeyNumberUsgId)

Set its primary key for fetching.

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

setDataBeanKeyStoreEntityId

public void setDataBeanKeyStoreEntityId(java.lang.String aDataBeanKeyStoreEntityId)

Set its primary key for fetching.

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

setDescription

public void setDescription(java.lang.String aDescription)

IBM internal use only.

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

setDisplayLocale

public void setDisplayLocale(java.lang.String aDisplayLocale)

IBM internal use only.

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

setGroupingCharacter

public void setGroupingCharacter(java.lang.String aGroupingCharacter)

IBM internal use only.

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

setNumberPattern

public void setNumberPattern(java.lang.String aNumberPattern)

IBM internal use only.

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

setNumberUsgId

public void setNumberUsgId(java.lang.Integer aNumberUsgId)

IBM internal use only.

Parameters:
aNumberUsgId - java.lang.Integer
Returns:
void

setRadixPoint

public void setRadixPoint(java.lang.String aRadixPoint)

IBM internal use only.

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

setRequestProperties

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

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception