类 EbProductRelation

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

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

    • isset_id

      protected boolean isset_id
    • isset_uid

      protected boolean isset_uid
    • isset_productId

      protected boolean isset_productId
    • isset_type

      protected boolean isset_type
    • isset_category

      protected boolean isset_category
    • isset_createTime

      protected boolean isset_createTime
    • isset_updateTime

      protected boolean isset_updateTime
  • 构造器详细资料

    • EbProductRelation

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

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

    • setPkValue

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

      public Long getProductId()
    • setProductId

      public void setProductId(Long productId)
    • isEmptyProductId

      public boolean isEmptyProductId()
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isEmptyType

      public boolean isEmptyType()
    • getCategory

      public Integer getCategory()
    • setCategory

      public void setCategory(Integer category)
    • isEmptyCategory

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