Interface ILCountry

  • All Superinterfaces:
    Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    All Known Implementing Classes:
    LCountry, LCountryRecord

    public interface ILCountry
    extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
    This class is generated by jOOQ.
    • Method Detail

      • setKey

        ILCountry setKey​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键
      • getKey

        String getKey()
        Getter for DB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键
      • setName

        ILCountry setName​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称
      • getName

        String getName()
        Getter for DB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称
      • setCode

        ILCountry setCode​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号
      • getCode

        String getCode()
        Getter for DB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号
      • setFlag

        ILCountry setFlag​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗
      • getFlag

        String getFlag()
        Getter for DB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗
      • setPhonePrefix

        ILCountry setPhonePrefix​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀
      • getPhonePrefix

        String getPhonePrefix()
        Getter for DB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀
      • setCurrency

        ILCountry setCurrency​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币
      • getCurrency

        String getCurrency()
        Getter for DB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币
      • setMetadata

        ILCountry setMetadata​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置
      • getMetadata

        String getMetadata()
        Getter for DB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置
      • setOrder

        ILCountry setOrder​(Integer value)
        Setter for DB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序
      • getOrder

        Integer getOrder()
        Getter for DB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序
      • setActive

        ILCountry setActive​(Boolean value)
        Setter for DB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用
      • getActive

        Boolean getActive()
        Getter for DB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用
      • setSigma

        ILCountry setSigma​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.SIGMA. 「sigma」- 统一标识
      • getSigma

        String getSigma()
        Getter for DB_ETERNAL.L_COUNTRY.SIGMA. 「sigma」- 统一标识
      • setLanguage

        ILCountry setLanguage​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言
      • getLanguage

        String getLanguage()
        Getter for DB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言
      • setCreatedAt

        ILCountry setCreatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间
      • getCreatedAt

        LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间
      • setCreatedBy

        ILCountry setCreatedBy​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人
      • getCreatedBy

        String getCreatedBy()
        Getter for DB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人
      • setUpdatedAt

        ILCountry setUpdatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间
      • getUpdatedAt

        LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间
      • setUpdatedBy

        ILCountry setUpdatedBy​(String value)
        Setter for DB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人
      • getUpdatedBy

        String getUpdatedBy()
        Getter for DB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人
      • from

        void from​(ILCountry from)
        Load data from another generated Record/POJO implementing the common interface ILCountry
      • into

        <E extends ILCountry> E into​(E into)
        Copy data into another generated Record/POJO implementing the common interface ILCountry
      • fromJson

        default ILCountry fromJson​(io.vertx.core.json.JsonObject json)
        Specified by:
        fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
      • toJson

        default io.vertx.core.json.JsonObject toJson()
        Specified by:
        toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo