com.ibm.commerce.taxation.objects
Class TaxCategoryDescriptionAccessBean

java.lang.Object
  |
  +--AbstractEntityAccessBean
        |
        +--com.ibm.commerce.taxation.objects.TaxCategoryDescriptionAccessBean
All Implemented Interfaces:
TaxCategoryDescriptionAccessBeanData

public class TaxCategoryDescriptionAccessBean
extends AbstractEntityAccessBean
implements TaxCategoryDescriptionAccessBeanData

This table contains language-dependent information about a TaxCategory. TaxCategoryDescriptionAccessBean

See Also:
Serialized Form

Constructor Summary
TaxCategoryDescriptionAccessBean()
          constructor
TaxCategoryDescriptionAccessBean(java.lang.Integer arg0, java.lang.Integer arg1)
          TaxCategoryDescriptionAccessBean constructor
TaxCategoryDescriptionAccessBean(javax.ejb.EJBObject o)
          TaxCategoryDescriptionAccessBean constructor
 
Method Summary
 void commitCopyHelper()
          commitCopyHelper
 java.lang.String defaultJNDIName()
          defaultJNDIName
 java.lang.String getDescription()
          getDescription
 java.lang.String getLanguageId()
          getLanguageId
 java.lang.Integer getLanguageIdInEJBType()
          getLanguageIdInEJBType
 java.lang.String getTaxCategoryId()
          getTaxCategoryId
 java.lang.Integer getTaxCategoryIdInEJBType()
          getTaxCategoryIdInEJBType
protected  void instantiateEJB()
          instantiateEJB
protected  boolean instantiateEJBByPrimaryKey()
          instantiateEJBByPrimaryKey
 void refreshCopyHelper()
          refreshCopyHelper
 void setDescription(java.lang.String newValue)
          setDescription
 void setInitKey_languageId(java.lang.String newValue)
          setInitKey_languageId
 void setInitKey_taxCategoryId(java.lang.String newValue)
          setInitKey_taxCategoryId
 void setLanguageId(java.lang.Integer newValue)
          setLanguageId
 void setLanguageId(java.lang.String newValue)
          setLanguageId
 void setTaxCategoryId(java.lang.Integer newValue)
          setTaxCategoryId
 void setTaxCategoryId(java.lang.String newValue)
          setTaxCategoryId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxCategoryDescriptionAccessBean

public TaxCategoryDescriptionAccessBean()
constructor

TaxCategoryDescriptionAccessBean

public TaxCategoryDescriptionAccessBean(javax.ejb.EJBObject o)
                                 throws java.rmi.RemoteException
TaxCategoryDescriptionAccessBean constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

TaxCategoryDescriptionAccessBean

public TaxCategoryDescriptionAccessBean(java.lang.Integer arg0,
                                        java.lang.Integer arg1)
                                 throws javax.naming.NamingException,
                                        javax.ejb.CreateException,
                                        java.rmi.RemoteException
TaxCategoryDescriptionAccessBean constructor
Parameters:
arg0 - java.lang.Integer
arg1 - java.lang.Integer
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail

getDescription

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

This method provides access to the TAXCGRYDS.DESCRIPTION column of DB2 type VARCHAR(254).

The following is a description of this column:

A brief description of the TaxCategory, suitable for display to customers.

Specified by:
getDescription in interface TaxCategoryDescriptionAccessBeanData
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)
setDescription

This method provides access to the TAXCGRYDS.DESCRIPTION column of DB2 type VARCHAR(254).

The following is a description of this column:

A brief description of the TaxCategory, suitable for display to customers.

Specified by:
setDescription in interface TaxCategoryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getLanguageId

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

This method provides access to the TAXCGRYDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language of the description. For a list of language components, see the LANGUAGE table.

Specified by:
getLanguageId in interface TaxCategoryDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLanguageId

public void setLanguageId(java.lang.Integer newValue)
setLanguageId

This method provides access to the TAXCGRYDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language of the description. For a list of language components, see the LANGUAGE table.

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

getTaxCategoryId

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

This method provides access to the TAXCGRYDS.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The TaxCategory.

Specified by:
getTaxCategoryId in interface TaxCategoryDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTaxCategoryId

public void setTaxCategoryId(java.lang.Integer newValue)
setTaxCategoryId

This method provides access to the TAXCGRYDS.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The TaxCategory.

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

defaultJNDIName

public java.lang.String defaultJNDIName()
defaultJNDIName
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws javax.naming.NamingException,
                              javax.ejb.FinderException,
                              java.rmi.RemoteException
instantiateEJB
Returns:
void
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws javax.ejb.CreateException,
                                             java.rmi.RemoteException,
                                             javax.naming.NamingException
instantiateEJBByPrimaryKey
Returns:
boolean
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

commitCopyHelper

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

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
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
getLanguageIdInEJBType

This method provides access to the TAXCGRYDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language of the description. 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)
setLanguageId

This method provides access to the TAXCGRYDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language of the description. For a list of language components, see the LANGUAGE table.

Specified by:
setLanguageId in interface TaxCategoryDescriptionAccessBeanData
Parameters:
newValue - String
Returns:
void

getTaxCategoryIdInEJBType

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

This method provides access to the TAXCGRYDS.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The TaxCategory.

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

setTaxCategoryId

public void setTaxCategoryId(java.lang.String newValue)
setTaxCategoryId

This method provides access to the TAXCGRYDS.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The TaxCategory.

Specified by:
setTaxCategoryId in interface TaxCategoryDescriptionAccessBeanData
Parameters:
newValue - String
Returns:
void

setInitKey_languageId

public void setInitKey_languageId(java.lang.String newValue)
setInitKey_languageId

Set the primary key for this object

Parameters:
newValue - String
Returns:
void

setInitKey_taxCategoryId

public void setInitKey_taxCategoryId(java.lang.String newValue)
setInitKey_taxCategoryId

Set the primary key for this object

Parameters:
newValue - String
Returns:
void