类 EbCoupon

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_merId

      protected boolean isset_merId
    • isset_name

      protected boolean isset_name
    • isset_publisher

      protected boolean isset_publisher
    • isset_category

      protected boolean isset_category
    • isset_receiveType

      protected boolean isset_receiveType
    • isset_couponType

      protected boolean isset_couponType
    • isset_money

      protected boolean isset_money
    • isset_discount

      protected boolean isset_discount
    • isset_minPrice

      protected boolean isset_minPrice
    • isset_isLimited

      protected boolean isset_isLimited
    • isset_total

      protected boolean isset_total
    • isset_lastTotal

      protected boolean isset_lastTotal
    • isset_isTimeReceive

      protected boolean isset_isTimeReceive
    • isset_receiveStartTime

      protected boolean isset_receiveStartTime
    • isset_receiveEndTime

      protected boolean isset_receiveEndTime
    • isset_isFixedTime

      protected boolean isset_isFixedTime
    • isset_useStartTime

      protected boolean isset_useStartTime
    • isset_useEndTime

      protected boolean isset_useEndTime
    • isset_day

      protected boolean isset_day
    • isset_sort

      protected boolean isset_sort
    • isset_status

      protected boolean isset_status
    • isset_isDel

      protected boolean isset_isDel
    • isset_createTime

      protected boolean isset_createTime
    • isset_updateTime

      protected boolean isset_updateTime
  • 构造器详细资料

    • EbCoupon

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

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

    • setPkValue

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

      public Integer getId()
    • setId

      public void setId(Integer id)
    • isEmptyId

      public boolean isEmptyId()
    • getMerId

      public Integer getMerId()
    • setMerId

      public void setMerId(Integer merId)
    • isEmptyMerId

      public boolean isEmptyMerId()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isEmptyName

      public boolean isEmptyName()
    • getPublisher

      public Integer getPublisher()
    • setPublisher

      public void setPublisher(Integer publisher)
    • isEmptyPublisher

      public boolean isEmptyPublisher()
    • getCategory

      public Integer getCategory()
    • setCategory

      public void setCategory(Integer category)
    • isEmptyCategory

      public boolean isEmptyCategory()
    • getReceiveType

      public Integer getReceiveType()
    • setReceiveType

      public void setReceiveType(Integer receiveType)
    • isEmptyReceiveType

      public boolean isEmptyReceiveType()
    • getCouponType

      public Integer getCouponType()
    • setCouponType

      public void setCouponType(Integer couponType)
    • isEmptyCouponType

      public boolean isEmptyCouponType()
    • getMoney

      public Long getMoney()
    • setMoney

      public void setMoney(Long money)
    • isEmptyMoney

      public boolean isEmptyMoney()
    • getDiscount

      public Integer getDiscount()
    • setDiscount

      public void setDiscount(Integer discount)
    • isEmptyDiscount

      public boolean isEmptyDiscount()
    • getMinPrice

      public Long getMinPrice()
    • setMinPrice

      public void setMinPrice(Long minPrice)
    • isEmptyMinPrice

      public boolean isEmptyMinPrice()
    • getIsLimited

      public Integer getIsLimited()
    • setIsLimited

      public void setIsLimited(Integer isLimited)
    • isEmptyIsLimited

      public boolean isEmptyIsLimited()
    • getTotal

      public Integer getTotal()
    • setTotal

      public void setTotal(Integer total)
    • isEmptyTotal

      public boolean isEmptyTotal()
    • getLastTotal

      public Integer getLastTotal()
    • setLastTotal

      public void setLastTotal(Integer lastTotal)
    • isEmptyLastTotal

      public boolean isEmptyLastTotal()
    • getIsTimeReceive

      public Integer getIsTimeReceive()
    • setIsTimeReceive

      public void setIsTimeReceive(Integer isTimeReceive)
    • isEmptyIsTimeReceive

      public boolean isEmptyIsTimeReceive()
    • getReceiveStartTime

      public Long getReceiveStartTime()
    • setReceiveStartTime

      public void setReceiveStartTime(Long receiveStartTime)
    • isEmptyReceiveStartTime

      public boolean isEmptyReceiveStartTime()
    • getReceiveEndTime

      public Long getReceiveEndTime()
    • setReceiveEndTime

      public void setReceiveEndTime(Long receiveEndTime)
    • isEmptyReceiveEndTime

      public boolean isEmptyReceiveEndTime()
    • getIsFixedTime

      public Integer getIsFixedTime()
    • setIsFixedTime

      public void setIsFixedTime(Integer isFixedTime)
    • isEmptyIsFixedTime

      public boolean isEmptyIsFixedTime()
    • getUseStartTime

      public Long getUseStartTime()
    • setUseStartTime

      public void setUseStartTime(Long useStartTime)
    • isEmptyUseStartTime

      public boolean isEmptyUseStartTime()
    • getUseEndTime

      public Long getUseEndTime()
    • setUseEndTime

      public void setUseEndTime(Long useEndTime)
    • isEmptyUseEndTime

      public boolean isEmptyUseEndTime()
    • getDay

      public Integer getDay()
    • setDay

      public void setDay(Integer day)
    • isEmptyDay

      public boolean isEmptyDay()
    • getSort

      public Integer getSort()
    • setSort

      public void setSort(Integer sort)
    • isEmptySort

      public boolean isEmptySort()
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • isEmptyStatus

      public boolean isEmptyStatus()
    • 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 EbCoupon $clone()
      克隆