public class AdminZoneSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
code
|
private int |
codeRule
code Rule
|
private int |
countryId
country Id
|
private java.lang.String |
custom1
custom1
|
private int |
custom1Rule
custom1 Rule
|
private java.lang.String |
custom2
custom2
|
private int |
custom2Rule
custom2 Rule
|
private java.lang.String |
custom3
custom3
|
private int |
custom3Rule
custom3 Rule
|
private int |
id
id
|
private java.lang.String |
name
name
|
private int |
nameRule
name Rule
|
private java.lang.String |
orderBy
order By
|
private boolean |
useDefaultWildCardsWithName
Use default settings for wildcard searching when searching using the name.
|
Constructor and Description |
---|
AdminZoneSearch()
Instantiates an AdminZoneSearch object - a requirement for a bean class
|
AdminZoneSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminZoneSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode() |
int |
getCodeRule()
The rule for the search.
|
int |
getCountryId() |
java.lang.String |
getCustom1() |
int |
getCustom1Rule()
The rule for the search.
|
java.lang.String |
getCustom2() |
int |
getCustom2Rule()
The rule for the search.
|
java.lang.String |
getCustom3() |
int |
getCustom3Rule()
The rule for the search.
|
int |
getId() |
java.lang.String |
getName() |
int |
getNameRule()
The rule for the search.
|
java.lang.String |
getOrderBy() |
boolean |
isUseDefaultWildCardsWithName()
Deprecated.
Use attribute rules instead
|
void |
setCode(java.lang.String code) |
void |
setCodeRule(int codeRule)
The rule for the search.
|
void |
setCountryId(int countryId) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom1Rule(int custom1Rule)
The rule for the search.
|
void |
setCustom2(java.lang.String custom2) |
void |
setCustom2Rule(int custom2Rule)
The rule for the search.
|
void |
setCustom3(java.lang.String custom3) |
void |
setCustom3Rule(int custom3Rule)
The rule for the search.
|
void |
setId(int id) |
void |
setName(java.lang.String name) |
void |
setNameRule(int nameRule)
The rule for the search.
|
void |
setOrderBy(java.lang.String orderBy) |
void |
setUseDefaultWildCardsWithName(boolean useDefaultWildCardsWithName)
Deprecated.
Use attribute rules instead
|
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private java.lang.String name
private int nameRule
private java.lang.String code
private int codeRule
private int countryId
private java.lang.String custom1
private int custom1Rule
private java.lang.String custom2
private int custom2Rule
private java.lang.String custom3
private int custom3Rule
private boolean useDefaultWildCardsWithName
private java.lang.String orderBy
public AdminZoneSearch()
public AdminZoneSearch(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 getCode()
public void setCode(java.lang.String code)
code
- The code to set.public void setCountryId(int countryId)
countryId
- The countryId to set.public int getCountryId()
public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to set@Deprecated public boolean isUseDefaultWildCardsWithName()
@Deprecated public void setUseDefaultWildCardsWithName(boolean useDefaultWildCardsWithName)
useDefaultWildCardsWithName
- the useDefaultWildCardsWithName to setpublic int getNameRule()
public void setNameRule(int nameRule)
nameRule
- the nameRule to setpublic int getCodeRule()
public void setCodeRule(int codeRule)
codeRule
- the codeRule to setpublic int getCustom1Rule()
public void setCustom1Rule(int custom1Rule)
custom1Rule
- the custom1Rule to setpublic int getCustom2Rule()
public void setCustom2Rule(int custom2Rule)
custom2Rule
- the custom2Rule to setpublic int getCustom3Rule()
public void setCustom3Rule(int custom3Rule)
custom3Rule
- the custom3Rule to setCopyright © 2018 DS Data Systems UK Ltd.