com.konakartadmin.app
Class AdminTaxRateSearch

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

public class AdminTaxRateSearch
extends java.lang.Object

TaxRateSearch object for the Admin App


Field Summary
private  java.lang.String description
          description
private  int descriptionRule
          description Rule
private  int geoZoneId
          geo Zone Id
private  int id
          id
private  java.lang.String orderBy
          order By
private  int taxClassId
          tax Class Id
private  boolean useDefaultWildCardsWithDescription
          Use default settings for wildcard searching when searching using the description.
 
Constructor Summary
AdminTaxRateSearch()
          Instantiates an AdminTaxRateSearch object - a requirement for a bean class
AdminTaxRateSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminTaxRateSearch object from a Record object
 
Method Summary
 java.lang.String getDescription()
           
 int getDescriptionRule()
          The rule for the search.
 int getGeoZoneId()
           
 int getId()
           
 java.lang.String getOrderBy()
           
 int getTaxClassId()
           
 boolean isUseDefaultWildCardsWithDescription()
          Deprecated. Use attribute rules instead
 void setDescription(java.lang.String description)
           
 void setDescriptionRule(int descriptionRule)
          The rule for the search.
 void setGeoZoneId(int geoZoneId)
           
 void setId(int id)
           
 void setOrderBy(java.lang.String orderBy)
           
 void setTaxClassId(int taxClassId)
           
 void setUseDefaultWildCardsWithDescription(boolean useDefaultWildCardsWithDescription)
          Deprecated. Use attribute rules instead
 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


taxClassId

private int taxClassId
tax Class Id


geoZoneId

private int geoZoneId
geo Zone Id


description

private java.lang.String description
description


descriptionRule

private int descriptionRule
description Rule


useDefaultWildCardsWithDescription

private boolean useDefaultWildCardsWithDescription
Use default settings for wildcard searching when searching using the description. If false no wildcards ("%") are added for the search and an exact match on description is required


orderBy

private java.lang.String orderBy
order By

Constructor Detail

AdminTaxRateSearch

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


AdminTaxRateSearch

public AdminTaxRateSearch(com.workingdogs.village.Record r,
                          org.apache.torque.util.Criteria c)
                   throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminTaxRateSearch 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 TaxRateSearch object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the TaxRate 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.

getGeoZoneId

public int getGeoZoneId()
Returns:
Returns the geoZoneId.

setGeoZoneId

public void setGeoZoneId(int geoZoneId)
Parameters:
geoZoneId - The geoZoneId to set.

getTaxClassId

public int getTaxClassId()
Returns:
Returns the taxClassId.

setTaxClassId

public void setTaxClassId(int taxClassId)
Parameters:
taxClassId - The taxClassId to set.

isUseDefaultWildCardsWithDescription

@Deprecated
public boolean isUseDefaultWildCardsWithDescription()
Deprecated. Use attribute rules instead

Returns:
the useDefaultWildCardsWithDescription

setUseDefaultWildCardsWithDescription

@Deprecated
public void setUseDefaultWildCardsWithDescription(boolean useDefaultWildCardsWithDescription)
Deprecated. Use attribute rules instead

Parameters:
useDefaultWildCardsWithDescription - the useDefaultWildCardsWithDescription 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


Copyright © 2011 DS Data Systems UK Ltd.