Class RuleMaxEndDate


  • public class RuleMaxEndDate
    extends java.lang.Object
    Rule
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.LocalDate getMaxEndDate()  
      void setMaxEndDate​(java.time.LocalDate maxEndDate)  
      • Methods inherited from class java.lang.Object

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

      • RuleMaxEndDate

        public RuleMaxEndDate()
      • RuleMaxEndDate

        public RuleMaxEndDate​(java.time.LocalDate endDate)
    • Method Detail

      • getMaxEndDate

        public java.time.LocalDate getMaxEndDate()
      • setMaxEndDate

        public void setMaxEndDate​(java.time.LocalDate maxEndDate)