Class EBrand

java.lang.Object
cn.vertxup.erp.domain.tables.pojos.EBrand
All Implemented Interfaces:
IEBrand, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class EBrand extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IEBrand
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.E_BRAND.KEY. 「key」- 品牌ID
      Specified by:
      getKey in interface IEBrand
    • setKey

      public EBrand setKey(String key)
      Setter for DB_ETERNAL.E_BRAND.KEY. 「key」- 品牌ID
      Specified by:
      setKey in interface IEBrand
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.E_BRAND.CODE. 「code」- 品牌编码
      Specified by:
      getCode in interface IEBrand
    • setCode

      public EBrand setCode(String code)
      Setter for DB_ETERNAL.E_BRAND.CODE. 「code」- 品牌编码
      Specified by:
      setCode in interface IEBrand
    • getName

      public String getName()
      Getter for DB_ETERNAL.E_BRAND.NAME. 「name」- 品牌名称
      Specified by:
      getName in interface IEBrand
    • setName

      public EBrand setName(String name)
      Setter for DB_ETERNAL.E_BRAND.NAME. 「name」- 品牌名称
      Specified by:
      setName in interface IEBrand
    • getAlias

      public String getAlias()
      Getter for DB_ETERNAL.E_BRAND.ALIAS. 「alias」- 品牌别名
      Specified by:
      getAlias in interface IEBrand
    • setAlias

      public EBrand setAlias(String alias)
      Setter for DB_ETERNAL.E_BRAND.ALIAS. 「alias」- 品牌别名
      Specified by:
      setAlias in interface IEBrand
    • getCompanyName

      public String getCompanyName()
      Getter for DB_ETERNAL.E_BRAND.COMPANY_NAME. 「companyName」- 品牌公司名
      Specified by:
      getCompanyName in interface IEBrand
    • setCompanyName

      public EBrand setCompanyName(String companyName)
      Setter for DB_ETERNAL.E_BRAND.COMPANY_NAME. 「companyName」- 品牌公司名
      Specified by:
      setCompanyName in interface IEBrand
    • getCategoryCode

      public String getCategoryCode()
      Getter for DB_ETERNAL.E_BRAND.CATEGORY_CODE. 「categoryCode」- 类别代码
      Specified by:
      getCategoryCode in interface IEBrand
    • setCategoryCode

      public EBrand setCategoryCode(String categoryCode)
      Setter for DB_ETERNAL.E_BRAND.CATEGORY_CODE. 「categoryCode」- 类别代码
      Specified by:
      setCategoryCode in interface IEBrand
    • getCategoryName

      public String getCategoryName()
      Getter for DB_ETERNAL.E_BRAND.CATEGORY_NAME. 「categoryName」- 类别名称
      Specified by:
      getCategoryName in interface IEBrand
    • setCategoryName

      public EBrand setCategoryName(String categoryName)
      Setter for DB_ETERNAL.E_BRAND.CATEGORY_NAME. 「categoryName」- 类别名称
      Specified by:
      setCategoryName in interface IEBrand
    • getArea

      public String getArea()
      Getter for DB_ETERNAL.E_BRAND.AREA. 「area」- GB/T2659-2000国际标准区域码
      Specified by:
      getArea in interface IEBrand
    • setArea

      public EBrand setArea(String area)
      Setter for DB_ETERNAL.E_BRAND.AREA. 「area」- GB/T2659-2000国际标准区域码
      Specified by:
      setArea in interface IEBrand
    • getAreaName

      public String getAreaName()
      Getter for DB_ETERNAL.E_BRAND.AREA_NAME. 「areaName」- 区域名称
      Specified by:
      getAreaName in interface IEBrand
    • setAreaName

      public EBrand setAreaName(String areaName)
      Setter for DB_ETERNAL.E_BRAND.AREA_NAME. 「areaName」- 区域名称
      Specified by:
      setAreaName in interface IEBrand
    • getAreaCategory

      public String getAreaCategory()
      Getter for DB_ETERNAL.E_BRAND.AREA_CATEGORY. 「areaCategory」- 区域类别码
      Specified by:
      getAreaCategory in interface IEBrand
    • setAreaCategory

      public EBrand setAreaCategory(String areaCategory)
      Setter for DB_ETERNAL.E_BRAND.AREA_CATEGORY. 「areaCategory」- 区域类别码
      Specified by:
      setAreaCategory in interface IEBrand
    • getMetadata

      public String getMetadata()
      Getter for DB_ETERNAL.E_BRAND.METADATA. 「metadata」- 附加配置
      Specified by:
      getMetadata in interface IEBrand
    • setMetadata

      public EBrand setMetadata(String metadata)
      Setter for DB_ETERNAL.E_BRAND.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IEBrand
    • getActive

      public Boolean getActive()
      Getter for DB_ETERNAL.E_BRAND.ACTIVE. 「active」- 是否启用
      Specified by:
      getActive in interface IEBrand
    • setActive

      public EBrand setActive(Boolean active)
      Setter for DB_ETERNAL.E_BRAND.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IEBrand
    • getSigma

      public String getSigma()
      Getter for DB_ETERNAL.E_BRAND.SIGMA. 「sigma」- 统一标识(公司所属应用)
      Specified by:
      getSigma in interface IEBrand
    • setSigma

      public EBrand setSigma(String sigma)
      Setter for DB_ETERNAL.E_BRAND.SIGMA. 「sigma」- 统一标识(公司所属应用)
      Specified by:
      setSigma in interface IEBrand
    • getLanguage

      public String getLanguage()
      Getter for DB_ETERNAL.E_BRAND.LANGUAGE. 「language」- 使用的语言
      Specified by:
      getLanguage in interface IEBrand
    • setLanguage

      public EBrand setLanguage(String language)
      Setter for DB_ETERNAL.E_BRAND.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IEBrand
    • getCreatedAt

      public LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.E_BRAND.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      getCreatedAt in interface IEBrand
    • setCreatedAt

      public EBrand setCreatedAt(LocalDateTime createdAt)
      Setter for DB_ETERNAL.E_BRAND.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      setCreatedAt in interface IEBrand
    • getCreatedBy

      public String getCreatedBy()
      Getter for DB_ETERNAL.E_BRAND.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      getCreatedBy in interface IEBrand
    • setCreatedBy

      public EBrand setCreatedBy(String createdBy)
      Setter for DB_ETERNAL.E_BRAND.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      setCreatedBy in interface IEBrand
    • getUpdatedAt

      public LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.E_BRAND.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      getUpdatedAt in interface IEBrand
    • setUpdatedAt

      public EBrand setUpdatedAt(LocalDateTime updatedAt)
      Setter for DB_ETERNAL.E_BRAND.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      setUpdatedAt in interface IEBrand
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for DB_ETERNAL.E_BRAND.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      getUpdatedBy in interface IEBrand
    • setUpdatedBy

      public EBrand setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.E_BRAND.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IEBrand
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

      public void from(IEBrand from)
      Description copied from interface: IEBrand
      Load data from another generated Record/POJO implementing the common interface IEBrand
      Specified by:
      from in interface IEBrand
    • into

      public <E extends IEBrand> E into(E into)
      Description copied from interface: IEBrand
      Copy data into another generated Record/POJO implementing the common interface IEBrand
      Specified by:
      into in interface IEBrand