java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.taxation.objects.TaxTypeAccessBean
This table represents a TaxType. For example, sales tax and shipping tax are two types of taxes. This access bean corresponds to the database table 'TAXTYPE'.
Constructor Summary | |
TaxTypeAccessBean() Zero argument constructor used to initialize the access bean. |
|
TaxTypeAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAll() Retrieves all the tax types. |
java.lang.String | getSequence() This method accesses a non-CMP field |
java.lang.Double | getSequenceInEJBType() This method accesses a non-CMP field |
java.lang.String | getTaxCodeSchemeId() This method accesses a non-CMP field |
java.lang.Integer | getTaxCodeSchemeIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getTaxTypeId() This method accesses a non-CMP field |
java.lang.Integer | getTaxTypeIdInEJBType() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_nTaxTypeId(java.lang.String newValue) Set the primary key for this object |
void | setSequence(java.lang.Double newValue) This method accesses a non-CMP field |
void | setSequence(java.lang.String newValue) This method accesses a non-CMP field |
void | setTaxCodeSchemeId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setTaxCodeSchemeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setTaxTypeId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setTaxTypeId(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 TaxTypeAccessBean()
public TaxTypeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the tax types.
The SQL query used to fetch all the required rows from the TAXTYPE table is:
SELECT * FROM TAXTYPE T1 WHERE 1 = 1
public void setInitKey_nTaxTypeId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getTaxCodeSchemeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getTaxCodeSchemeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTaxCodeSchemeId(java.lang.String newValue)
public void setTaxCodeSchemeId(java.lang.Integer newValue)
public java.lang.String getTaxTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getTaxTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTaxTypeId(java.lang.String newValue)
public void setTaxTypeId(java.lang.Integer newValue)
public java.lang.String getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Double getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSequence(java.lang.String newValue)
public void setSequence(java.lang.Double newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.