类 S_chat

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

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

    • isset_id

      protected boolean isset_id
    • isset_create_time

      protected boolean isset_create_time
    • isset_me

      protected boolean isset_me
    • isset_user_id

      protected boolean isset_user_id
    • isset_type

      protected boolean isset_type
    • isset_msg_type

      protected boolean isset_msg_type
    • isset_message

      protected boolean isset_message
    • isset_biz_id

      protected boolean isset_biz_id
  • 构造器详细资料

    • S_chat

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

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

    • setPkValue

      public void setPkValue(Object value)
      设置主键值
      指定者:
      setPkValue 在类中 com.walker.jdbc.BasePo<S_chat>
    • 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()
    • getMe

      public Long getMe()
    • setMe

      public void setMe(Long me)
    • isEmptyMe

      public boolean isEmptyMe()
    • getUser_id

      public Long getUser_id()
    • setUser_id

      public void setUser_id(Long user_id)
    • isEmptyUser_id

      public boolean isEmptyUser_id()
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • isEmptyType

      public boolean isEmptyType()
    • getMsg_type

      public String getMsg_type()
    • setMsg_type

      public void setMsg_type(String msg_type)
    • isEmptyMsg_type

      public boolean isEmptyMsg_type()
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • isEmptyMessage

      public boolean isEmptyMessage()
    • getBiz_id

      public String getBiz_id()
    • setBiz_id

      public void setBiz_id(String biz_id)
    • isEmptyBiz_id

      public boolean isEmptyBiz_id()
    • toString

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

      public S_chat $clone()
      克隆