i3mclient.communication
Class WebSearchResult

java.lang.Object
  |
  +--i3mclient.communication.WebSearchResult
All Implemented Interfaces:
Serializable

public class WebSearchResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WebSearchResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 String getTitle()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUrl()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSearchResult

public WebSearchResult()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer