|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.TaxTypeBean
This bean provides access to the TAXTYPE table.
The following is a description of this table:
This table represents a TaxType. For example, sales tax and shipping tax are two types of taxes.
Constructor Summary | |
TaxTypeBean()
|
Method Summary | |
java.lang.Double |
getSequence()
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Integer |
getTaxCodeSchemeId()
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getTaxTypeId()
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL. |
void |
setSequence(java.lang.Double aSequence)
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
void |
setTaxTypeId(java.lang.Integer aTaxTypeId)
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public TaxTypeBean()
Method Detail |
public java.lang.Double getSequence()
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
This column is deprecated and is provided for backward compatibility only. See the SEQUENCE column of the STENCALUSG table for current information.
public java.lang.Integer getTaxCodeSchemeId()
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxScheme, if any, this TaxType is part of.
public java.lang.Integer getTaxTypeId()
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique identifier.
public void setSequence(java.lang.Double aSequence)
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
This column is deprecated and is provided for backward compatibility only. See the SEQUENCE column of the STENCALUSG table for current information.
aSequence
- java.lang.Doublepublic void setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxScheme, if any, this TaxType is part of.
aTaxCodeSchemeId
- java.lang.Integerpublic void setTaxTypeId(java.lang.Integer aTaxTypeId)
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique identifier.
aTaxTypeId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |