com.ibm.commerce.taxation.objects
Class TaxCodeSchemeBean

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

public class TaxCodeSchemeBean
implements java.io.Serializable

This bean provides access to the TXCDSCHEME table.

The following is a description of this table:

Each row in this table represents a TaxCodeScheme. A TaxCodeScheme is a set of TaxCodeClassifications of CalculationCodes of particular TaxTypes.

See Also:
Serialized Form

Constructor Summary
TaxCodeSchemeBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the TXCDSCHEME.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.String getSoftware()
          This method provides access to the TXCDSCHEME.SOFTWARE column of DB2 type VARCHAR(32) NULL.
 java.lang.Integer getTaxCodeSchemeId()
          This method provides access to the TXCDSCHEME.TXCDSCHEME_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getVendor()
          This method provides access to the TXCDSCHEME.VENDOR column of DB2 type VARCHAR(32) NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the TXCDSCHEME.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setSoftware(java.lang.String aSoftware)
          This method provides access to the TXCDSCHEME.SOFTWARE column of DB2 type VARCHAR(32) NULL.
 void setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)
          This method provides access to the TXCDSCHEME.TXCDSCHEME_ID column of DB2 type INTEGER NOT NULL.
 void setVendor(java.lang.String aVendor)
          This method provides access to the TXCDSCHEME.VENDOR column of DB2 type VARCHAR(32) NULL.
 

Constructor Detail

TaxCodeSchemeBean

public TaxCodeSchemeBean()
Method Detail

getDescription

public java.lang.String getDescription()

This method provides access to the TXCDSCHEME.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the TaxCodeScheme, suitable for display by a user interface that manages TaxCodeSchemes.

Returns:
java.lang.String

getSoftware

public java.lang.String getSoftware()

This method provides access to the TXCDSCHEME.SOFTWARE column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

A string that, along with VENDOR, uniquely identifies the TaxCodeScheme.

Returns:
java.lang.String

getTaxCodeSchemeId

public java.lang.Integer getTaxCodeSchemeId()

This method provides access to the TXCDSCHEME.TXCDSCHEME_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Integer

getVendor

public java.lang.String getVendor()

This method provides access to the TXCDSCHEME.VENDOR column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

A string that, along with SOFTWARE, uniquely identifies this TaxCodeScheme.

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the TXCDSCHEME.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the TaxCodeScheme, suitable for display by a user interface that manages TaxCodeSchemes.

Parameters:
aDescription - java.lang.String
Returns:
void

setSoftware

public void setSoftware(java.lang.String aSoftware)

This method provides access to the TXCDSCHEME.SOFTWARE column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

A string that, along with VENDOR, uniquely identifies the TaxCodeScheme.

Parameters:
aSoftware - java.lang.String
Returns:
void

setTaxCodeSchemeId

public void setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)

This method provides access to the TXCDSCHEME.TXCDSCHEME_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

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

setVendor

public void setVendor(java.lang.String aVendor)

This method provides access to the TXCDSCHEME.VENDOR column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

A string that, along with SOFTWARE, uniquely identifies this TaxCodeScheme.

Parameters:
aVendor - java.lang.String
Returns:
void