com.ibm.commerce.taxation.beans
Class TaxCodeSchemeDataBean

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

public class TaxCodeSchemeDataBean
implements Delegator

Retrieves tax code scheme information.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
TaxCodeSchemeDataBean()
           
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyNTaxCodeSchemeId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getDescription()
          Retrieves description.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getSoftware()
          Retrieves software name.
 java.lang.String getTaxCodeSchemeId()
          Retrieves tax code scheme id.
 java.lang.Integer getTaxCodeSchemeIdInEJBType()
          Retrieves tax code scheme id.
 java.lang.String getVendor()
          Retrieves vendor names.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyNTaxCodeSchemeId(java.lang.String aDataBeanKeyNTaxCodeSchemeId)
          Set its primary key for fetching.
 void setDescription(java.lang.String aDescription)
          Sets description.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setSoftware(java.lang.String aSoftware)
          Sets software name.
 void setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)
          Sets tax code scheme id.
 void setVendor(java.lang.String aVendor)
          Sets vendor name.
 

Constructor Detail

TaxCodeSchemeDataBean

public TaxCodeSchemeDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyNTaxCodeSchemeId

public java.lang.String getDataBeanKeyNTaxCodeSchemeId()

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

Retrieves description.

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

getSoftware

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

Retrieves software name.

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

getTaxCodeSchemeId

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

Retrieves 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

getVendor

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

Retrieves vendor names.

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

setDataBeanKeyNTaxCodeSchemeId

public void setDataBeanKeyNTaxCodeSchemeId(java.lang.String aDataBeanKeyNTaxCodeSchemeId)

Set its primary key for fetching.

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

setDescription

public void setDescription(java.lang.String aDescription)

Sets description.

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

setSoftware

public void setSoftware(java.lang.String aSoftware)

Sets software name.

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

setTaxCodeSchemeId

public void setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)

Sets tax code scheme id.

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

setVendor

public void setVendor(java.lang.String aVendor)

Sets vendor name.

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