类 S_dict_type

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

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

    • ROW_MAPPER

      public static final S_dict_type ROW_MAPPER
      用于兼容老写法
    • isset_dict_id

      protected boolean isset_dict_id
    • isset_dict_name

      protected boolean isset_dict_name
    • isset_dict_type

      protected boolean isset_dict_type
    • isset_status

      protected boolean isset_status
    • isset_create_by

      protected boolean isset_create_by
    • isset_create_time

      protected boolean isset_create_time
    • isset_remark

      protected boolean isset_remark
  • 构造器详细资料

    • S_dict_type

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

      public S_dict_type(Long dict_id)
      根据主键构造对象
  • 方法详细资料

    • setPkValue

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

      public Long getDict_id()
    • setDict_id

      public void setDict_id(Long dict_id)
    • isEmptyDict_id

      public boolean isEmptyDict_id()
    • getDict_name

      public String getDict_name()
    • setDict_name

      public void setDict_name(String dict_name)
    • isEmptyDict_name

      public boolean isEmptyDict_name()
    • getDict_type

      public String getDict_type()
    • setDict_type

      public void setDict_type(String dict_type)
    • isEmptyDict_type

      public boolean isEmptyDict_type()
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • isEmptyStatus

      public boolean isEmptyStatus()
    • getCreate_by

      public String getCreate_by()
    • setCreate_by

      public void setCreate_by(String create_by)
    • isEmptyCreate_by

      public boolean isEmptyCreate_by()
    • getCreate_time

      public Long getCreate_time()
    • setCreate_time

      public void setCreate_time(Long create_time)
    • isEmptyCreate_time

      public boolean isEmptyCreate_time()
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • isEmptyRemark

      public boolean isEmptyRemark()
    • toString

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

      public S_dict_type $clone()
      克隆