Class ScheduleManagementPanel.PySaveContext

  • Enclosing class:
    ScheduleManagementPanel

    public static class ScheduleManagementPanel.PySaveContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PySaveContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReason()  
      boolean isReject()  
      void rejectSave​(java.lang.String reason)  
      • Methods inherited from class java.lang.Object

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

      • PySaveContext

        public PySaveContext()
    • Method Detail

      • rejectSave

        public void rejectSave​(java.lang.String reason)
      • isReject

        public boolean isReject()
      • getReason

        public java.lang.String getReason()