java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.taxation.objects.TaxCategoryDescriptionAccessBean
This table contains language-dependent information about a TaxCategory. 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) 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 |
---|
public TaxCategoryDescriptionAccessBean()
public TaxCategoryDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public TaxCategoryDescriptionAccessBean(java.lang.Integer arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
arg0
- java.lang.Integerarg1
- java.lang.Integerjavax.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
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.
getDescription
in interface
TaxCategoryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription(java.lang.String newValue)
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.
setDescription
in interface
TaxCategoryDescriptionAccessBeanData
newValue
- java.lang.Stringpublic 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.
getLanguageId
in interface
TaxCategoryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLanguageId(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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.
getTaxCategoryId
in interface
TaxCategoryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxCategoryId(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLanguageId(java.lang.String newValue)
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.
setLanguageId
in interface
TaxCategoryDescriptionAccessBeanData
newValue
- Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxCategoryId(java.lang.String newValue)
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.
setTaxCategoryId
in interface
TaxCategoryDescriptionAccessBeanData
newValue
- Stringpublic void setInitKey_languageId(java.lang.String newValue)
Set the primary key for this object
newValue
- Stringpublic void setInitKey_taxCategoryId(java.lang.String newValue)
Set the primary key for this object
newValue
- String