X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FClusterJobId.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FClusterJobId.html;h=dd386b769bcff417348cec4f19741e5f203f80e2;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/ClusterJobId.html b/website/full_javadoc/compbio/engine/ClusterJobId.html new file mode 100644 index 0000000..dd386b7 --- /dev/null +++ b/website/full_javadoc/compbio/engine/ClusterJobId.html @@ -0,0 +1,297 @@ + + + + + + +ClusterJobId + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.engine +
+Class ClusterJobId

+
+java.lang.Object
+  extended by compbio.engine.ClusterJobId
+
+
+
+
@Immutable
+public class ClusterJobId
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ClusterJobId(String jobId) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetJobId() + +
+           
+ inthashCode() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ClusterJobId

+
+public ClusterJobId(String jobId)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getJobId

+
+public String getJobId()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+equals

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