Class LRegion

java.lang.Object
cn.vertxup.lbs.domain.tables.pojos.LRegion
All Implemented Interfaces:
ILRegion, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.L_REGION.KEY. 「key」- 主键
      Specified by:
      getKey in interface ILRegion
    • setKey

      public LRegion setKey(String key)
      Setter for DB_ETERNAL.L_REGION.KEY. 「key」- 主键
      Specified by:
      setKey in interface ILRegion
    • getName

      public String getName()
      Getter for DB_ETERNAL.L_REGION.NAME. 「name」- 名称
      Specified by:
      getName in interface ILRegion
    • setName

      public LRegion setName(String name)
      Setter for DB_ETERNAL.L_REGION.NAME. 「name」- 名称
      Specified by:
      setName in interface ILRegion
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.L_REGION.CODE. 「code」- 编码
      Specified by:
      getCode in interface ILRegion
    • setCode

      public LRegion setCode(String code)
      Setter for DB_ETERNAL.L_REGION.CODE. 「code」- 编码
      Specified by:
      setCode in interface ILRegion
    • getMetadata

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

      public LRegion setMetadata(String metadata)
      Setter for DB_ETERNAL.L_REGION.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface ILRegion
    • getOrder

      public Integer getOrder()
      Getter for DB_ETERNAL.L_REGION.ORDER. 「order」- 排序
      Specified by:
      getOrder in interface ILRegion
    • setOrder

      public LRegion setOrder(Integer order)
      Setter for DB_ETERNAL.L_REGION.ORDER. 「order」- 排序
      Specified by:
      setOrder in interface ILRegion
    • getCityId

      public String getCityId()
      Getter for DB_ETERNAL.L_REGION.CITY_ID. 「cityId」- 城市ID
      Specified by:
      getCityId in interface ILRegion
    • setCityId

      public LRegion setCityId(String cityId)
      Setter for DB_ETERNAL.L_REGION.CITY_ID. 「cityId」- 城市ID
      Specified by:
      setCityId in interface ILRegion
    • getActive

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

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

      public String getSigma()
      Getter for DB_ETERNAL.L_REGION.SIGMA. 「sigma」- 统一标识
      Specified by:
      getSigma in interface ILRegion
    • setSigma

      public LRegion setSigma(String sigma)
      Setter for DB_ETERNAL.L_REGION.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface ILRegion
    • getLanguage

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

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

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

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

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

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

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

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

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

      public LRegion setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.L_REGION.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface ILRegion
    • toString

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

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

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