java.lang.Object
net.datenwerke.gxtdto.client.utilityservices.submittracker.SubmitTrackerToken

public class SubmitTrackerToken extends Object
  • Constructor Details

    • SubmitTrackerToken

      public SubmitTrackerToken(long id)
  • Method Details

    • getId

      public long getId()
    • hashCode

      public int hashCode()
      Returns a hash code for this Long. The result is the exclusive OR of the two halves of the primitive long value held by this Long object. That is, the hashcode is the value of the expression:
       (int) (this.longValue() ^ (this.longValue() >>> 32))
       
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for this object.
    • equals

      public boolean equals(Object obj)
      Compares this object to the specified object. The result is true if and only if the argument is not null and is a Long object that contains the same long value as this object.
      Overrides:
      equals in class Object
      Parameters:
      obj - the object to compare with.
      Returns:
      true if the objects are the same; false otherwise.
    • setCompleted

      public void setCompleted()
    • failure

      public void failure(Throwable t)
    • isRequestComplete

      public boolean isRequestComplete()
    • setSubmitCompleteCallback

      public void setSubmitCompleteCallback(SubmitCompleteCallback submitCompleteCallback)
    • getSubmitCompleteCallback

      public SubmitCompleteCallback getSubmitCompleteCallback()