X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FPullExecStatistics.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FPullExecStatistics.html;h=98dc21cd39f91ab9e14f255ae3a7257990f7fe7b;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html b/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html new file mode 100644 index 0000000..98dc21c --- /dev/null +++ b/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html @@ -0,0 +1,311 @@ + + + + + + +PullExecStatistics + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.data.msa.jaxws +
+Class PullExecStatistics

+
+java.lang.Object
+  extended by compbio.data.msa.jaxws.PullExecStatistics
+
+
+
+
public class PullExecStatistics
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
PullExecStatistics() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetJobId() + +
+           
+ longgetPosition() + +
+           
+ voidsetJobId(java.lang.String jobId) + +
+           
+ voidsetPosition(long position) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+PullExecStatistics

+
+public PullExecStatistics()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getJobId

+
+public java.lang.String getJobId()
+
+
+ +
Returns:
returns String
+
+
+
+ +

+setJobId

+
+public void setJobId(java.lang.String jobId)
+
+
+
Parameters:
jobId - the value for the jobId property
+
+
+
+ +

+getPosition

+
+public long getPosition()
+
+
+ +
Returns:
returns long
+
+
+
+ +

+setPosition

+
+public void setPosition(long position)
+
+
+
Parameters:
position - the value for the position property
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +