public class AdminCountrySearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
id
id
|
private java.lang.String |
name
Country Name
|
private int |
nameRule
Country Name Rule
|
private java.lang.String |
numericCode
Numeric country code (not the Id)
|
private int |
numericCodeRule
Numeric country code (not the Id) 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 and Description |
---|
AdminCountrySearch()
Instantiates an AdminCountrySearch object - a requirement for a bean class
|
AdminCountrySearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminCountrySearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getId() |
java.lang.String |
getName() |
int |
getNameRule()
The rule for the search.
|
java.lang.String |
getNumericCode() |
int |
getNumericCodeRule() |
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 |
setNumericCode(java.lang.String numericCode) |
void |
setNumericCodeRule(int numericCodeRule) |
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() |
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 java.lang.String numericCode
private int numericCodeRule
private boolean onlyActiveCountries
private java.lang.String orderBy
public AdminCountrySearch()
public AdminCountrySearch(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 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 setpublic java.lang.String getNumericCode()
public void setNumericCode(java.lang.String numericCode)
numericCode
- the numericCode to setpublic int getNumericCodeRule()
public void setNumericCodeRule(int numericCodeRule)
numericCodeRule
- the numericCodeRule to setCopyright © 2018 DS Data Systems UK Ltd.