compbio.stat.servlet
Class ServiceTestResult

java.lang.Object
  extended by compbio.stat.servlet.ServiceTestResult

public class ServiceTestResult
extends Object

Value class for test results. Two ServiceTestResult are considered equals if their services are equals.

Author:
pvtroshin

Constructor Summary
ServiceTestResult(Services service)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDetails()
           
 Services getService()
           
 boolean getStatus()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceTestResult

public ServiceTestResult(Services service)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getService

public Services getService()

getStatus

public boolean getStatus()

getDetails

public String getDetails()