|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.TaxCodeSchemeBean
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.
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 |
public TaxCodeSchemeBean()
Method Detail |
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.
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.
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.
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.
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.
aDescription
- java.lang.Stringpublic 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.
aSoftware
- java.lang.Stringpublic 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.
aTaxCodeSchemeId
- java.lang.Integerpublic 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.
aVendor
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |