Class DeletePlanBranchSettings


  • @Immutable
    public class DeletePlanBranchSettings
    extends Object
    • Constructor Detail

      • DeletePlanBranchSettings

        public DeletePlanBranchSettings​(boolean enabled,
                                        int deletedDays,
                                        int inactiveDays)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • getDeletedDays

        public int getDeletedDays()
      • getInactiveDays

        public int getInactiveDays()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object