com.konakart.rmi.app
Class S_TaxClass

java.lang.Object
  extended by com.konakart.rmi.app.S_TaxClass
All Implemented Interfaces:
java.io.Serializable

public class S_TaxClass
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
S_TaxClass()
           
 
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.
 java.lang.String getTaxCode()
           
 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.
 void setTaxCode(java.lang.String _taxCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_TaxClass

public S_TaxClass()
Method Detail

getDateAdded

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

setDateAdded

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

getLastModified

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

setLastModified

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

getTaxClassDescription

public 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

public 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

public int getTaxClassId()
Returns:
the taxClassId

setTaxClassId

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

getTaxClassTitle

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

Returns:
the taxClassTitle

setTaxClassTitle

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

Parameters:
_taxClassTitle - the taxClassTitle to set

getTaxCode

public java.lang.String getTaxCode()
Returns:
the taxCode

setTaxCode

public void setTaxCode(java.lang.String _taxCode)
Parameters:
_taxCode - the taxCode to set


Copyright © 2011 DS Data Systems UK Ltd.