com.konakartadmin.app
Class AdminCurrencySearch

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

public class AdminCurrencySearch
extends java.lang.Object

CurrencySearch object for the Admin App


Field Summary
private  java.lang.String currencyCode
          code
private  java.lang.String currencyName
          Name
private  int currencyNameRule
          Name Rule
private  java.lang.String orderBy
          orderBy
 
Constructor Summary
AdminCurrencySearch()
          Instantiates an AdminCurrencySearch object - a requirement for a bean class
AdminCurrencySearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminCurrencySearch object from a Record object
 
Method Summary
 java.lang.String getCurrencyCode()
           
 java.lang.String getCurrencyName()
           
 int getCurrencyNameRule()
          The rule for the search.
 java.lang.String getOrderBy()
           
 void setCurrencyCode(java.lang.String currencyCode)
           
 void setCurrencyName(java.lang.String currencyName)
           
 void setCurrencyNameRule(int currencyNameRule)
          The rule for the search.
 void setOrderBy(java.lang.String orderBy)
           
 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

currencyName

private java.lang.String currencyName
Name


currencyNameRule

private int currencyNameRule
Name Rule


currencyCode

private java.lang.String currencyCode
code


orderBy

private java.lang.String orderBy
orderBy

Constructor Detail

AdminCurrencySearch

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


AdminCurrencySearch

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

toStringBrief

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

getOrderBy

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

setOrderBy

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

getCurrencyCode

public java.lang.String getCurrencyCode()
Returns:
Returns the currencyCode.

setCurrencyCode

public void setCurrencyCode(java.lang.String currencyCode)
Parameters:
currencyCode - The currencyCode to set.

getCurrencyName

public java.lang.String getCurrencyName()
Returns:
Returns the currencyName.

setCurrencyName

public void setCurrencyName(java.lang.String currencyName)
Parameters:
currencyName - The currencyName to set.

getCurrencyNameRule

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

Returns:
the currencyNameRule

setCurrencyNameRule

public void setCurrencyNameRule(int currencyNameRule)
The rule for the search. Valid values are:

Parameters:
currencyNameRule - the currencyNameRule to set


Copyright © 2011 DS Data Systems UK Ltd.