类 EbProductGuarantee

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_name

      protected boolean isset_name
    • isset_icon

      protected boolean isset_icon
    • isset_content

      protected boolean isset_content
    • isset_sort

      protected boolean isset_sort
    • isset_isShow

      protected boolean isset_isShow
    • isset_isDel

      protected boolean isset_isDel
    • isset_createTime

      protected boolean isset_createTime
    • isset_updateTime

      protected boolean isset_updateTime
  • 构造器详细资料

    • EbProductGuarantee

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

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

    • setPkValue

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

      public Integer getId()
    • setId

      public void setId(Integer id)
    • isEmptyId

      public boolean isEmptyId()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isEmptyName

      public boolean isEmptyName()
    • getIcon

      public String getIcon()
    • setIcon

      public void setIcon(String icon)
    • isEmptyIcon

      public boolean isEmptyIcon()
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • isEmptyContent

      public boolean isEmptyContent()
    • getSort

      public Integer getSort()
    • setSort

      public void setSort(Integer sort)
    • isEmptySort

      public boolean isEmptySort()
    • getIsShow

      public Integer getIsShow()
    • setIsShow

      public void setIsShow(Integer isShow)
    • isEmptyIsShow

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