com.konakart.appif
Interface TaxClassIf


public interface TaxClassIf

The tax class associated with a product. i.e. There may be a different tax class for food items, for non food items, for services etc.


Method Summary
 java.util.Date getDateAdded()
           
 java.util.Date getLastModified()
           
 java.lang.String getTaxClassDescription()
          The description of the tax class e.g.
 int getTaxClassId()
           
 java.lang.String getTaxClassTitle()
          The title of the tax class.
 void setDateAdded(java.util.Date dateAdded)
           
 void setLastModified(java.util.Date lastModified)
           
 void setTaxClassDescription(java.lang.String taxClassDescription)
          The description of the tax class e.g.
 void setTaxClassId(int taxClassId)
           
 void setTaxClassTitle(java.lang.String taxClassTitle)
          The title of the tax class.
 

Method Detail

getDateAdded

java.util.Date getDateAdded()
Returns:
the dateAdded

setDateAdded

void setDateAdded(java.util.Date dateAdded)
Parameters:
dateAdded - the dateAdded to set

getLastModified

java.util.Date getLastModified()
Returns:
the lastModified

setLastModified

void setLastModified(java.util.Date lastModified)
Parameters:
lastModified - the lastModified to set

getTaxClassDescription

java.lang.String getTaxClassDescription()
The description of the tax class e.g. "The following types of products are included non-food, services, etc"

Returns:
the taxClassDescription

setTaxClassDescription

void setTaxClassDescription(java.lang.String taxClassDescription)
The description of the tax class e.g. "The following types of products are included non-food, services, etc"

Parameters:
taxClassDescription - the taxClassDescription to set

getTaxClassId

int getTaxClassId()
Returns:
the taxClassId

setTaxClassId

void setTaxClassId(int taxClassId)
Parameters:
taxClassId - the taxClassId to set

getTaxClassTitle

java.lang.String getTaxClassTitle()
The title of the tax class. e.g. Taxable Goods

Returns:
the taxClassTitle

setTaxClassTitle

void setTaxClassTitle(java.lang.String taxClassTitle)
The title of the tax class. e.g. Taxable Goods

Parameters:
taxClassTitle - the taxClassTitle to set


Copyright © 2006 DS Data Systems UK Ltd.