类 SfNotification

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

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

    • isset_id

      protected boolean isset_id
    • isset_mark

      protected boolean isset_mark
    • isset_type

      protected boolean isset_type
    • isset_description

      protected boolean isset_description
    • isset_isWechat

      protected boolean isset_isWechat
    • isset_wechatId

      protected boolean isset_wechatId
    • isset_isRoutine

      protected boolean isset_isRoutine
    • isset_routineId

      protected boolean isset_routineId
    • isset_isSms

      protected boolean isset_isSms
    • isset_smsId

      protected boolean isset_smsId
    • isset_sendType

      protected boolean isset_sendType
    • isset_createTime

      protected boolean isset_createTime
  • 构造器详细资料

    • SfNotification

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

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

    • setPkValue

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

      public Long getId()
    • setId

      public void setId(Long id)
    • isEmptyId

      public boolean isEmptyId()
    • getMark

      public String getMark()
    • setMark

      public void setMark(String mark)
    • isEmptyMark

      public boolean isEmptyMark()
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isEmptyType

      public boolean isEmptyType()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isEmptyDescription

      public boolean isEmptyDescription()
    • getIsWechat

      public Integer getIsWechat()
    • setIsWechat

      public void setIsWechat(Integer isWechat)
    • isEmptyIsWechat

      public boolean isEmptyIsWechat()
    • getWechatId

      public Integer getWechatId()
    • setWechatId

      public void setWechatId(Integer wechatId)
    • isEmptyWechatId

      public boolean isEmptyWechatId()
    • getIsRoutine

      public Integer getIsRoutine()
    • setIsRoutine

      public void setIsRoutine(Integer isRoutine)
    • isEmptyIsRoutine

      public boolean isEmptyIsRoutine()
    • getRoutineId

      public Integer getRoutineId()
    • setRoutineId

      public void setRoutineId(Integer routineId)
    • isEmptyRoutineId

      public boolean isEmptyRoutineId()
    • getIsSms

      public Integer getIsSms()
    • setIsSms

      public void setIsSms(Integer isSms)
    • isEmptyIsSms

      public boolean isEmptyIsSms()
    • getSmsId

      public Integer getSmsId()
    • setSmsId

      public void setSmsId(Integer smsId)
    • isEmptySmsId

      public boolean isEmptySmsId()
    • getSendType

      public Integer getSendType()
    • setSendType

      public void setSendType(Integer sendType)
    • isEmptySendType

      public boolean isEmptySendType()
    • getCreateTime

      public Long getCreateTime()
    • setCreateTime

      public void setCreateTime(Long createTime)
    • isEmptyCreateTime

      public boolean isEmptyCreateTime()
    • toString

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

      public SfNotification $clone()
      克隆