类 S_dept

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_parent_id

      protected boolean isset_parent_id
    • isset_org_id

      protected boolean isset_org_id
    • isset_ancestors

      protected boolean isset_ancestors
    • isset_dept_name

      protected boolean isset_dept_name
    • isset_order_num

      protected boolean isset_order_num
    • isset_leader

      protected boolean isset_leader
    • isset_phone

      protected boolean isset_phone
    • isset_email

      protected boolean isset_email
    • isset_status

      protected boolean isset_status
    • isset_del_flag

      protected boolean isset_del_flag
    • isset_create_by

      protected boolean isset_create_by
    • isset_create_time

      protected boolean isset_create_time
    • isset_attribute

      protected boolean isset_attribute
    • isset_org_type

      protected boolean isset_org_type
    • isset_charge_man

      protected boolean isset_charge_man
    • isset_menu_type

      protected boolean isset_menu_type
  • 构造器详细资料

    • S_dept

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

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

    • setPkValue

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

      public Long getId()
    • setId

      public void setId(Long id)
    • isEmptyId

      public boolean isEmptyId()
    • getParent_id

      public Long getParent_id()
    • setParent_id

      public void setParent_id(Long parent_id)
    • isEmptyParent_id

      public boolean isEmptyParent_id()
    • getOrg_id

      public Long getOrg_id()
    • setOrg_id

      public void setOrg_id(Long org_id)
    • isEmptyOrg_id

      public boolean isEmptyOrg_id()
    • getAncestors

      public String getAncestors()
    • setAncestors

      public void setAncestors(String ancestors)
    • isEmptyAncestors

      public boolean isEmptyAncestors()
    • getDept_name

      public String getDept_name()
    • setDept_name

      public void setDept_name(String dept_name)
    • isEmptyDept_name

      public boolean isEmptyDept_name()
    • getOrder_num

      public Integer getOrder_num()
    • setOrder_num

      public void setOrder_num(Integer order_num)
    • isEmptyOrder_num

      public boolean isEmptyOrder_num()
    • getLeader

      public String getLeader()
    • setLeader

      public void setLeader(String leader)
    • isEmptyLeader

      public boolean isEmptyLeader()
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • isEmptyPhone

      public boolean isEmptyPhone()
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • isEmptyEmail

      public boolean isEmptyEmail()
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • isEmptyStatus

      public boolean isEmptyStatus()
    • getDel_flag

      public Integer getDel_flag()
    • setDel_flag

      public void setDel_flag(Integer del_flag)
    • isEmptyDel_flag

      public boolean isEmptyDel_flag()
    • 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()
    • getAttribute

      public String getAttribute()
    • setAttribute

      public void setAttribute(String attribute)
    • isEmptyAttribute

      public boolean isEmptyAttribute()
    • getOrg_type

      public Integer getOrg_type()
    • setOrg_type

      public void setOrg_type(Integer org_type)
    • isEmptyOrg_type

      public boolean isEmptyOrg_type()
    • getCharge_man

      public String getCharge_man()
    • setCharge_man

      public void setCharge_man(String charge_man)
    • isEmptyCharge_man

      public boolean isEmptyCharge_man()
    • getMenu_type

      public Integer getMenu_type()
    • setMenu_type

      public void setMenu_type(Integer menu_type)
    • isEmptyMenu_type

      public boolean isEmptyMenu_type()
    • toString

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

      public S_dept $clone()
      克隆