|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.CalculationMethodBean
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.
Constructor Summary | |
CalculationMethodBean()
|
Method Summary | |
java.lang.Integer |
getCalculationMethodId()
This method provides access to the CALMETHOD.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationUsageId()
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.Integer |
getStoreEntityId()
This method provides access to the CALMETHOD.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSubclass()
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 |
setCalculationMethodId(java.lang.Integer 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 |
setDescription(java.lang.String aDescription)
This method provides access to the CALMETHOD.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
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 |
setSubclass(java.lang.Integer 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. |
Constructor Detail |
public CalculationMethodBean()
Method Detail |
public java.lang.Integer getCalculationMethodId()
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.
public java.lang.Integer getCalculationUsageId()
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.
public java.lang.String getDescription()
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.
public java.lang.String getName()
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.
public java.lang.Integer getStoreEntityId()
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.
public java.lang.Integer getSubclass()
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.
public java.lang.String getTaskName()
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
public 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 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 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.
aDescription
- 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.
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 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 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
aTaskName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |