com.ibm.commerce.taxation.objects
Class TaxTypeBean

com.ibm.commerce.taxation.objects.TaxTypeBean
All Implemented Interfaces:
java.io.Serializable

public class TaxTypeBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

TaxTypeBean

public TaxTypeBean()
Method Detail

getSequence

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.

Returns:
java.lang.Double

getTaxCodeSchemeId

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.

Returns:
java.lang.Integer

getTaxTypeId

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.

Returns:
java.lang.Integer

setSequence

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.

Parameters:
aSequence - java.lang.Double
Returns:
void

setTaxCodeSchemeId

public 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.

Parameters:
aTaxCodeSchemeId - java.lang.Integer
Returns:
void

setTaxTypeId

public 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.

Parameters:
aTaxTypeId - java.lang.Integer
Returns:
void