类 EbUserBalanceRecord

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

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

    • isset_id

      protected boolean isset_id
    • isset_uid

      protected boolean isset_uid
    • isset_linkId

      protected boolean isset_linkId
    • isset_linkType

      protected boolean isset_linkType
    • isset_type

      protected boolean isset_type
    • isset_amount

      protected boolean isset_amount
    • isset_balance

      protected boolean isset_balance
    • isset_remark

      protected boolean isset_remark
    • isset_createTime

      protected boolean isset_createTime
    • isset_sign

      protected boolean isset_sign
    • isset_month

      protected boolean isset_month
  • 构造器详细资料

    • EbUserBalanceRecord

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

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

    • setPkValue

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

      public Long getId()
    • setId

      public void setId(Long id)
    • isEmptyId

      public boolean isEmptyId()
    • getUid

      public Long getUid()
    • setUid

      public void setUid(Long uid)
    • isEmptyUid

      public boolean isEmptyUid()
    • getLinkId

      public String getLinkId()
    • setLinkId

      public void setLinkId(String linkId)
    • isEmptyLinkId

      public boolean isEmptyLinkId()
    • getLinkType

      public String getLinkType()
    • setLinkType

      public void setLinkType(String linkType)
    • isEmptyLinkType

      public boolean isEmptyLinkType()
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • isEmptyType

      public boolean isEmptyType()
    • getAmount

      public Double getAmount()
    • setAmount

      public void setAmount(Double amount)
    • isEmptyAmount

      public boolean isEmptyAmount()
    • getBalance

      public Double getBalance()
    • setBalance

      public void setBalance(Double balance)
    • isEmptyBalance

      public boolean isEmptyBalance()
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • isEmptyRemark

      public boolean isEmptyRemark()
    • getCreateTime

      public Long getCreateTime()
    • setCreateTime

      public void setCreateTime(Long createTime)
    • isEmptyCreateTime

      public boolean isEmptyCreateTime()
    • getSign

      public String getSign()
    • setSign

      public void setSign(String sign)
    • isEmptySign

      public boolean isEmptySign()
    • getMonth

      public Integer getMonth()
    • setMonth

      public void setMonth(Integer month)
    • isEmptyMonth

      public boolean isEmptyMonth()
    • toString

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

      public EbUserBalanceRecord $clone()
      克隆