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. This access bean corresponds to the database table 'TAXCGRYDS'. 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)
This method accesses a non-CMP field
void setInitKey_languageId(java.lang.String newValue)
setInitKey_languageId
void setInitKey_taxCategoryId(java.lang.String newValue)
setInitKey_taxCategoryId
void setLanguageId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setLanguageId(java.lang.String newValue)
This method accesses a non-CMP field
void setTaxCategoryId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setTaxCategoryId(java.lang.String newValue)
This method accesses a non-CMP field
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
Specified by:
getDescription in interface TaxCategoryDescriptionAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDescription in interface TaxCategoryDescriptionAccessBeanData

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)
This method accesses a non-CMP field

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)
This method accesses a non-CMP field

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)
This method accesses a non-CMP field
Specified by:
setLanguageId in interface TaxCategoryDescriptionAccessBeanData

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)
This method accesses a non-CMP field
Specified by:
setTaxCategoryId in interface TaxCategoryDescriptionAccessBeanData

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

Feedback