Class LCity

  • All Implemented Interfaces:
    ILCity, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class LCity
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ILCity
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

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

        public LCity setKey​(String key)
        Setter for DB_ETERNAL.L_CITY.KEY. 「key」- 主键
        Specified by:
        setKey in interface ILCity
      • getName

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

        public LCity setName​(String name)
        Setter for DB_ETERNAL.L_CITY.NAME. 「name」- 名称
        Specified by:
        setName in interface ILCity
      • getCode

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

        public LCity setCode​(String code)
        Setter for DB_ETERNAL.L_CITY.CODE. 「code」- 编码
        Specified by:
        setCode in interface ILCity
      • getMetadata

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

        public LCity setMetadata​(String metadata)
        Setter for DB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置
        Specified by:
        setMetadata in interface ILCity
      • getOrder

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

        public LCity setOrder​(Integer order)
        Setter for DB_ETERNAL.L_CITY.ORDER. 「order」- 排序
        Specified by:
        setOrder in interface ILCity
      • getStateId

        public String getStateId()
        Getter for DB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID
        Specified by:
        getStateId in interface ILCity
      • setStateId

        public LCity setStateId​(String stateId)
        Setter for DB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID
        Specified by:
        setStateId in interface ILCity
      • getActive

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

        public LCity setActive​(Boolean active)
        Setter for DB_ETERNAL.L_CITY.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface ILCity
      • getSigma

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

        public LCity setSigma​(String sigma)
        Setter for DB_ETERNAL.L_CITY.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface ILCity
      • getLanguage

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

        public LCity setLanguage​(String language)
        Setter for DB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface ILCity
      • getCreatedAt

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

        public LCity setCreatedAt​(LocalDateTime createdAt)
        Setter for DB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        setCreatedAt in interface ILCity
      • getCreatedBy

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

        public LCity setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface ILCity
      • getUpdatedAt

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

        public LCity setUpdatedAt​(LocalDateTime updatedAt)
        Setter for DB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        setUpdatedAt in interface ILCity
      • getUpdatedBy

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

        public LCity setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface ILCity
      • from

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

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