|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_ZoneSearch
public class S_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 | |
|---|---|
S_ZoneSearch()
|
|
| 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 S_ZoneSearch()
| Method Detail |
|---|
public java.lang.String getSearchString()
public void setSearchString(java.lang.String _searchString)
_searchString - the searchString to setpublic int getSearchStringRule()
public void setSearchStringRule(int _searchStringRule)
_searchStringRule - the searchStringRule to setpublic int getId()
public void setId(int _id)
_id - the id to setpublic int getCountryId()
public void setCountryId(int _countryId)
_countryId - the countryId to setpublic java.lang.String getCode()
public void setCode(java.lang.String _code)
_code - the code to setpublic int getCodeRule()
public void setCodeRule(int _codeRule)
_codeRule - the codeRule to setpublic java.lang.String getName()
public void setName(java.lang.String _name)
_name - the name to setpublic int getNameRule()
public void setNameRule(int _nameRule)
_nameRule - the nameRule to setpublic java.lang.Boolean getInvisible()
public void setInvisible(java.lang.Boolean _invisible)
_invisible - the invisible to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic int getCustom1Rule()
public void setCustom1Rule(int _custom1Rule)
_custom1Rule - the custom1Rule to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - the custom2 to setpublic int getCustom2Rule()
public void setCustom2Rule(int _custom2Rule)
_custom2Rule - the custom2Rule to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - the custom3 to setpublic int getCustom3Rule()
public 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 | ||||||||