|
||||||||
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.CalculationRangeAccessBean
This bean provides access to the CALRANGE table.
The following is a description of this table:
Each row of this table represents a CalculationRange, which conceptually represents a row in a CalculationScale.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CalculationRangeAccessBean()
Default constructor. |
|
CalculationRangeAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
CalculationRangeAccessBean(java.lang.Integer aCalculationScaleId,
java.math.BigDecimal aRangeStart,
java.lang.Integer aCalculationMethodId)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByCalculationScale(java.lang.Integer aCalculationScaleId)
Retrieves the CalculationRangeAccessBeans of the specified CalculationScale. |
java.util.Enumeration |
findByCalculationScaleAndLookupNumber(java.lang.Integer aCalculationScaleId,
java.lang.Double aLookupNumber)
Retrieves the CalculationRangeAccessBeans that match the specified CalculationScale and lookup number. |
java.lang.String |
getCalculationMethodId()
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationMethodIdInEJBType()
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCalculationRangeId()
This method provides access to the CALRANGE.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationRangeIdInEJBType()
This method provides access to the CALRANGE.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCalculationScaleId()
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getCalculationScaleIdInEJBType()
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getCumulative()
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCumulativeInEJBType()
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getField1()
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField1InEJBType()
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField2()
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField2InEJBType()
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the CALRANGE.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getRangeStart()
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getRangeStartInEJBType()
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCalculationMethodId(java.lang.Integer aCalculationMethodId)
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationMethodId(java.lang.String aCalculationMethodId)
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationScaleId(java.lang.Integer aCalculationScaleId)
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL. |
void |
setCalculationScaleId(java.lang.String aCalculationScaleId)
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL. |
void |
setCumulative(java.lang.Integer aCumulative)
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL. |
void |
setCumulative(java.lang.String aCumulative)
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL. |
void |
setField1(java.math.BigDecimal aField1)
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the CALRANGE.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_calculationRangeId(java.lang.String aInitKey_calculationRangeId)
Set the primary key for this object |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setRangeStart(java.math.BigDecimal aRangeStart)
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL. |
void |
setRangeStart(java.lang.String aRangeStart)
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) 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 CalculationRangeAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CalculationRangeAccessBean(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 CalculationRangeAccessBean(java.lang.Integer aCalculationScaleId, java.math.BigDecimal aRangeStart, java.lang.Integer aCalculationMethodId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
aCalculationScaleId
- the CalculationScale IDaRangeStart
- the range startaCalculationMethodId
- the CalculationMethod IDjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException 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 findByCalculationScale(java.lang.Integer aCalculationScaleId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationRangeAccessBeans of the specified CalculationScale.
The SQL query used to fetch all the required rows from the
CALRANGE table is:
SELECT * FROM CALRANGE T1 WHERE
T1.CALSCALE_ID = ? ORDER BY T1.RANGESTART
aCalculationScaleId
- the CalculationScale 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 findByCalculationScaleAndLookupNumber(java.lang.Integer aCalculationScaleId, java.lang.Double aLookupNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationRangeAccessBeans that match the specified CalculationScale and lookup number.
The SQL query used to fetch all the required rows from the
CALRANGE table is:
SELECT * FROM CALRANGE T1 WHERE
T1.CALSCALE_ID = ? AND T1.RANGESTART <= ? ORDER BY T1.RANGESTART
aCalculationScaleId
- the CalculationScale IDaLookupNumber
- the lookup numberjava.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 CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRangeMethod that determines a monetary amount from the CalculationRangeLookupResult. For example, FixedAmountCalculationRangeCmd, PerUnitAmountCalculationRangeCmd, or PercentageCalculationRangeCmd.
getCalculationMethodId
in interface CalculationRangeAccessBeanData
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 CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRangeMethod that determines a monetary amount from the CalculationRangeLookupResult. For example, FixedAmountCalculationRangeCmd, PerUnitAmountCalculationRangeCmd, or PercentageCalculationRangeCmd.
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 getCalculationRangeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.CALRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
getCalculationRangeId
in interface CalculationRangeAccessBeanData
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 getCalculationRangeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.CALRANGE_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 getCalculationScaleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationScale of which this CalculationRange is a part.
getCalculationScaleId
in interface CalculationRangeAccessBeanData
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 getCalculationScaleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationScale of which this CalculationRange 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 getCumulative() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Valid values:
0 = only the matching CalculationRange with the highest RANGESTART value is used.
1 = all matching CalculationRanges are used. The calculated monetary amounts are summed to arrive at the final result.
getCumulative
in interface CalculationRangeAccessBeanData
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 getCumulativeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Valid values:
0 = only the matching CalculationRange with the highest RANGESTART value is used.
1 = all matching CalculationRanges are used. The calculated monetary amounts are summed to arrive at the final result.
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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField1
in interface CalculationRangeAccessBeanData
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.math.BigDecimal getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField2
in interface CalculationRangeAccessBeanData
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.math.BigDecimal getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
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 getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField3
in interface CalculationRangeAccessBeanData
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 getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getMarkForDelete
in interface CalculationRangeAccessBeanData
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 getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
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 getRangeStart() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
If a lookup number is greater than or equal to RANGESTART, or if RANGESTART is NULL, this row matches the lookup number.
getRangeStart
in interface CalculationRangeAccessBeanData
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.math.BigDecimal getRangeStartInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
If a lookup number is greater than or equal to RANGESTART, or if RANGESTART is NULL, this row matches the lookup number.
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 CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRangeMethod that determines a monetary amount from the CalculationRangeLookupResult. For example, FixedAmountCalculationRangeCmd, PerUnitAmountCalculationRangeCmd, or PercentageCalculationRangeCmd.
aCalculationMethodId
- java.lang.Integerpublic void setCalculationMethodId(java.lang.String aCalculationMethodId)
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRangeMethod that determines a monetary amount from the CalculationRangeLookupResult. For example, FixedAmountCalculationRangeCmd, PerUnitAmountCalculationRangeCmd, or PercentageCalculationRangeCmd.
setCalculationMethodId
in interface CalculationRangeAccessBeanData
aCalculationMethodId
- java.lang.Stringpublic void setCalculationScaleId(java.lang.Integer aCalculationScaleId)
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationScale of which this CalculationRange is a part.
aCalculationScaleId
- java.lang.Integerpublic void setCalculationScaleId(java.lang.String aCalculationScaleId)
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationScale of which this CalculationRange is a part.
setCalculationScaleId
in interface CalculationRangeAccessBeanData
aCalculationScaleId
- java.lang.Stringpublic void setCumulative(java.lang.Integer aCumulative)
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Valid values:
0 = only the matching CalculationRange with the highest RANGESTART value is used.
1 = all matching CalculationRanges are used. The calculated monetary amounts are summed to arrive at the final result.
aCumulative
- java.lang.Integerpublic void setCumulative(java.lang.String aCumulative)
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Valid values:
0 = only the matching CalculationRange with the highest RANGESTART value is used.
1 = all matching CalculationRanges are used. The calculated monetary amounts are summed to arrive at the final result.
setCumulative
in interface CalculationRangeAccessBeanData
aCumulative
- java.lang.Stringpublic void setField1(java.math.BigDecimal aField1)
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField1
- java.math.BigDecimalpublic void setField1(java.lang.String aField1)
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField1
in interface CalculationRangeAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField2
- java.math.BigDecimalpublic void setField2(java.lang.String aField2)
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField2
in interface CalculationRangeAccessBeanData
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the CALRANGE.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField3
in interface CalculationRangeAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_calculationRangeId(java.lang.String aInitKey_calculationRangeId)
Set the primary key for this object
aInitKey_calculationRangeId
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setMarkForDelete
in interface CalculationRangeAccessBeanData
aMarkForDelete
- java.lang.Stringpublic void setRangeStart(java.math.BigDecimal aRangeStart)
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
If a lookup number is greater than or equal to RANGESTART, or if RANGESTART is NULL, this row matches the lookup number.
aRangeStart
- java.math.BigDecimalpublic void setRangeStart(java.lang.String aRangeStart)
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
If a lookup number is greater than or equal to RANGESTART, or if RANGESTART is NULL, this row matches the lookup number.
setRangeStart
in interface CalculationRangeAccessBeanData
aRangeStart
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |