类 EbProductAttrValue

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

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

    • ROW_MAPPER

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

      protected boolean isset_id
    • isset_productId

      protected boolean isset_productId
    • isset_sku

      protected boolean isset_sku
    • isset_stock

      protected boolean isset_stock
    • isset_sales

      protected boolean isset_sales
    • isset_price

      protected boolean isset_price
    • isset_image

      protected boolean isset_image
    • isset_cost

      protected boolean isset_cost
    • isset_barCode

      protected boolean isset_barCode
    • isset_otPrice

      protected boolean isset_otPrice
    • isset_weight

      protected boolean isset_weight
    • isset_volume

      protected boolean isset_volume
    • isset_brokerage

      protected boolean isset_brokerage
    • isset_brokerageTwo

      protected boolean isset_brokerageTwo
    • isset_type

      protected boolean isset_type
    • isset_quota

      protected boolean isset_quota
    • isset_quotaShow

      protected boolean isset_quotaShow
    • isset_attrValue

      protected boolean isset_attrValue
    • isset_isDel

      protected boolean isset_isDel
    • isset_version

      protected boolean isset_version
    • isset_masterId

      protected boolean isset_masterId
    • isset_isCallback

      protected boolean isset_isCallback
  • 构造器详细资料

    • EbProductAttrValue

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

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

    • setPkValue

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

      public Integer getId()
    • setId

      public void setId(Integer id)
    • isEmptyId

      public boolean isEmptyId()
    • getProductId

      public Long getProductId()
    • setProductId

      public void setProductId(Long productId)
    • isEmptyProductId

      public boolean isEmptyProductId()
    • getSku

      public String getSku()
    • setSku

      public void setSku(String sku)
    • isEmptySku

      public boolean isEmptySku()
    • getStock

      public Integer getStock()
    • setStock

      public void setStock(Integer stock)
    • isEmptyStock

      public boolean isEmptyStock()
    • getSales

      public Integer getSales()
    • setSales

      public void setSales(Integer sales)
    • isEmptySales

      public boolean isEmptySales()
    • getPrice

      public Double getPrice()
    • setPrice

      public void setPrice(Double price)
    • isEmptyPrice

      public boolean isEmptyPrice()
    • getImage

      public String getImage()
    • setImage

      public void setImage(String image)
    • isEmptyImage

      public boolean isEmptyImage()
    • getCost

      public Double getCost()
    • setCost

      public void setCost(Double cost)
    • isEmptyCost

      public boolean isEmptyCost()
    • getBarCode

      public String getBarCode()
    • setBarCode

      public void setBarCode(String barCode)
    • isEmptyBarCode

      public boolean isEmptyBarCode()
    • getOtPrice

      public Double getOtPrice()
    • setOtPrice

      public void setOtPrice(Double otPrice)
    • isEmptyOtPrice

      public boolean isEmptyOtPrice()
    • getWeight

      public Double getWeight()
    • setWeight

      public void setWeight(Double weight)
    • isEmptyWeight

      public boolean isEmptyWeight()
    • getVolume

      public Double getVolume()
    • setVolume

      public void setVolume(Double volume)
    • isEmptyVolume

      public boolean isEmptyVolume()
    • getBrokerage

      public Double getBrokerage()
    • setBrokerage

      public void setBrokerage(Double brokerage)
    • isEmptyBrokerage

      public boolean isEmptyBrokerage()
    • getBrokerageTwo

      public Double getBrokerageTwo()
    • setBrokerageTwo

      public void setBrokerageTwo(Double brokerageTwo)
    • isEmptyBrokerageTwo

      public boolean isEmptyBrokerageTwo()
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • isEmptyType

      public boolean isEmptyType()
    • getQuota

      public Integer getQuota()
    • setQuota

      public void setQuota(Integer quota)
    • isEmptyQuota

      public boolean isEmptyQuota()
    • getQuotaShow

      public Integer getQuotaShow()
    • setQuotaShow

      public void setQuotaShow(Integer quotaShow)
    • isEmptyQuotaShow

      public boolean isEmptyQuotaShow()
    • getAttrValue

      public String getAttrValue()
    • setAttrValue

      public void setAttrValue(String attrValue)
    • isEmptyAttrValue

      public boolean isEmptyAttrValue()
    • getIsDel

      public Integer getIsDel()
    • setIsDel

      public void setIsDel(Integer isDel)
    • isEmptyIsDel

      public boolean isEmptyIsDel()
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • isEmptyVersion

      public boolean isEmptyVersion()
    • getMasterId

      public Integer getMasterId()
    • setMasterId

      public void setMasterId(Integer masterId)
    • isEmptyMasterId

      public boolean isEmptyMasterId()
    • getIsCallback

      public Integer getIsCallback()
    • setIsCallback

      public void setIsCallback(Integer isCallback)
    • isEmptyIsCallback

      public boolean isEmptyIsCallback()
    • toString

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

      public EbProductAttrValue $clone()
      克隆