类 VacationQuotaAttr

java.lang.Object
com.github.shuaidd.dto.oa.VacationQuotaAttr

public class VacationQuotaAttr extends Object
描述
作者:
ddshuai date 2021-07-19 17:14
  • 字段详细资料

    • type

      private Integer type
    • autoResetTime

      private Integer autoResetTime
    • autoResetDuration

      private Integer autoResetDuration
    • quotaRuleType

      private Integer quotaRuleType
    • quotaRule

      private QuotaRule quotaRule
    • atEntryDate

      private Boolean atEntryDate
    • autoResetMonthDay

      private Integer autoResetMonthDay
  • 构造器详细资料

    • VacationQuotaAttr

      public VacationQuotaAttr()
  • 方法详细资料

    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • getAutoResetTime

      public Integer getAutoResetTime()
    • setAutoResetTime

      public void setAutoResetTime(Integer autoResetTime)
    • getAutoResetDuration

      public Integer getAutoResetDuration()
    • setAutoResetDuration

      public void setAutoResetDuration(Integer autoResetDuration)
    • getQuotaRuleType

      public Integer getQuotaRuleType()
    • setQuotaRuleType

      public void setQuotaRuleType(Integer quotaRuleType)
    • getQuotaRule

      public QuotaRule getQuotaRule()
    • setQuotaRule

      public void setQuotaRule(QuotaRule quotaRule)
    • getAtEntryDate

      public Boolean getAtEntryDate()
    • setAtEntryDate

      public void setAtEntryDate(Boolean atEntryDate)
    • getAutoResetMonthDay

      public Integer getAutoResetMonthDay()
    • setAutoResetMonthDay

      public void setAutoResetMonthDay(Integer autoResetMonthDay)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object