Class SubmitTrackerToken
java.lang.Object
net.datenwerke.gxtdto.client.utilityservices.submittracker.SubmitTrackerToken
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this object to the specified object.voidlonggetId()inthashCode()Returns a hash code for thisLong.booleanvoidvoidsetSubmitCompleteCallback(SubmitCompleteCallback submitCompleteCallback)
-
Constructor Details
-
SubmitTrackerToken
public SubmitTrackerToken(long id)
-
-
Method Details
-
getId
public long getId() -
hashCode
public int hashCode()Returns a hash code for thisLong. The result is the exclusive OR of the two halves of the primitivelongvalue held by thisLongobject. That is, the hashcode is the value of the expression:(int) (this.longValue() ^ (this.longValue() >>> 32))
-
equals
Compares this object to the specified object. The result istrueif and only if the argument is notnulland is aLongobject that contains the samelongvalue as this object. -
setCompleted
public void setCompleted() -
failure
-
isRequestComplete
public boolean isRequestComplete() -
setSubmitCompleteCallback
-
getSubmitCompleteCallback
-