Class GPRule

  • Direct Known Subclasses:
    AbandonedRule, UnusedRule

    public abstract class GPRule
    extends MetaRule
    A rule with a grace period

    Created by Jeff Gaynor
    on 2/12/24 at 4:45 PM

    • Constructor Detail

      • GPRule

        public GPRule()
    • Method Detail

      • getGracePeriod

        public long getGracePeriod()
      • setGracePeriod

        public void setGracePeriod​(long gracePeriod)
      • isGracePeriodSet

        public boolean isGracePeriodSet()
      • applies

        public abstract boolean applies​(Long created,
                                        Long accessed,
                                        Long modified)