类 EbShippingTemplatesFree

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_tempId

      protected boolean isset_tempId
    • isset_cityId

      protected boolean isset_cityId
    • isset_title

      protected boolean isset_title
    • isset_number

      protected boolean isset_number
    • isset_price

      protected boolean isset_price
    • isset_type

      protected boolean isset_type
    • isset_uniqid

      protected boolean isset_uniqid
    • isset_createTime

      protected boolean isset_createTime
    • isset_updateTime

      protected boolean isset_updateTime
  • 构造器详细资料

    • EbShippingTemplatesFree

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

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

    • setPkValue

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

      public Integer getId()
    • setId

      public void setId(Integer id)
    • isEmptyId

      public boolean isEmptyId()
    • getTempId

      public Integer getTempId()
    • setTempId

      public void setTempId(Integer tempId)
    • isEmptyTempId

      public boolean isEmptyTempId()
    • getCityId

      public Integer getCityId()
    • setCityId

      public void setCityId(Integer cityId)
    • isEmptyCityId

      public boolean isEmptyCityId()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • isEmptyTitle

      public boolean isEmptyTitle()
    • getNumber

      public Double getNumber()
    • setNumber

      public void setNumber(Double number)
    • isEmptyNumber

      public boolean isEmptyNumber()
    • getPrice

      public Double getPrice()
    • setPrice

      public void setPrice(Double price)
    • isEmptyPrice

      public boolean isEmptyPrice()
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • isEmptyType

      public boolean isEmptyType()
    • getUniqid

      public String getUniqid()
    • setUniqid

      public void setUniqid(String uniqid)
    • isEmptyUniqid

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