com.ibm.commerce.taxation.objects
Class TaxCategoryDescriptionBean

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

public class TaxCategoryDescriptionBean
implements java.io.Serializable

This bean provides access to the TAXCGRYDS table.

The following is a description of this table:

This table contains language-dependent information about a TaxCategory.

See Also:
Serialized Form

Constructor Summary
TaxCategoryDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the TAXCGRYDS.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the TAXCGRYDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getTaxCategoryId()
          This method provides access to the TAXCGRYDS.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the TAXCGRYDS.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the TAXCGRYDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setTaxCategoryId(java.lang.Integer aTaxCategoryId)
          This method provides access to the TAXCGRYDS.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

TaxCategoryDescriptionBean

public TaxCategoryDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

A brief description of the TaxCategory, suitable for display to customers.

Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the TAXCGRYDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language of the description. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getTaxCategoryId

public java.lang.Integer getTaxCategoryId()

This method provides access to the TAXCGRYDS.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The TaxCategory.

Returns:
java.lang.Integer

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

A brief description of the TaxCategory, suitable for display to customers.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the TAXCGRYDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language of the description. For a list of language components, see the LANGUAGE table.

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

setTaxCategoryId

public void setTaxCategoryId(java.lang.Integer aTaxCategoryId)

This method provides access to the TAXCGRYDS.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The TaxCategory.

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