com.ibm.commerce.taxation.beans
Class TaxTypeDataBean

com.ibm.commerce.taxation.beans.TaxTypeDataBean
All Implemented Interfaces:
Delegator

public class TaxTypeDataBean
implements Delegator

Retrieves tax type information.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
TaxTypeDataBean()
           
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyNTaxTypeId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getSequence()
          Retrieves sequence.
 java.lang.Double getSequenceInEJBType()
          Retrieves sequence.
 java.lang.String getTaxCodeSchemeId()
          Retrieve tax code scheme id.
 java.lang.Integer getTaxCodeSchemeIdInEJBType()
          Retrieves tax code scheme id.
 java.lang.String getTaxTypeId()
          Retrieves tax type id.
 java.lang.Integer getTaxTypeIdInEJBType()
          Retrieves tax type id.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyNTaxTypeId(java.lang.String aDataBeanKeyNTaxTypeId)
          Set its primary key for fetching.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setSequence(java.lang.Double aSequence)
          Sets sequence.
 void setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)
          Sets tax code scheme id.
 void setTaxTypeId(java.lang.Integer aTaxTypeId)
          Sets tax type id.
 

Constructor Detail

TaxTypeDataBean

public TaxTypeDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyNTaxTypeId

public java.lang.String getDataBeanKeyNTaxTypeId()

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

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getSequence

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

Retrieves sequence.

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

getSequenceInEJBType

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

Retrieves sequence.

Returns:
java.lang.Double
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

getTaxCodeSchemeId

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

Retrieve tax code scheme id.

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

getTaxCodeSchemeIdInEJBType

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

Retrieves tax code scheme id.

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

getTaxTypeId

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

Retrieves tax type id.

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

getTaxTypeIdInEJBType

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

Retrieves tax type id.

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

setDataBeanKeyNTaxTypeId

public void setDataBeanKeyNTaxTypeId(java.lang.String aDataBeanKeyNTaxTypeId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyNTaxTypeId - 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

setSequence

public void setSequence(java.lang.Double aSequence)

Sets sequence.

Parameters:
aSequence - java.lang.Double
Returns:
void

setTaxCodeSchemeId

public void setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)

Sets tax code scheme id.

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

setTaxTypeId

public void setTaxTypeId(java.lang.Integer aTaxTypeId)

Sets tax type id.

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