compbio.stat.servlet
Class ServiceTestResult
java.lang.Object
compbio.stat.servlet.ServiceTestResult
public class ServiceTestResult
- extends java.lang.Object
Value class for test results. Two ServiceTestResult are considered equals if
their services are equals.
- Author:
- pvtroshin
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ServiceTestResult
public ServiceTestResult(Services service)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getService
public Services getService()
getStatus
public boolean getStatus()
getDetails
public java.lang.String getDetails()