applications.proxy.dialog
Class SearchResultData


public class SearchResultData
implements Comparable


Field Summary
 protected AgentPropertiesm_agentProperties
           
 protected Collectionm_knowledge
           

Constructor Summary
SearchResultData(AgentProperties agentProperties, Collection knowledge)
           

Method Summary
 intcompareTo(Object o)
           
 booleanequals(Object o)
           
 AgentPropertiesgetAgentProperties()
           
 CollectiongetKnowledge()
           
 inthashCode()
           
 protected voidsetAgentProperties(AgentProperties agentProperties)
           
 protected voidsetKnowledge(Collection knowledge)
           
 StringtoString()
           

Field Detail

m_agentProperties

protected AgentProperties m_agentProperties

m_knowledge

protected Collection m_knowledge
Constructor Detail

SearchResultData

public SearchResultData(AgentProperties agentProperties, Collection knowledge)
Method Detail

compareTo

public int compareTo(Object o)

equals

public boolean equals(Object o)

getAgentProperties

public AgentProperties getAgentProperties()

getKnowledge

public Collection getKnowledge()

hashCode

public int hashCode()

setAgentProperties

protected void setAgentProperties(AgentProperties agentProperties)

setKnowledge

protected void setKnowledge(Collection knowledge)

toString

public String toString()