com.ibm.commerce.taxation.objects
Class TaxCodeClassificationBean

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

public class TaxCodeClassificationBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

TaxCodeClassificationBean

public TaxCodeClassificationBean()
Method Detail

getClassificationId

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.

Returns:
java.lang.Integer

getDescription

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.

Returns:
java.lang.String

getName

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.

Returns:
java.lang.String

getSchemeId

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.

Returns:
java.lang.Integer

getStoreEntityId

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.

Returns:
java.lang.Integer

setClassificationId

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.

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

setDescription

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

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

setName

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

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

setSchemeId

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

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

setStoreEntityId

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

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