X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fservlet%2FServiceTestResult.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fservlet%2FServiceTestResult.html;h=9ed3f707dee926ebe2889526d4efd2414128c749;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/stat/servlet/ServiceTestResult.html b/website/full_javadoc/compbio/stat/servlet/ServiceTestResult.html new file mode 100644 index 0000000..9ed3f70 --- /dev/null +++ b/website/full_javadoc/compbio/stat/servlet/ServiceTestResult.html @@ -0,0 +1,365 @@ + + + + + + +ServiceTestResult + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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
+ booleanequals(Object obj) + +
+           
+ StringgetDetails() + +
+           
+ ServicesgetService() + +
+           
+ booleangetStatus() + +
+           
+ inthashCode() + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
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()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +