|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.taxation.objects.TaxCodeClassificationAccessBean
This bean provides access to the TXCDCLASS table.
The following is a description of this table:
Each row in this table represents a TaxClassification. A TaxClassification is a group of Tax CalculationCodes.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
TaxCodeClassificationAccessBean()
Default constructor. |
|
TaxCodeClassificationAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.String |
getClassificationId()
This method provides access to the TXCDCLASS.TXCDCLASS_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getClassificationIdInEJBType()
This method provides access to the TXCDCLASS.TXCDCLASS_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getDescription()
This method provides access to the TXCDCLASS.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getName()
This method provides access to the TXCDCLASS.NAME column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getSchemeId()
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getSchemeIdInEJBType()
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getStoreEntityId()
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType()
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setClassificationId(java.lang.Integer aClassificationId)
This method provides access to the TXCDCLASS.TXCDCLASS_ID column of DB2 type INTEGER NOT NULL. |
void |
setClassificationId(java.lang.String aClassificationId)
This method provides access to the TXCDCLASS.TXCDCLASS_ID column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the TXCDCLASS.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_nClassificationId(java.lang.String aInitKey_nClassificationId)
Set the primary key for this object |
void |
setName(java.lang.String aName)
This method provides access to the TXCDCLASS.NAME column of DB2 type VARCHAR(64) NULL. |
void |
setSchemeId(java.lang.Integer aSchemeId)
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
void |
setSchemeId(java.lang.String aSchemeId)
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TaxCodeClassificationAccessBean()
Default constructor. Maps to findByPrimaryKey.
public TaxCodeClassificationAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getClassificationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TXCDCLASS.TXCDCLASS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
getClassificationId
in interface TaxCodeClassificationAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getClassificationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TXCDCLASS.TXCDCLASS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TXCDCLASS.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The Description.
getDescription
in interface TaxCodeClassificationAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TXCDCLASS.NAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The Tax Classification name.
getName
in interface TaxCodeClassificationAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getSchemeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxCodeScheme, if any, this TaxClassification is part of.
getSchemeId
in interface TaxCodeClassificationAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getSchemeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxCodeScheme, if any, this TaxClassification is part of.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity this TaxClassification is part of.
getStoreEntityId
in interface TaxCodeClassificationAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity this TaxClassification is part of.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setClassificationId(java.lang.Integer aClassificationId)
This method provides access to the TXCDCLASS.TXCDCLASS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
aClassificationId
- java.lang.Integerpublic void setClassificationId(java.lang.String aClassificationId)
This method provides access to the TXCDCLASS.TXCDCLASS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
setClassificationId
in interface TaxCodeClassificationAccessBeanData
aClassificationId
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the TXCDCLASS.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The Description.
setDescription
in interface TaxCodeClassificationAccessBeanData
aDescription
- java.lang.Stringpublic void setInitKey_nClassificationId(java.lang.String aInitKey_nClassificationId)
Set the primary key for this object
aInitKey_nClassificationId
- java.lang.Stringpublic void setName(java.lang.String aName)
This method provides access to the TXCDCLASS.NAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The Tax Classification name.
setName
in interface TaxCodeClassificationAccessBeanData
aName
- java.lang.Stringpublic void setSchemeId(java.lang.Integer aSchemeId)
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxCodeScheme, if any, this TaxClassification is part of.
aSchemeId
- java.lang.Integerpublic void setSchemeId(java.lang.String aSchemeId)
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxCodeScheme, if any, this TaxClassification is part of.
setSchemeId
in interface TaxCodeClassificationAccessBeanData
aSchemeId
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity this TaxClassification is part of.
aStoreEntityId
- java.lang.Integerpublic void setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity this TaxClassification is part of.
setStoreEntityId
in interface TaxCodeClassificationAccessBeanData
aStoreEntityId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |