|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminCountrySearch
public class AdminCountrySearch
CountrySearch object for the Admin App
Field Summary | |
---|---|
private int |
id
id |
private java.lang.String |
name
Country Name |
private int |
nameRule
Country Name Rule |
private boolean |
onlyActiveCountries
Select Only Active Countries - default is to select All countries |
private java.lang.String |
orderBy
order by |
private java.lang.String |
threeLetterCode
Three letter country code |
private int |
threeLetterCodeRule
Three letter country code Rule |
private java.lang.String |
twoLetterCode
Two letter country code |
private int |
twoLetterCodeRule
Two letter country code Rule |
Constructor Summary | |
---|---|
AdminCountrySearch()
Instantiates an AdminCountrySearch object - a requirement for a bean class |
|
AdminCountrySearch(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminCountrySearch object from a Record object |
Method Summary | |
---|---|
int |
getId()
|
java.lang.String |
getName()
|
int |
getNameRule()
The rule for the search. |
java.lang.String |
getOrderBy()
|
java.lang.String |
getThreeLetterCode()
|
int |
getThreeLetterCodeRule()
The rule for the search. |
java.lang.String |
getTwoLetterCode()
|
int |
getTwoLetterCodeRule()
The rule for the search. |
boolean |
isOnlyActiveCountries()
|
void |
setId(int id)
|
void |
setName(java.lang.String name)
|
void |
setNameRule(int nameRule)
The rule for the search. |
void |
setOnlyActiveCountries(boolean onlyActiveCountries)
|
void |
setOrderBy(java.lang.String orderBy)
|
void |
setThreeLetterCode(java.lang.String threeLetterCode)
|
void |
setThreeLetterCodeRule(int threeLetterCodeRule)
The rule for the search. |
void |
setTwoLetterCode(java.lang.String twoLetterCode)
|
void |
setTwoLetterCodeRule(int twoLetterCodeRule)
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 name
private int nameRule
private java.lang.String twoLetterCode
private int twoLetterCodeRule
private java.lang.String threeLetterCode
private int threeLetterCodeRule
private boolean onlyActiveCountries
private java.lang.String orderBy
Constructor Detail |
---|
public AdminCountrySearch()
public AdminCountrySearch(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 getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String getThreeLetterCode()
public void setThreeLetterCode(java.lang.String threeLetterCode)
threeLetterCode
- The threeLetterCode to set.public java.lang.String getTwoLetterCode()
public void setTwoLetterCode(java.lang.String twoLetterCode)
twoLetterCode
- The twoLetterCode to set.public int getNameRule()
public void setNameRule(int nameRule)
nameRule
- the nameRule to setpublic int getTwoLetterCodeRule()
public void setTwoLetterCodeRule(int twoLetterCodeRule)
twoLetterCodeRule
- the twoLetterCodeRule to setpublic int getThreeLetterCodeRule()
public void setThreeLetterCodeRule(int threeLetterCodeRule)
threeLetterCodeRule
- the threeLetterCodeRule to setpublic boolean isOnlyActiveCountries()
public void setOnlyActiveCountries(boolean onlyActiveCountries)
onlyActiveCountries
- the onlyActiveCountries to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |