|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.TaxCodeClassificationBean
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.
Constructor Summary | |
TaxCodeClassificationBean()
|
Method Summary | |
java.lang.Integer |
getClassificationId()
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.Integer |
getSchemeId()
This method provides access to the TXCDCLASS.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getStoreEntityId()
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setClassificationId(java.lang.Integer 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 |
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 |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the TXCDCLASS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public TaxCodeClassificationBean()
Method Detail |
public java.lang.Integer getClassificationId()
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.
public java.lang.String getDescription()
This method provides access to the TXCDCLASS.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the TaxClassification, suitable for display in a user interface that manages TaxClassifications.
public java.lang.String getName()
This method provides access to the TXCDCLASS.NAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
A name that, along with the StoreEntity, uniquely identifies this TaxClassification.
public java.lang.Integer getSchemeId()
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.
public java.lang.Integer getStoreEntityId()
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.
public 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 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:
A brief description of the TaxClassification, suitable for display in a user interface that manages TaxClassifications.
aDescription
- 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:
A name that, along with the StoreEntity, uniquely identifies this TaxClassification.
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 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.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |