com.ibm.commerce.common.beans
Class QuantityUnitConversionDataBean

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

public class QuantityUnitConversionDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
QuantityUnitConversionDataBean()
           
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getConversionFactor()
          IBM internal use only.
 java.math.BigDecimal getConversionFactorInEJBType()
          IBM internal use only.
 java.lang.String getDataBeanKeyQuantityUnitConversionId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getFromQuantityUnitId()
          IBM internal use only.
 java.lang.String getMultiplyOrDivide()
          IBM internal use only.
 java.lang.String getQuantityUnitConversionId()
          IBM internal use only.
 java.lang.Integer getQuantityUnitConversionIdInEJBType()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getToQuantityUnitId()
          IBM internal use only.
 java.lang.String getUpdatable()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setConversionFactor(java.math.BigDecimal aConversionFactor)
          IBM internal use only.
 void setDataBeanKeyQuantityUnitConversionId(java.lang.String aDataBeanKeyQuantityUnitConversionId)
          Set its primary key for fetching.
 void setFromQuantityUnitId(java.lang.String aFromQuantityUnitId)
          IBM internal use only.
 void setMultiplyOrDivide(java.lang.String aMultiplyOrDivide)
          IBM internal use only.
 void setQuantityUnitConversionId(java.lang.Integer aQuantityUnitConversionId)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setToQuantityUnitId(java.lang.String aToQuantityUnitId)
          IBM internal use only.
 void setUpdatable(java.lang.String aUpdatable)
          IBM internal use only.
 

Constructor Detail

QuantityUnitConversionDataBean

public QuantityUnitConversionDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getConversionFactor

public java.lang.String getConversionFactor()
                                     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

getConversionFactorInEJBType

public java.math.BigDecimal getConversionFactorInEJBType()
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.CreateException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
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

getDataBeanKeyQuantityUnitConversionId

public java.lang.String getDataBeanKeyQuantityUnitConversionId()

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

getFromQuantityUnitId

public java.lang.String getFromQuantityUnitId()
                                       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

getMultiplyOrDivide

public java.lang.String getMultiplyOrDivide()
                                     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

getQuantityUnitConversionId

public java.lang.String getQuantityUnitConversionId()
                                             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

getQuantityUnitConversionIdInEJBType

public java.lang.Integer getQuantityUnitConversionIdInEJBType()
                                                       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

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getToQuantityUnitId

public java.lang.String getToQuantityUnitId()
                                     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

getUpdatable

public java.lang.String getUpdatable()
                              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

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

setConversionFactor

public void setConversionFactor(java.math.BigDecimal aConversionFactor)

IBM internal use only.

Parameters:
aConversionFactor - java.math.BigDecimal
Returns:
void

setDataBeanKeyQuantityUnitConversionId

public void setDataBeanKeyQuantityUnitConversionId(java.lang.String aDataBeanKeyQuantityUnitConversionId)

Set its primary key for fetching.

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

setFromQuantityUnitId

public void setFromQuantityUnitId(java.lang.String aFromQuantityUnitId)

IBM internal use only.

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

setMultiplyOrDivide

public void setMultiplyOrDivide(java.lang.String aMultiplyOrDivide)

IBM internal use only.

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

setQuantityUnitConversionId

public void setQuantityUnitConversionId(java.lang.Integer aQuantityUnitConversionId)

IBM internal use only.

Parameters:
aQuantityUnitConversionId - java.lang.Integer
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

setToQuantityUnitId

public void setToQuantityUnitId(java.lang.String aToQuantityUnitId)

IBM internal use only.

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

setUpdatable

public void setUpdatable(java.lang.String aUpdatable)

IBM internal use only.

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