Class TrackerClass.JobChange

    • Constructor Summary

      Constructors 
      Constructor Description
      JobChange​(java.lang.Long jobID, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean applies​(java.lang.Long recordID)  
      java.lang.String getDescription()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jobID

        protected final java.lang.Long jobID
    • Constructor Detail

      • JobChange

        public JobChange​(java.lang.Long jobID,
                         java.lang.String description)