com.rf.ats.services.integration.webserv
Class SearchResultBean

java.lang.Object
  extended bycom.rf.ats.services.integration.webserv.SearchResultBean
All Implemented Interfaces:
java.io.Serializable

public class SearchResultBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SearchResultBean()
           
SearchResultBean(long id, double relevance)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this SearchResultBean.
 double getRelevance()
          Gets the relevance value for this SearchResultBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(long id)
          Sets the id value for this SearchResultBean.
 void setRelevance(double relevance)
          Sets the relevance value for this SearchResultBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultBean

public SearchResultBean()

SearchResultBean

public SearchResultBean(long id,
                        double relevance)
Method Detail

getId

public long getId()
Gets the id value for this SearchResultBean.

Returns:
id

setId

public void setId(long id)
Sets the id value for this SearchResultBean.

Parameters:
id -

getRelevance

public double getRelevance()
Gets the relevance value for this SearchResultBean.

Returns:
relevance

setRelevance

public void setRelevance(double relevance)
Sets the relevance value for this SearchResultBean.

Parameters:
relevance -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

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


getSerializer

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


getDeserializer

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