|
||||||||
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.CalculationScaleAccessBean
This bean provides access to the CALSCALE table.
The following is a description of this table:
A row in this table represents a CalculationScale, which can be used to perform a scale lookup to calculate a monetary amount, for a given set of OrderItems.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CalculationScaleAccessBean()
Default constructor. |
|
CalculationScaleAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
CalculationScaleAccessBean(java.lang.Integer aStoreEntityId,
java.lang.Integer aCalculationUsageId,
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 |
findByCalculationRule(java.lang.Integer aCalculationRuleId)
Retrieves the CalculationScaleAccessBeans that are associated with the specified CalculationRule. |
java.util.Enumeration |
findByCalculationRuleAndCurrency(java.lang.Integer aCalculationRuleId,
java.lang.String aCurrency)
Retrieves the CalculationScaleAccessBeans that match the specified CalculationRule and currency. |
java.lang.String |
getCalculationMethodId()
This method provides access to the CALSCALE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationMethodIdInEJBType()
This method provides access to the CALSCALE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCalculationScaleId()
This method provides access to the CALSCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationScaleIdInEJBType()
This method provides access to the CALSCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCalculationUsageId()
This method provides access to the CALSCALE.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationUsageIdInEJBType()
This method provides access to the CALSCALE.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCode()
This method provides access to the CALSCALE.CODE column of DB2 type CHAR(30) NULL. |
java.lang.String |
getCurrency()
This method provides access to the CALSCALE.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.String |
getDescription()
This method provides access to the CALSCALE.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField1()
This method provides access to the CALSCALE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getQuantityUnitId()
This method provides access to the CALSCALE.QTYUNIT_ID column of DB2 type CHAR(16) NULL. |
java.lang.String |
getStoreEntityId()
This method provides access to the CALSCALE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType()
This method provides access to the CALSCALE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCalculationMethodId(java.lang.Integer aCalculationMethodId)
This method provides access to the CALSCALE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationMethodId(java.lang.String aCalculationMethodId)
This method provides access to the CALSCALE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationScaleId(java.lang.Integer aCalculationScaleId)
This method provides access to the CALSCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationScaleId(java.lang.String aCalculationScaleId)
This method provides access to the CALSCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the CALSCALE.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationUsageId(java.lang.String aCalculationUsageId)
This method provides access to the CALSCALE.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCode(java.lang.String aCode)
This method provides access to the CALSCALE.CODE column of DB2 type CHAR(30) NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the CALSCALE.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the CALSCALE.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the CALSCALE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_calculationScaleId(java.lang.String aInitKey_calculationScaleId)
Set the primary key for this object |
void |
setQuantityUnitId(java.lang.String aQuantityUnitId)
This method provides access to the CALSCALE.QTYUNIT_ID column of DB2 type CHAR(16) NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the CALSCALE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the CALSCALE.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 CalculationScaleAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CalculationScaleAccessBean(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 CalculationScaleAccessBean(java.lang.Integer aStoreEntityId, java.lang.Integer aCalculationUsageId, 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.
aStoreEntityId
- the StoreEntity IDaCalculationUsageId
- the CalculationUsage IDaCalculationMethodId
- 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 findByCalculationRule(java.lang.Integer aCalculationRuleId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationScaleAccessBeans that are associated with the specified CalculationRule.
The SQL query used to fetch all the required rows from the
CALSCALE table is:
SELECT * FROM CALSCALE T1 WHERE
T1.CALSCALE_ID IN (SELECT CRULESCALE.CALSCALE_ID FROM CRULESCALE WHERE CRULESCALE.CALRULE_ID = ?)
aCalculationRuleId
- the CalculationRule 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 findByCalculationRuleAndCurrency(java.lang.Integer aCalculationRuleId, java.lang.String aCurrency) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationScaleAccessBeans that match the specified CalculationRule and currency.
The SQL query used to fetch all the required rows from the
CALSCALE table is:
SELECT * FROM CALSCALE T1 WHERE
T1.CALSCALE_ID IN (SELECT CRULESCALE.CALSCALE_ID FROM CRULESCALE WHERE CRULESCALE.CALRULE_ID = ?) AND (T1.SETCCURR = ? OR T1.SETCCURR IS NULL)
aCalculationRuleId
- the CalculationRule IDaCurrency
- the currencyjava.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 CALSCALE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScaleLookupMethod that given a set of OrderItems determines a "lookup number", a "base monetary value", a "result multiplier", and a set of mathematical weights that can be used by the CalculationScale to calculate a monetary amount.
getCalculationMethodId
in interface CalculationScaleAccessBeanData
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 CALSCALE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScaleLookupMethod that given a set of OrderItems determines a "lookup number", a "base monetary value", a "result multiplier", and a set of mathematical weights that can be used by the CalculationScale to calculate a monetary amount.
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 CALSCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
getCalculationScaleId
in interface CalculationScaleAccessBeanData
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 CALSCALE.CALSCALE_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 CALSCALE.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the kind of calculation this CalculationScale is used for. For example, the CalculationScale may be used to calculate one of the following monetary amounts: discounts, shipping charges, sales tax, or shipping tax.
getCalculationUsageId
in interface CalculationScaleAccessBeanData
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 CALSCALE.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the kind of calculation this CalculationScale is used for. For example, the CalculationScale may be used to calculate one of the following monetary amounts: discounts, shipping charges, sales tax, or shipping tax.
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 getCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALSCALE.CODE column of DB2 type CHAR(30) NULL.
The following is a description of this column:
A character string that uniquely identifies this CalculationScale, given a particular CalculationUsage and StoreEntity.
getCode
in interface CalculationScaleAccessBeanData
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 getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALSCALE.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
If specified, the currency for the rangeStart values of the CalculationRange objects for this CalculationScale. The CalculationScaleLookupMethod should return a "lookup number" in this currency. This is a currency code as per ISO 4217 standards.
getCurrency
in interface CalculationScaleAccessBeanData
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 CALSCALE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of this CalculationScale, suitable for display by a user interface that allows creators of CalculationRules to choose from a list of available CalculationScales.
getDescription
in interface CalculationScaleAccessBeanData
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 CALSCALE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField1
in interface CalculationScaleAccessBeanData
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 getQuantityUnitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALSCALE.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
The following is a description of this column:
If specified, the unit of measure for the rangeStart values of the CalculationRange objects for this CalculationScale. The CalculationScaleLookupMethod should return a "lookup number" in these units.
getQuantityUnitId
in interface CalculationScaleAccessBeanData
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 CALSCALE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScale is part of this StoreEntity.
getStoreEntityId
in interface CalculationScaleAccessBeanData
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 CALSCALE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScale is part of this StoreEntity.
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 CALSCALE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScaleLookupMethod that given a set of OrderItems determines a "lookup number", a "base monetary value", a "result multiplier", and a set of mathematical weights that can be used by the CalculationScale to calculate a monetary amount.
aCalculationMethodId
- java.lang.Integerpublic void setCalculationMethodId(java.lang.String aCalculationMethodId)
This method provides access to the CALSCALE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScaleLookupMethod that given a set of OrderItems determines a "lookup number", a "base monetary value", a "result multiplier", and a set of mathematical weights that can be used by the CalculationScale to calculate a monetary amount.
setCalculationMethodId
in interface CalculationScaleAccessBeanData
aCalculationMethodId
- java.lang.Stringpublic void setCalculationScaleId(java.lang.Integer aCalculationScaleId)
This method provides access to the CALSCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
aCalculationScaleId
- java.lang.Integerpublic void setCalculationScaleId(java.lang.String aCalculationScaleId)
This method provides access to the CALSCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
setCalculationScaleId
in interface CalculationScaleAccessBeanData
aCalculationScaleId
- java.lang.Stringpublic void setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the CALSCALE.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the kind of calculation this CalculationScale is used for. For example, the CalculationScale may be used to calculate one of the following monetary amounts: discounts, shipping charges, sales tax, or shipping tax.
aCalculationUsageId
- java.lang.Integerpublic void setCalculationUsageId(java.lang.String aCalculationUsageId)
This method provides access to the CALSCALE.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the kind of calculation this CalculationScale is used for. For example, the CalculationScale may be used to calculate one of the following monetary amounts: discounts, shipping charges, sales tax, or shipping tax.
setCalculationUsageId
in interface CalculationScaleAccessBeanData
aCalculationUsageId
- java.lang.Stringpublic void setCode(java.lang.String aCode)
This method provides access to the CALSCALE.CODE column of DB2 type CHAR(30) NULL.
The following is a description of this column:
A character string that uniquely identifies this CalculationScale, given a particular CalculationUsage and StoreEntity.
setCode
in interface CalculationScaleAccessBeanData
aCode
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the CALSCALE.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
If specified, the currency for the rangeStart values of the CalculationRange objects for this CalculationScale. The CalculationScaleLookupMethod should return a "lookup number" in this currency. This is a currency code as per ISO 4217 standards.
setCurrency
in interface CalculationScaleAccessBeanData
aCurrency
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the CALSCALE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of this CalculationScale, suitable for display by a user interface that allows creators of CalculationRules to choose from a list of available CalculationScales.
setDescription
in interface CalculationScaleAccessBeanData
aDescription
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the CALSCALE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField1
in interface CalculationScaleAccessBeanData
aField1
- java.lang.Stringpublic void setInitKey_calculationScaleId(java.lang.String aInitKey_calculationScaleId)
Set the primary key for this object
aInitKey_calculationScaleId
- java.lang.Stringpublic void setQuantityUnitId(java.lang.String aQuantityUnitId)
This method provides access to the CALSCALE.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
The following is a description of this column:
If specified, the unit of measure for the rangeStart values of the CalculationRange objects for this CalculationScale. The CalculationScaleLookupMethod should return a "lookup number" in these units.
setQuantityUnitId
in interface CalculationScaleAccessBeanData
aQuantityUnitId
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the CALSCALE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScale is part of this StoreEntity.
aStoreEntityId
- java.lang.Integerpublic void setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the CALSCALE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScale is part of this StoreEntity.
setStoreEntityId
in interface CalculationScaleAccessBeanData
aStoreEntityId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |