Class TrackerClass.RecordChange

    • Constructor Summary

      Constructors 
      Constructor Description
      RecordChange​(java.lang.Long recordID, int newStatus, 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

      • recordID

        protected final java.lang.Long recordID
      • newStatus

        protected final int newStatus
    • Constructor Detail

      • RecordChange

        public RecordChange​(java.lang.Long recordID,
                            int newStatus,
                            java.lang.String description)