Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Class SearchSaveBean

java.lang.Object
  extended by com.esri.gpt.catalog.search.SearchSaveBean

public class SearchSaveBean
extends Object

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

SearchSaveBean

public SearchSaveBean(String id,
                      String name)
Instantiates a new search save bean.

Parameters:
id - the id
name - the name
Method Detail

getId

public String getId()
Gets the id.

Returns:
the id (never null)

setId

public void setId(String id)
Sets the id.

Parameters:
id - the new id

getName

public String getName()
Gets the name.

Returns:
the name (never null)

setName

public void setName(String name)
Sets the name.

Parameters:
name - the new name

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.