类 S_message

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_create_time

      protected boolean isset_create_time
    • isset_creator

      protected boolean isset_creator
    • isset_msg_from

      protected boolean isset_msg_from
    • isset_receiver

      protected boolean isset_receiver
    • isset_channel_index

      protected boolean isset_channel_index
    • isset_time_type

      protected boolean isset_time_type
    • isset_delayed_time

      protected boolean isset_delayed_time
    • isset_title

      protected boolean isset_title
    • isset_content

      protected boolean isset_content
    • isset_broad_cast

      protected boolean isset_broad_cast
    • isset_option_type

      protected boolean isset_option_type
    • isset_option_id

      protected boolean isset_option_id
    • isset_read_done

      protected boolean isset_read_done
    • isset_read_time

      protected boolean isset_read_time
    • isset_failed

      protected boolean isset_failed
    • isset_summary

      protected boolean isset_summary
  • 构造器详细资料

    • S_message

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

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

    • setPkValue

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

      public String getId()
    • setId

      public void setId(String 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()
    • getCreator

      public String getCreator()
    • setCreator

      public void setCreator(String creator)
    • isEmptyCreator

      public boolean isEmptyCreator()
    • getMsg_from

      public String getMsg_from()
    • setMsg_from

      public void setMsg_from(String msg_from)
    • isEmptyMsg_from

      public boolean isEmptyMsg_from()
    • getReceiver

      public String getReceiver()
    • setReceiver

      public void setReceiver(String receiver)
    • isEmptyReceiver

      public boolean isEmptyReceiver()
    • getChannel_index

      public String getChannel_index()
    • setChannel_index

      public void setChannel_index(String channel_index)
    • isEmptyChannel_index

      public boolean isEmptyChannel_index()
    • getTime_type

      public Integer getTime_type()
    • setTime_type

      public void setTime_type(Integer time_type)
    • isEmptyTime_type

      public boolean isEmptyTime_type()
    • getDelayed_time

      public Long getDelayed_time()
    • setDelayed_time

      public void setDelayed_time(Long delayed_time)
    • isEmptyDelayed_time

      public boolean isEmptyDelayed_time()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • isEmptyTitle

      public boolean isEmptyTitle()
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • isEmptyContent

      public boolean isEmptyContent()
    • getBroad_cast

      public Integer getBroad_cast()
    • setBroad_cast

      public void setBroad_cast(Integer broad_cast)
    • isEmptyBroad_cast

      public boolean isEmptyBroad_cast()
    • getOption_type

      public String getOption_type()
    • setOption_type

      public void setOption_type(String option_type)
    • isEmptyOption_type

      public boolean isEmptyOption_type()
    • getOption_id

      public String getOption_id()
    • setOption_id

      public void setOption_id(String option_id)
    • isEmptyOption_id

      public boolean isEmptyOption_id()
    • getRead_done

      public Integer getRead_done()
    • setRead_done

      public void setRead_done(Integer read_done)
    • isEmptyRead_done

      public boolean isEmptyRead_done()
    • getRead_time

      public Long getRead_time()
    • setRead_time

      public void setRead_time(Long read_time)
    • isEmptyRead_time

      public boolean isEmptyRead_time()
    • getFailed

      public Integer getFailed()
    • setFailed

      public void setFailed(Integer failed)
    • isEmptyFailed

      public boolean isEmptyFailed()
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)
    • isEmptySummary

      public boolean isEmptySummary()
    • toString

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

      public S_message $clone()
      克隆