java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.taxation.objects.TaxCategoryDescriptionAccessBean
This table contains language-dependent information about a TaxCategory. This access bean corresponds to the database table 'TAXCGRYDS'. TaxCategoryDescriptionAccessBean
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 |
public TaxCategoryDescriptionAccessBean()
public TaxCategoryDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public TaxCategoryDescriptionAccessBean(java.lang.Integer arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
Method Detail |
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
public void setLanguageId(java.lang.Integer newValue)
public java.lang.String getTaxCategoryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
public void setTaxCategoryId(java.lang.Integer newValue)
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
public void setLanguageId(java.lang.String newValue)
public java.lang.Integer getTaxCategoryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
public void setTaxCategoryId(java.lang.String newValue)
public void setInitKey_languageId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_taxCategoryId(java.lang.String newValue)
Set the primary key for this object
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.