|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.ZoneSearch
public class ZoneSearch
Contains information required to search for a zone. Whenever an attribute is set, it is used as a constraint. When using the java API, a com.konakart.app.ZoneSearch object is normally instantiated. Note that when this object initializes it sets the following attributes:
| Constructor Summary | |
|---|---|
ZoneSearch()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
The code of the zone |
int |
getCodeRule()
The rule for the search. |
int |
getCountryId()
The numeric id of the country |
java.lang.String |
getCustom1()
Custom1 field |
int |
getCustom1Rule()
The rule for the search. |
java.lang.String |
getCustom2()
Custom2 field |
int |
getCustom2Rule()
The rule for the search. |
java.lang.String |
getCustom3()
Custom3 field |
int |
getCustom3Rule()
The rule for the search. |
int |
getId()
The numeric id of the zone |
java.lang.Boolean |
getInvisible()
Used as a constraint if not null. |
java.lang.String |
getName()
The name of the zone |
int |
getNameRule()
The rule for the search. |
java.lang.String |
getSearchString()
Used to add a constraint to the zoneSearch attribute of the zone. |
int |
getSearchStringRule()
The rule for the search. |
void |
setCode(java.lang.String code)
The code of the zone |
void |
setCodeRule(int codeRule)
The rule for the search. |
void |
setCountryId(int countryId)
The numeric id of the country |
void |
setCustom1(java.lang.String custom1)
Custom1 field |
void |
setCustom1Rule(int custom1Rule)
The rule for the search. |
void |
setCustom2(java.lang.String custom2)
Custom2 field |
void |
setCustom2Rule(int custom2Rule)
The rule for the search. |
void |
setCustom3(java.lang.String custom3)
Custom3 field |
void |
setCustom3Rule(int custom3Rule)
The rule for the search. |
void |
setId(int id)
The numeric id of the zone |
void |
setInvisible(java.lang.Boolean invisible)
Used as a constraint if not null. |
void |
setName(java.lang.String name)
The name of the zone |
void |
setNameRule(int nameRule)
The rule for the search. |
void |
setSearchString(java.lang.String searchString)
Used to add a constraint to the zoneSearch attribute of the zone. |
void |
setSearchStringRule(int searchStringRule)
The rule for the search. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZoneSearch()
| Method Detail |
|---|
public java.lang.String getSearchString()
ZoneSearchIf
getSearchString in interface ZoneSearchIfpublic void setSearchString(java.lang.String searchString)
ZoneSearchIf
setSearchString in interface ZoneSearchIfsearchString - the searchString to setpublic int getSearchStringRule()
ZoneSearchIf
getSearchStringRule in interface ZoneSearchIfpublic void setSearchStringRule(int searchStringRule)
ZoneSearchIf
setSearchStringRule in interface ZoneSearchIfsearchStringRule - the searchStringRule to setpublic int getId()
ZoneSearchIf
getId in interface ZoneSearchIfpublic void setId(int id)
ZoneSearchIf
setId in interface ZoneSearchIfid - the id to setpublic int getCountryId()
ZoneSearchIf
getCountryId in interface ZoneSearchIfpublic void setCountryId(int countryId)
ZoneSearchIf
setCountryId in interface ZoneSearchIfcountryId - the countryId to setpublic java.lang.String getCode()
ZoneSearchIf
getCode in interface ZoneSearchIfpublic void setCode(java.lang.String code)
ZoneSearchIf
setCode in interface ZoneSearchIfcode - the code to setpublic int getCodeRule()
ZoneSearchIf
getCodeRule in interface ZoneSearchIfpublic void setCodeRule(int codeRule)
ZoneSearchIf
setCodeRule in interface ZoneSearchIfcodeRule - the codeRule to setpublic java.lang.String getName()
ZoneSearchIf
getName in interface ZoneSearchIfpublic void setName(java.lang.String name)
ZoneSearchIf
setName in interface ZoneSearchIfname - the name to setpublic int getNameRule()
ZoneSearchIf
getNameRule in interface ZoneSearchIfpublic void setNameRule(int nameRule)
ZoneSearchIf
setNameRule in interface ZoneSearchIfnameRule - the nameRule to setpublic java.lang.Boolean getInvisible()
ZoneSearchIf
getInvisible in interface ZoneSearchIfpublic void setInvisible(java.lang.Boolean invisible)
ZoneSearchIf
setInvisible in interface ZoneSearchIfinvisible - the invisible to setpublic java.lang.String getCustom1()
ZoneSearchIf
getCustom1 in interface ZoneSearchIfpublic void setCustom1(java.lang.String custom1)
ZoneSearchIf
setCustom1 in interface ZoneSearchIfcustom1 - the custom1 to setpublic int getCustom1Rule()
ZoneSearchIf
getCustom1Rule in interface ZoneSearchIfpublic void setCustom1Rule(int custom1Rule)
ZoneSearchIf
setCustom1Rule in interface ZoneSearchIfcustom1Rule - the custom1Rule to setpublic java.lang.String getCustom2()
ZoneSearchIf
getCustom2 in interface ZoneSearchIfpublic void setCustom2(java.lang.String custom2)
ZoneSearchIf
setCustom2 in interface ZoneSearchIfcustom2 - the custom2 to setpublic int getCustom2Rule()
ZoneSearchIf
getCustom2Rule in interface ZoneSearchIfpublic void setCustom2Rule(int custom2Rule)
ZoneSearchIf
setCustom2Rule in interface ZoneSearchIfcustom2Rule - the custom2Rule to setpublic java.lang.String getCustom3()
ZoneSearchIf
getCustom3 in interface ZoneSearchIfpublic void setCustom3(java.lang.String custom3)
ZoneSearchIf
setCustom3 in interface ZoneSearchIfcustom3 - the custom3 to setpublic int getCustom3Rule()
ZoneSearchIf
getCustom3Rule in interface ZoneSearchIfpublic void setCustom3Rule(int custom3Rule)
ZoneSearchIf
setCustom3Rule in interface ZoneSearchIfcustom3Rule - the custom3Rule to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||