类 S_scheduler

java.lang.Object
com.walker.jdbc.BasePo<S_scheduler>
com.iplatform.model.po.S_scheduler
所有已实现的接口:
Serializable, Cloneable
直接已知子类:
S_scheduler_mapper

public class S_scheduler extends com.walker.jdbc.BasePo<S_scheduler>
表名:S_SCHEDULER *
作者:
genrator
另请参阅:
  • 字段详细资料

    • ROW_MAPPER

      public static final S_scheduler ROW_MAPPER
      用于兼容老写法
    • isset_id

      protected boolean isset_id
    • isset_create_time

      protected boolean isset_create_time
    • isset_name

      protected boolean isset_name
    • isset_status

      protected boolean isset_status
    • isset_start_time

      protected boolean isset_start_time
    • isset_end_time

      protected boolean isset_end_time
    • isset_interval_time

      protected boolean isset_interval_time
    • isset_sleep_time

      protected boolean isset_sleep_time
    • isset_sleep_option

      protected boolean isset_sleep_option
    • isset_period_type

      protected boolean isset_period_type
    • isset_time_type

      protected boolean isset_time_type
    • isset_year

      protected boolean isset_year
    • isset_month

      protected boolean isset_month
    • isset_day

      protected boolean isset_day
    • isset_hour

      protected boolean isset_hour
    • isset_ranges

      protected boolean isset_ranges
    • isset_dept

      protected boolean isset_dept
    • isset_class_name

      protected boolean isset_class_name
    • isset_pause_time

      protected boolean isset_pause_time
    • isset_summary

      protected boolean isset_summary
  • 构造器详细资料

    • S_scheduler

      public S_scheduler()
      默认构造函数
    • S_scheduler

      public S_scheduler(Integer id)
      根据主键构造对象
  • 方法详细资料

    • setPkValue

      public void setPkValue(Object value)
      设置主键值
      指定者:
      setPkValue 在类中 com.walker.jdbc.BasePo<S_scheduler>
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • isEmptyId

      public boolean isEmptyId()
    • getCreate_time

      public Long getCreate_time()
    • setCreate_time

      public void setCreate_time(Long create_time)
    • isEmptyCreate_time

      public boolean isEmptyCreate_time()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isEmptyName

      public boolean isEmptyName()
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • isEmptyStatus

      public boolean isEmptyStatus()
    • getStart_time

      public Long getStart_time()
    • setStart_time

      public void setStart_time(Long start_time)
    • isEmptyStart_time

      public boolean isEmptyStart_time()
    • getEnd_time

      public Long getEnd_time()
    • setEnd_time

      public void setEnd_time(Long end_time)
    • isEmptyEnd_time

      public boolean isEmptyEnd_time()
    • getInterval_time

      public Integer getInterval_time()
    • setInterval_time

      public void setInterval_time(Integer interval_time)
    • isEmptyInterval_time

      public boolean isEmptyInterval_time()
    • getSleep_time

      public Integer getSleep_time()
    • setSleep_time

      public void setSleep_time(Integer sleep_time)
    • isEmptySleep_time

      public boolean isEmptySleep_time()
    • getSleep_option

      public Integer getSleep_option()
    • setSleep_option

      public void setSleep_option(Integer sleep_option)
    • isEmptySleep_option

      public boolean isEmptySleep_option()
    • getPeriod_type

      public String getPeriod_type()
    • setPeriod_type

      public void setPeriod_type(String period_type)
    • isEmptyPeriod_type

      public boolean isEmptyPeriod_type()
    • getTime_type

      public String getTime_type()
    • setTime_type

      public void setTime_type(String time_type)
    • isEmptyTime_type

      public boolean isEmptyTime_type()
    • getYear

      public Integer getYear()
    • setYear

      public void setYear(Integer year)
    • isEmptyYear

      public boolean isEmptyYear()
    • getMonth

      public Integer getMonth()
    • setMonth

      public void setMonth(Integer month)
    • isEmptyMonth

      public boolean isEmptyMonth()
    • getDay

      public Integer getDay()
    • setDay

      public void setDay(Integer day)
    • isEmptyDay

      public boolean isEmptyDay()
    • getHour

      public Integer getHour()
    • setHour

      public void setHour(Integer hour)
    • isEmptyHour

      public boolean isEmptyHour()
    • getRanges

      public String getRanges()
    • setRanges

      public void setRanges(String ranges)
    • isEmptyRanges

      public boolean isEmptyRanges()
    • getDept

      public Long getDept()
    • setDept

      public void setDept(Long dept)
    • isEmptyDept

      public boolean isEmptyDept()
    • getClass_name

      public String getClass_name()
    • setClass_name

      public void setClass_name(String class_name)
    • isEmptyClass_name

      public boolean isEmptyClass_name()
    • getPause_time

      public Long getPause_time()
    • setPause_time

      public void setPause_time(Long pause_time)
    • isEmptyPause_time

      public boolean isEmptyPause_time()
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)
    • isEmptySummary

      public boolean isEmptySummary()
    • toString

      public String toString()
      重写 toString() 方法
      覆盖:
      toString 在类中 Object
    • $clone

      public S_scheduler $clone()
      克隆