类 EbProductGuaranteeGroup

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_merId

      protected boolean isset_merId
    • isset_name

      protected boolean isset_name
    • isset_isDel

      protected boolean isset_isDel
    • isset_createTime

      protected boolean isset_createTime
    • isset_updateTime

      protected boolean isset_updateTime
  • 构造器详细资料

    • EbProductGuaranteeGroup

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

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

    • setPkValue

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