Class LCountry

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键
      Specified by:
      getKey in interface ILCountry
    • setKey

      public LCountry setKey(String key)
      Setter for DB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键
      Specified by:
      setKey in interface ILCountry
    • getName

      public String getName()
      Getter for DB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称
      Specified by:
      getName in interface ILCountry
    • setName

      public LCountry setName(String name)
      Setter for DB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称
      Specified by:
      setName in interface ILCountry
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号
      Specified by:
      getCode in interface ILCountry
    • setCode

      public LCountry setCode(String code)
      Setter for DB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号
      Specified by:
      setCode in interface ILCountry
    • getFlag

      public String getFlag()
      Getter for DB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗
      Specified by:
      getFlag in interface ILCountry
    • setFlag

      public LCountry setFlag(String flag)
      Setter for DB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗
      Specified by:
      setFlag in interface ILCountry
    • getPhonePrefix

      public String getPhonePrefix()
      Getter for DB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀
      Specified by:
      getPhonePrefix in interface ILCountry
    • setPhonePrefix

      public LCountry setPhonePrefix(String phonePrefix)
      Setter for DB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀
      Specified by:
      setPhonePrefix in interface ILCountry
    • getCurrency

      public String getCurrency()
      Getter for DB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币
      Specified by:
      getCurrency in interface ILCountry
    • setCurrency

      public LCountry setCurrency(String currency)
      Setter for DB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币
      Specified by:
      setCurrency in interface ILCountry
    • getMetadata

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

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

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

      public LCountry setOrder(Integer order)
      Setter for DB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序
      Specified by:
      setOrder in interface ILCountry
    • getActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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