类 S_role

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

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

    • isset_role_id

      protected boolean isset_role_id
    • isset_role_name

      protected boolean isset_role_name
    • isset_role_key

      protected boolean isset_role_key
    • isset_role_sort

      protected boolean isset_role_sort
    • isset_data_scope

      protected boolean isset_data_scope
    • isset_menu_check_strictly

      protected boolean isset_menu_check_strictly
    • isset_dept_check_strictly

      protected boolean isset_dept_check_strictly
    • isset_status

      protected boolean isset_status
    • isset_del_flag

      protected boolean isset_del_flag
    • isset_remark

      protected boolean isset_remark
    • isset_org_id

      protected boolean isset_org_id
    • isset_type

      protected boolean isset_type
  • 构造器详细资料

    • S_role

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

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

    • setPkValue

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

      public Long getRole_id()
    • setRole_id

      public void setRole_id(Long role_id)
    • isEmptyRole_id

      public boolean isEmptyRole_id()
    • getRole_name

      public String getRole_name()
    • setRole_name

      public void setRole_name(String role_name)
    • isEmptyRole_name

      public boolean isEmptyRole_name()
    • getRole_key

      public String getRole_key()
    • setRole_key

      public void setRole_key(String role_key)
    • isEmptyRole_key

      public boolean isEmptyRole_key()
    • getRole_sort

      public Integer getRole_sort()
    • setRole_sort

      public void setRole_sort(Integer role_sort)
    • isEmptyRole_sort

      public boolean isEmptyRole_sort()
    • getData_scope

      public Integer getData_scope()
    • setData_scope

      public void setData_scope(Integer data_scope)
    • isEmptyData_scope

      public boolean isEmptyData_scope()
    • getMenu_check_strictly

      public Integer getMenu_check_strictly()
    • setMenu_check_strictly

      public void setMenu_check_strictly(Integer menu_check_strictly)
    • isEmptyMenu_check_strictly

      public boolean isEmptyMenu_check_strictly()
    • getDept_check_strictly

      public Integer getDept_check_strictly()
    • setDept_check_strictly

      public void setDept_check_strictly(Integer dept_check_strictly)
    • isEmptyDept_check_strictly

      public boolean isEmptyDept_check_strictly()
    • 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()
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • isEmptyRemark

      public boolean isEmptyRemark()
    • getOrg_id

      public Long getOrg_id()
    • setOrg_id

      public void setOrg_id(Long org_id)
    • isEmptyOrg_id

      public boolean isEmptyOrg_id()
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • isEmptyType

      public boolean isEmptyType()
    • toString

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

      public S_role $clone()
      克隆