public class AdminTaxClassSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AdminTaxClassSearch()
Instantiates an AdminTaxClassSearch object - a requirement for a bean class
|
AdminTaxClassSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminTaxClassSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
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() |
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
public AdminTaxClassSearch()
public AdminTaxClassSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)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 setCopyright © 2018 DS Data Systems UK Ltd.