类 EbUserLevel

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_uid

      protected boolean isset_uid
    • isset_levelId

      protected boolean isset_levelId
    • isset_grade

      protected boolean isset_grade
    • isset_discount

      protected boolean isset_discount
    • isset_mark

      protected boolean isset_mark
    • isset_expiredTime

      protected boolean isset_expiredTime
    • isset_isDel

      protected boolean isset_isDel
    • isset_createTime

      protected boolean isset_createTime
    • isset_updateTime

      protected boolean isset_updateTime
  • 构造器详细资料

    • EbUserLevel

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

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

    • setPkValue

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

      public Integer getLevelId()
    • setLevelId

      public void setLevelId(Integer levelId)
    • isEmptyLevelId

      public boolean isEmptyLevelId()
    • getGrade

      public Integer getGrade()
    • setGrade

      public void setGrade(Integer grade)
    • isEmptyGrade

      public boolean isEmptyGrade()
    • getDiscount

      public Integer getDiscount()
    • setDiscount

      public void setDiscount(Integer discount)
    • isEmptyDiscount

      public boolean isEmptyDiscount()
    • getMark

      public String getMark()
    • setMark

      public void setMark(String mark)
    • isEmptyMark

      public boolean isEmptyMark()
    • getExpiredTime

      public Long getExpiredTime()
    • setExpiredTime

      public void setExpiredTime(Long expiredTime)
    • isEmptyExpiredTime

      public boolean isEmptyExpiredTime()
    • getIsDel

      public Integer getIsDel()
    • setIsDel

      public void setIsDel(Integer isDel)
    • isEmptyIsDel

      public boolean isEmptyIsDel()
    • getCreateTime

      public Long getCreateTime()
    • setCreateTime

      public void setCreateTime(Long createTime)
    • isEmptyCreateTime

      public boolean isEmptyCreateTime()
    • getUpdateTime

      public Long getUpdateTime()
    • setUpdateTime

      public void setUpdateTime(Long updateTime)
    • isEmptyUpdateTime

      public boolean isEmptyUpdateTime()
    • toString

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

      public EbUserLevel $clone()
      克隆