|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminTaxClassSearch
public class AdminTaxClassSearch
TaxClassSearch object for the Admin App
Field Summary | |
---|---|
private java.lang.String |
description
description |
private int |
descriptionRule
description Rule |
private int |
id
id |
private java.lang.String |
orderBy
orderBy |
private java.lang.String |
taxCode
taxCode |
private int |
taxCodeRule
taxCode Rule |
private java.lang.String |
title
title |
private int |
titleRule
title Rule |
Constructor Summary | |
---|---|
AdminTaxClassSearch()
Instantiates an AdminTaxClassSearch object - a requirement for a bean class |
|
AdminTaxClassSearch(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminTaxClassSearch object from a Record object |
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
int |
getDescriptionRule()
The rule for the search. |
int |
getId()
|
java.lang.String |
getOrderBy()
|
java.lang.String |
getTaxCode()
|
int |
getTaxCodeRule()
The rule for the search. |
java.lang.String |
getTitle()
|
int |
getTitleRule()
The rule for the search. |
void |
setDescription(java.lang.String description)
|
void |
setDescriptionRule(int descriptionRule)
The rule for the search. |
void |
setId(int id)
|
void |
setOrderBy(java.lang.String orderBy)
|
void |
setTaxCode(java.lang.String taxCode)
|
void |
setTaxCodeRule(int taxCodeRule)
The rule for the search. |
void |
setTitle(java.lang.String title)
|
void |
setTitleRule(int titleRule)
The rule for the search. |
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int id
private java.lang.String title
private int titleRule
private java.lang.String description
private int descriptionRule
private java.lang.String taxCode
private int taxCodeRule
private java.lang.String orderBy
Constructor Detail |
---|
public AdminTaxClassSearch()
public AdminTaxClassSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
public void setId(int id)
id
- The id to set.public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The title to set.public int getTitleRule()
public void setTitleRule(int titleRule)
titleRule
- the titleRule to setpublic int getDescriptionRule()
public void setDescriptionRule(int descriptionRule)
descriptionRule
- the descriptionRule to setpublic int getTaxCodeRule()
public void setTaxCodeRule(int taxCodeRule)
taxCodeRule
- the taxCodeRule 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 |