|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.TaxClass
public class TaxClass
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.
Constructor Summary | |
---|---|
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 |
---|
public TaxClass()
Method Detail |
---|
public java.util.Date getDateAdded()
public void setDateAdded(java.util.Date _dateAdded)
_dateAdded
- the dateAdded to setpublic java.util.Date getLastModified()
public void setLastModified(java.util.Date _lastModified)
_lastModified
- the lastModified to setpublic java.lang.String getTaxClassDescription()
public void setTaxClassDescription(java.lang.String _taxClassDescription)
_taxClassDescription
- the taxClassDescription to setpublic int getTaxClassId()
public void setTaxClassId(int _taxClassId)
_taxClassId
- the taxClassId to setpublic java.lang.String getTaxClassTitle()
public void setTaxClassTitle(java.lang.String _taxClassTitle)
_taxClassTitle
- the taxClassTitle to setpublic java.lang.String getTaxCode()
public void setTaxCode(java.lang.String _taxCode)
_taxCode
- the taxCode to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |