类 S_oper_log

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

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

    • ROW_MAPPER

      public static final S_oper_log ROW_MAPPER
      用于兼容老写法
    • isset_oper_id

      protected boolean isset_oper_id
    • isset_title

      protected boolean isset_title
    • isset_business_type

      protected boolean isset_business_type
    • isset_method

      protected boolean isset_method
    • isset_request_method

      protected boolean isset_request_method
    • isset_operate_user

      protected boolean isset_operate_user
    • isset_oper_name

      protected boolean isset_oper_name
    • isset_dept_name

      protected boolean isset_dept_name
    • isset_oper_url

      protected boolean isset_oper_url
    • isset_oper_ip

      protected boolean isset_oper_ip
    • isset_oper_location

      protected boolean isset_oper_location
    • isset_oper_param

      protected boolean isset_oper_param
    • isset_json_result

      protected boolean isset_json_result
    • isset_status

      protected boolean isset_status
    • isset_error_msg

      protected boolean isset_error_msg
    • isset_oper_time

      protected boolean isset_oper_time
  • 构造器详细资料

    • S_oper_log

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

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

    • setPkValue

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

      public Long getOper_id()
    • setOper_id

      public void setOper_id(Long oper_id)
    • isEmptyOper_id

      public boolean isEmptyOper_id()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • isEmptyTitle

      public boolean isEmptyTitle()
    • getBusiness_type

      public Integer getBusiness_type()
    • setBusiness_type

      public void setBusiness_type(Integer business_type)
    • isEmptyBusiness_type

      public boolean isEmptyBusiness_type()
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • isEmptyMethod

      public boolean isEmptyMethod()
    • getRequest_method

      public String getRequest_method()
    • setRequest_method

      public void setRequest_method(String request_method)
    • isEmptyRequest_method

      public boolean isEmptyRequest_method()
    • getOperate_user

      public Integer getOperate_user()
    • setOperate_user

      public void setOperate_user(Integer operate_user)
    • isEmptyOperate_user

      public boolean isEmptyOperate_user()
    • getOper_name

      public String getOper_name()
    • setOper_name

      public void setOper_name(String oper_name)
    • isEmptyOper_name

      public boolean isEmptyOper_name()
    • getDept_name

      public String getDept_name()
    • setDept_name

      public void setDept_name(String dept_name)
    • isEmptyDept_name

      public boolean isEmptyDept_name()
    • getOper_url

      public String getOper_url()
    • setOper_url

      public void setOper_url(String oper_url)
    • isEmptyOper_url

      public boolean isEmptyOper_url()
    • getOper_ip

      public String getOper_ip()
    • setOper_ip

      public void setOper_ip(String oper_ip)
    • isEmptyOper_ip

      public boolean isEmptyOper_ip()
    • getOper_location

      public String getOper_location()
    • setOper_location

      public void setOper_location(String oper_location)
    • isEmptyOper_location

      public boolean isEmptyOper_location()
    • getOper_param

      public String getOper_param()
    • setOper_param

      public void setOper_param(String oper_param)
    • isEmptyOper_param

      public boolean isEmptyOper_param()
    • getJson_result

      public String getJson_result()
    • setJson_result

      public void setJson_result(String json_result)
    • isEmptyJson_result

      public boolean isEmptyJson_result()
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • isEmptyStatus

      public boolean isEmptyStatus()
    • getError_msg

      public String getError_msg()
    • setError_msg

      public void setError_msg(String error_msg)
    • isEmptyError_msg

      public boolean isEmptyError_msg()
    • getOper_time

      public Long getOper_time()
    • setOper_time

      public void setOper_time(Long oper_time)
    • isEmptyOper_time

      public boolean isEmptyOper_time()
    • toString

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

      public S_oper_log $clone()
      克隆