类 EbMerchantProductGuaranteeGroup

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_groupId

      protected boolean isset_groupId
    • isset_gid

      protected boolean isset_gid
    • isset_isShow

      protected boolean isset_isShow
  • 构造器详细资料

    • EbMerchantProductGuaranteeGroup

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

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

    • setPkValue

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

      public String getId()
    • setId

      public void setId(String id)
    • isEmptyId

      public boolean isEmptyId()
    • getGroupId

      public Integer getGroupId()
    • setGroupId

      public void setGroupId(Integer groupId)
    • isEmptyGroupId

      public boolean isEmptyGroupId()
    • getGid

      public Integer getGid()
    • setGid

      public void setGid(Integer gid)
    • isEmptyGid

      public boolean isEmptyGid()
    • getIsShow

      public Integer getIsShow()
    • setIsShow

      public void setIsShow(Integer isShow)
    • isEmptyIsShow

      public boolean isEmptyIsShow()
    • toString

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

      克隆