org.hyperic.hq.bizapp.shared.uibeans
Class SearchResult
java.lang.Object
org.hyperic.hq.bizapp.shared.uibeans.SearchResult
public class SearchResult
- extends java.lang.Object
Bean that describes a search result for the search service.
Constructor Summary |
SearchResult(java.lang.String name,
java.lang.String type,
java.lang.String id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SearchResult
public SearchResult(java.lang.String name,
java.lang.String type,
java.lang.String id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getResType
public java.lang.String getResType()
setResType
public void setResType(java.lang.String resType)
getAdeId
public java.lang.String getAdeId()
setAdeId
public void setAdeId(java.lang.String adeId)
toJson
public org.json.JSONObject toJson()
throws org.json.JSONException
- Throws:
org.json.JSONException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.