类 S_host

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_create_time

      protected boolean isset_create_time
    • isset_create_user

      protected boolean isset_create_user
    • isset_url

      protected boolean isset_url
    • isset_port

      protected boolean isset_port
    • isset_service_name

      protected boolean isset_service_name
    • isset_authentication

      protected boolean isset_authentication
    • isset_certification

      protected boolean isset_certification
    • isset_max_active

      protected boolean isset_max_active
  • 构造器详细资料

    • S_host

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

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

    • setPkValue

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

      public Long getId()
    • setId

      public void setId(Long 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()
    • getCreate_user

      public String getCreate_user()
    • setCreate_user

      public void setCreate_user(String create_user)
    • isEmptyCreate_user

      public boolean isEmptyCreate_user()
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • isEmptyUrl

      public boolean isEmptyUrl()
    • getPort

      public Integer getPort()
    • setPort

      public void setPort(Integer port)
    • isEmptyPort

      public boolean isEmptyPort()
    • getService_name

      public String getService_name()
    • setService_name

      public void setService_name(String service_name)
    • isEmptyService_name

      public boolean isEmptyService_name()
    • getAuthentication

      public String getAuthentication()
    • setAuthentication

      public void setAuthentication(String authentication)
    • isEmptyAuthentication

      public boolean isEmptyAuthentication()
    • getCertification

      public String getCertification()
    • setCertification

      public void setCertification(String certification)
    • isEmptyCertification

      public boolean isEmptyCertification()
    • getMax_active

      public Integer getMax_active()
    • setMax_active

      public void setMax_active(Integer max_active)
    • isEmptyMax_active

      public boolean isEmptyMax_active()
    • toString

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

      public S_host $clone()
      克隆