com.konakartadmin.app
Class AdminTaxClassSearch

java.lang.Object
  extended by com.konakartadmin.app.AdminTaxClassSearch

public class AdminTaxClassSearch
extends java.lang.Object

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

id

private int id
id


title

private java.lang.String title
title


titleRule

private int titleRule
title Rule


description

private java.lang.String description
description


descriptionRule

private int descriptionRule
description Rule


taxCode

private java.lang.String taxCode
taxCode


taxCodeRule

private int taxCodeRule
taxCode Rule


orderBy

private java.lang.String orderBy
orderBy

Constructor Detail

AdminTaxClassSearch

public AdminTaxClassSearch()
Instantiates an AdminTaxClassSearch object - a requirement for a bean class


AdminTaxClassSearch

public AdminTaxClassSearch(com.workingdogs.village.Record r,
                           org.apache.torque.util.Criteria c)
                    throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminTaxClassSearch object from a Record object

Parameters:
r - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the TaxClassSearch object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the TaxClass object.

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int id)
Parameters:
id - The id to set.

getOrderBy

public java.lang.String getOrderBy()
Returns:
Returns the orderBy.

setOrderBy

public void setOrderBy(java.lang.String orderBy)
Parameters:
orderBy - The orderBy to set.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getTitle

public java.lang.String getTitle()
Returns:
Returns the title.

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - The title to set.

getTitleRule

public int getTitleRule()
The rule for the search. Valid values are:

Returns:
the titleRule

setTitleRule

public void setTitleRule(int titleRule)
The rule for the search. Valid values are:

Parameters:
titleRule - the titleRule to set

getDescriptionRule

public int getDescriptionRule()
The rule for the search. Valid values are:

Returns:
the descriptionRule

setDescriptionRule

public void setDescriptionRule(int descriptionRule)
The rule for the search. Valid values are:

Parameters:
descriptionRule - the descriptionRule to set

getTaxCodeRule

public int getTaxCodeRule()
The rule for the search. Valid values are:

Returns:
the taxCodeRule

setTaxCodeRule

public void setTaxCodeRule(int taxCodeRule)
The rule for the search. Valid values are:

Parameters:
taxCodeRule - the taxCodeRule 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.