|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ZoneSearchIf
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:
| 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. |
| Method Detail |
|---|
java.lang.String getSearchString()
void setSearchString(java.lang.String searchString)
searchString - the searchString to setint getSearchStringRule()
void setSearchStringRule(int searchStringRule)
searchStringRule - the searchStringRule to setint getId()
void setId(int id)
id - the id to setint getCountryId()
void setCountryId(int countryId)
countryId - the countryId to setjava.lang.String getCode()
void setCode(java.lang.String code)
code - the code to setint getCodeRule()
void setCodeRule(int codeRule)
codeRule - the codeRule to setjava.lang.String getName()
void setName(java.lang.String name)
name - the name to setint getNameRule()
void setNameRule(int nameRule)
nameRule - the nameRule to setjava.lang.Boolean getInvisible()
void setInvisible(java.lang.Boolean invisible)
invisible - the invisible to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1 - the custom1 to setint getCustom1Rule()
void setCustom1Rule(int custom1Rule)
custom1Rule - the custom1Rule to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2 - the custom2 to setint getCustom2Rule()
void setCustom2Rule(int custom2Rule)
custom2Rule - the custom2Rule to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3 - the custom3 to setint getCustom3Rule()
void setCustom3Rule(int custom3Rule)
custom3Rule - the custom3Rule to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||