|
||||||||
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.fulfillment.objects.CalculationMethodAccessBean
This bean provides access to the CALMETHOD table.
The following is a description of this table:
Each row of this table defines a CalculationMethod implementation.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CalculationMethodAccessBean()
Default constructor. |
|
CalculationMethodAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
CalculationMethodAccessBean(java.lang.Integer aCulationMethodAccessBean,
java.lang.String aCulationMethodAccessBean,
java.lang.Integer aCulationMethodAccessBean,
java.lang.Integer aCulationMethodAccessBean,
java.lang.Integer aCulationMethodAccessBean)
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.util.Enumeration |
findActiveCalculationCodeCombineMethods()
Retrieves the CalculationMethodAccessBeans referenced by STENCALUSG.ACTCC_CALMETHOD_ID. |
java.util.Enumeration |
findActiveCalculationCodeCombineMethodsByStoreEntityAndCalculationUsage(java.lang.Integer aStoreEntityId,
java.lang.Integer aCalculationUsageId)
Retrieves the active CalculationCodeCombine CalculationMethodAccessBeans of the specified StoreEntity and CalculationUsage. |
java.util.Enumeration |
findActiveCalculationRuleCombineMethods()
Retrieves the CalculationMethodAccessBeans referenced by STENCALUSG.ACTRC_CALMETHOD_ID. |
java.util.Enumeration |
findActiveCalculationRuleCombineMethodsByStoreEntityAndCalculationUsage(java.lang.Integer aStoreEntityId,
java.lang.Integer aCalculationUsageId)
Retrieves the active CalculationRuleCombine CalculationMethodAccessBeans of the specified StoreEntity and CalculationUsage. |
java.util.Enumeration |
findAll()
Retrieves all CalculationMethodAccessBeans. |
java.lang.String |
getCalculationMethodId()
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationMethodIdInEJBType()
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCalculationUsageId()
This method provides access to the CALMETHOD.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationUsageIdInEJBType()
This method provides access to the CALMETHOD.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getDescription()
This method provides access to the CALMETHOD.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getName()
This method provides access to the CALMETHOD.NAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getStoreEntityId()
This method provides access to the CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType()
This method provides access to the CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getSubclass()
This method provides access to the CALMETHOD.SUBCLASS column of DB2 type INTEGER NULL. |
java.lang.Integer |
getSubclassInEJBType()
This method provides access to the CALMETHOD.SUBCLASS column of DB2 type INTEGER NULL. |
java.lang.String |
getTaskName()
This method provides access to the CALMETHOD.TASKNAME column of DB2 type VARCHAR(254) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCalculationMethodId(java.lang.Integer aCalculationMethodId)
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationMethodId(java.lang.String aCalculationMethodId)
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the CALMETHOD.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationUsageId(java.lang.String aCalculationUsageId)
This method provides access to the CALMETHOD.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the CALMETHOD.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_calculationMethodId(java.lang.String aInitKey_calculationMethodId)
Set the primary key for this object |
void |
setName(java.lang.String aName)
This method provides access to the CALMETHOD.NAME column of DB2 type VARCHAR(254) NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.Integer aSubclass)
This method provides access to the CALMETHOD.SUBCLASS column of DB2 type INTEGER NULL. |
void |
setSubclass(java.lang.String aSubclass)
This method provides access to the CALMETHOD.SUBCLASS column of DB2 type INTEGER NULL. |
void |
setTaskName(java.lang.String aTaskName)
This method provides access to the CALMETHOD.TASKNAME column of DB2 type VARCHAR(254) 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 CalculationMethodAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CalculationMethodAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CalculationMethodAccessBean(java.lang.Integer aCulationMethodAccessBean, java.lang.String aCulationMethodAccessBean, java.lang.Integer aCulationMethodAccessBean, java.lang.Integer aCulationMethodAccessBean, java.lang.Integer aCulationMethodAccessBean) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aCulationMethodAccessBean
- java.lang.IntegeraCulationMethodAccessBean
- java.lang.StringaCulationMethodAccessBean
- java.lang.IntegeraCulationMethodAccessBean
- java.lang.IntegeraCulationMethodAccessBean
- java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.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.util.Enumeration findActiveCalculationCodeCombineMethods() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationMethodAccessBeans referenced by STENCALUSG.ACTCC_CALMETHOD_ID. Reserved for IBM internal use.
The SQL query used to fetch all the required rows from the
CALMETHOD table is:
SELECT * FROM CALMETHOD T1 WHERE
T1.CALMETHOD_ID IN (SELECT STENCALUSG.ACTCC_CALMETHOD_ID FROM STENCALUSG)
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findActiveCalculationCodeCombineMethodsByStoreEntityAndCalculationUsage(java.lang.Integer aStoreEntityId, java.lang.Integer aCalculationUsageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the active CalculationCodeCombine CalculationMethodAccessBeans of the specified StoreEntity and CalculationUsage.
The SQL query used to fetch all the required rows from the
CALMETHOD table is:
SELECT * FROM CALMETHOD T1 WHERE
T1.CALMETHOD_ID = (SELECT STENCALUSG.ACTCC_CALMETHOD_ID FROM STENCALUSG WHERE STENCALUSG.STOREENT_ID = ? AND STENCALUSG.CALUSAGE_ID = ?)
aStoreEntityId
- the StoreEntity IDaCalculationUsageId
- the CalculationUsage IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findActiveCalculationRuleCombineMethods() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationMethodAccessBeans referenced by STENCALUSG.ACTRC_CALMETHOD_ID. Reserved for IBM internal use.
The SQL query used to fetch all the required rows from the
CALMETHOD table is:
SELECT * FROM CALMETHOD T1 WHERE
T1.CALMETHOD_ID IN (SELECT STENCALUSG.ACTRC_CALMETHOD_ID FROM STENCALUSG)
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findActiveCalculationRuleCombineMethodsByStoreEntityAndCalculationUsage(java.lang.Integer aStoreEntityId, java.lang.Integer aCalculationUsageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the active CalculationRuleCombine CalculationMethodAccessBeans of the specified StoreEntity and CalculationUsage.
The SQL query used to fetch all the required rows from the
CALMETHOD table is:
SELECT * FROM CALMETHOD T1 WHERE
T1.CALMETHOD_ID = (SELECT STENCALUSG.ACTRC_CALMETHOD_ID FROM STENCALUSG WHERE STENCALUSG.STOREENT_ID = ? AND STENCALUSG.CALUSAGE_ID = ?)
aStoreEntityId
- the StoreEntity IDaCalculationUsageId
- the CalculationUsage IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all CalculationMethodAccessBeans.
The SQL query used to fetch all the required rows from the
CALCODEDSC table is:
SELECT * FROM CALMETHOD T1 WHERE
1 = 1
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCalculationMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
getCalculationMethodId
in interface CalculationMethodAccessBeanData
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 getCalculationMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
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 getCalculationUsageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALMETHOD.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationUsage (such as discount, shipping, sales tax, shipping tax) of the CalculationMethod.
getCalculationUsageId
in interface CalculationMethodAccessBeanData
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 getCalculationUsageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALMETHOD.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationUsage (such as discount, shipping, sales tax, shipping tax) of the CalculationMethod.
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 CALMETHOD.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A description of the CalculationMethod, suitable for display by a user interface that creates and updates CalculationCodes and CalculationScales.
getDescription
in interface CalculationMethodAccessBeanData
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 CALMETHOD.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A character string that uniquely identifies this CalculationMethod for a particular combination of StoreEntity, SubClass, and CalculationUsage.
getName
in interface CalculationMethodAccessBeanData
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 CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity of which this CalculationMethod definition is a part.
getStoreEntityId
in interface CalculationMethodAccessBeanData
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 CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity of which this CalculationMethod definition is a part.
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 getSubclass() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALMETHOD.SUBCLASS column of DB2 type INTEGER NULL.
The following is a description of this column:
The type of CalculationMethod. Refer to CALMETHOD table: details for more information.
getSubclass
in interface CalculationMethodAccessBeanData
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 getSubclassInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALMETHOD.SUBCLASS column of DB2 type INTEGER NULL.
The following is a description of this column:
The type of CalculationMethod. Refer to CALMETHOD table: details for more information.
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 getTaskName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALMETHOD.TASKNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Complete name of the Java Interface Class for the method. For example, com.ibm.commerce.order.utils.CalculationCodeCombineCmd
getTaskName
in interface CalculationMethodAccessBeanData
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 setCalculationMethodId(java.lang.Integer aCalculationMethodId)
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
aCalculationMethodId
- java.lang.Integerpublic void setCalculationMethodId(java.lang.String aCalculationMethodId)
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
setCalculationMethodId
in interface CalculationMethodAccessBeanData
aCalculationMethodId
- java.lang.Stringpublic void setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the CALMETHOD.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationUsage (such as discount, shipping, sales tax, shipping tax) of the CalculationMethod.
aCalculationUsageId
- java.lang.Integerpublic void setCalculationUsageId(java.lang.String aCalculationUsageId)
This method provides access to the CALMETHOD.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationUsage (such as discount, shipping, sales tax, shipping tax) of the CalculationMethod.
setCalculationUsageId
in interface CalculationMethodAccessBeanData
aCalculationUsageId
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the CALMETHOD.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A description of the CalculationMethod, suitable for display by a user interface that creates and updates CalculationCodes and CalculationScales.
setDescription
in interface CalculationMethodAccessBeanData
aDescription
- java.lang.Stringpublic void setInitKey_calculationMethodId(java.lang.String aInitKey_calculationMethodId)
Set the primary key for this object
aInitKey_calculationMethodId
- java.lang.Stringpublic void setName(java.lang.String aName)
This method provides access to the CALMETHOD.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A character string that uniquely identifies this CalculationMethod for a particular combination of StoreEntity, SubClass, and CalculationUsage.
setName
in interface CalculationMethodAccessBeanData
aName
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity of which this CalculationMethod definition is a part.
aStoreEntityId
- java.lang.Integerpublic void setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity of which this CalculationMethod definition is a part.
setStoreEntityId
in interface CalculationMethodAccessBeanData
aStoreEntityId
- java.lang.Stringpublic void setSubclass(java.lang.Integer aSubclass)
This method provides access to the CALMETHOD.SUBCLASS column of DB2 type INTEGER NULL.
The following is a description of this column:
The type of CalculationMethod. Refer to CALMETHOD table: details for more information.
aSubclass
- java.lang.Integerpublic void setSubclass(java.lang.String aSubclass)
This method provides access to the CALMETHOD.SUBCLASS column of DB2 type INTEGER NULL.
The following is a description of this column:
The type of CalculationMethod. Refer to CALMETHOD table: details for more information.
setSubclass
in interface CalculationMethodAccessBeanData
aSubclass
- java.lang.Stringpublic void setTaskName(java.lang.String aTaskName)
This method provides access to the CALMETHOD.TASKNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Complete name of the Java Interface Class for the method. For example, com.ibm.commerce.order.utils.CalculationCodeCombineCmd
setTaskName
in interface CalculationMethodAccessBeanData
aTaskName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |