Class MEntity

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

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

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.M_ENTITY.KEY. 「key」- 实体ID
        Specified by:
        getKey in interface IMEntity
      • setKey

        public MEntity setKey​(String key)
        Setter for DB_ETERNAL.M_ENTITY.KEY. 「key」- 实体ID
        Specified by:
        setKey in interface IMEntity
      • getIdentifier

        public String getIdentifier()
        Getter for DB_ETERNAL.M_ENTITY.IDENTIFIER. 「identifier」- 当前实体全局唯一ID
        Specified by:
        getIdentifier in interface IMEntity
      • setIdentifier

        public MEntity setIdentifier​(String identifier)
        Setter for DB_ETERNAL.M_ENTITY.IDENTIFIER. 「identifier」- 当前实体全局唯一ID
        Specified by:
        setIdentifier in interface IMEntity
      • getNamespace

        public String getNamespace()
        Getter for DB_ETERNAL.M_ENTITY.NAMESPACE. 「namespace」- 当前实体使用的名空间
        Specified by:
        getNamespace in interface IMEntity
      • setNamespace

        public MEntity setNamespace​(String namespace)
        Setter for DB_ETERNAL.M_ENTITY.NAMESPACE. 「namespace」- 当前实体使用的名空间
        Specified by:
        setNamespace in interface IMEntity
      • getName

        public String getName()
        Getter for DB_ETERNAL.M_ENTITY.NAME. 「name」- 当前实体的名称
        Specified by:
        getName in interface IMEntity
      • setName

        public MEntity setName​(String name)
        Setter for DB_ETERNAL.M_ENTITY.NAME. 「name」- 当前实体的名称
        Specified by:
        setName in interface IMEntity
      • getType

        public String getType()
        Getter for DB_ETERNAL.M_ENTITY.TYPE. 「type」- 实体类型:ENTITY/RELATION
        Specified by:
        getType in interface IMEntity
      • setType

        public MEntity setType​(String type)
        Setter for DB_ETERNAL.M_ENTITY.TYPE. 「type」- 实体类型:ENTITY/RELATION
        Specified by:
        setType in interface IMEntity
      • getTableName

        public String getTableName()
        Getter for DB_ETERNAL.M_ENTITY.TABLE_NAME. 「tableName」- 实体对应的数据库表
        Specified by:
        getTableName in interface IMEntity
      • setTableName

        public MEntity setTableName​(String tableName)
        Setter for DB_ETERNAL.M_ENTITY.TABLE_NAME. 「tableName」- 实体对应的数据库表
        Specified by:
        setTableName in interface IMEntity
      • getComments

        public String getComments()
        Getter for DB_ETERNAL.M_ENTITY.COMMENTS. 「comments」- 数据库表备注
        Specified by:
        getComments in interface IMEntity
      • setComments

        public MEntity setComments​(String comments)
        Setter for DB_ETERNAL.M_ENTITY.COMMENTS. 「comments」- 数据库表备注
        Specified by:
        setComments in interface IMEntity
      • getSigma

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

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

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

        public MEntity setLanguage​(String language)
        Setter for DB_ETERNAL.M_ENTITY.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface IMEntity
      • getActive

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

        public MEntity setActive​(Boolean active)
        Setter for DB_ETERNAL.M_ENTITY.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface IMEntity
      • getMetadata

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

        public MEntity setMetadata​(String metadata)
        Setter for DB_ETERNAL.M_ENTITY.METADATA. 「metadata」- 附加配置数据
        Specified by:
        setMetadata in interface IMEntity
      • getCreatedAt

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

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

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

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

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

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

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

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