|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.search.SearchSaveBean
public class SearchSaveBean
The Class SearchSaveBean. Bean representing a saved search.
Constructor Summary | |
---|---|
SearchSaveBean(String id,
String name)
Instantiates a new search save bean. |
Method Summary | |
---|---|
String |
getId()
Gets the id. |
String |
getName()
Gets the name. |
void |
setId(String id)
Sets the id. |
void |
setName(String name)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchSaveBean(String id, String name)
id
- the idname
- the nameMethod Detail |
---|
public String getId()
public void setId(String id)
id
- the new idpublic String getName()
public void setName(String name)
name
- the new name
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |