Class MField

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

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

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.M_FIELD.KEY. 「key」- 字段ID
        Specified by:
        getKey in interface IMField
      • setKey

        public MField setKey​(String key)
        Setter for DB_ETERNAL.M_FIELD.KEY. 「key」- 字段ID
        Specified by:
        setKey in interface IMField
      • getName

        public String getName()
        Getter for DB_ETERNAL.M_FIELD.NAME. 「name」- 属性名(非列)
        Specified by:
        getName in interface IMField
      • setName

        public MField setName​(String name)
        Setter for DB_ETERNAL.M_FIELD.NAME. 「name」- 属性名(非列)
        Specified by:
        setName in interface IMField
      • getType

        public String getType()
        Getter for DB_ETERNAL.M_FIELD.TYPE. 「type」- OX核心类型
        Specified by:
        getType in interface IMField
      • setType

        public MField setType​(String type)
        Setter for DB_ETERNAL.M_FIELD.TYPE. 「type」- OX核心类型
        Specified by:
        setType in interface IMField
      • getColumnName

        public String getColumnName()
        Getter for DB_ETERNAL.M_FIELD.COLUMN_NAME. 「columnName」- 数据库列名
        Specified by:
        getColumnName in interface IMField
      • setColumnName

        public MField setColumnName​(String columnName)
        Setter for DB_ETERNAL.M_FIELD.COLUMN_NAME. 「columnName」- 数据库列名
        Specified by:
        setColumnName in interface IMField
      • getColumnType

        public String getColumnType()
        Getter for DB_ETERNAL.M_FIELD.COLUMN_TYPE. 「columnType」- 数据库转换过后的类型
        Specified by:
        getColumnType in interface IMField
      • setColumnType

        public MField setColumnType​(String columnType)
        Setter for DB_ETERNAL.M_FIELD.COLUMN_TYPE. 「columnType」- 数据库转换过后的类型
        Specified by:
        setColumnType in interface IMField
      • getIsPrimary

        public Boolean getIsPrimary()
        Getter for DB_ETERNAL.M_FIELD.IS_PRIMARY. 「isPrimary」- 是否为主键
        Specified by:
        getIsPrimary in interface IMField
      • setIsPrimary

        public MField setIsPrimary​(Boolean isPrimary)
        Setter for DB_ETERNAL.M_FIELD.IS_PRIMARY. 「isPrimary」- 是否为主键
        Specified by:
        setIsPrimary in interface IMField
      • getIsNullable

        public Boolean getIsNullable()
        Getter for DB_ETERNAL.M_FIELD.IS_NULLABLE. 「isNullable」- 是否可为空
        Specified by:
        getIsNullable in interface IMField
      • setIsNullable

        public MField setIsNullable​(Boolean isNullable)
        Setter for DB_ETERNAL.M_FIELD.IS_NULLABLE. 「isNullable」- 是否可为空
        Specified by:
        setIsNullable in interface IMField
      • getLength

        public Integer getLength()
        Getter for DB_ETERNAL.M_FIELD.LENGTH. 「length」- String类型的长度
        Specified by:
        getLength in interface IMField
      • setLength

        public MField setLength​(Integer length)
        Setter for DB_ETERNAL.M_FIELD.LENGTH. 「length」- String类型的长度
        Specified by:
        setLength in interface IMField
      • getPrecision

        public Integer getPrecision()
        Getter for DB_ETERNAL.M_FIELD.PRECISION. 「precision」- Decimal类型的精度
        Specified by:
        getPrecision in interface IMField
      • setPrecision

        public MField setPrecision​(Integer precision)
        Setter for DB_ETERNAL.M_FIELD.PRECISION. 「precision」- Decimal类型的精度
        Specified by:
        setPrecision in interface IMField
      • getFormat

        public String getFormat()
        Getter for DB_ETERNAL.M_FIELD.FORMAT. 「format」- 当前数据列的格式,String或Date类型
        Specified by:
        getFormat in interface IMField
      • setFormat

        public MField setFormat​(String format)
        Setter for DB_ETERNAL.M_FIELD.FORMAT. 「format」- 当前数据列的格式,String或Date类型
        Specified by:
        setFormat in interface IMField
      • getInComponent

        public String getInComponent()
        Getter for DB_ETERNAL.M_FIELD.IN_COMPONENT. 「inComponent」- 写入插件
        Specified by:
        getInComponent in interface IMField
      • setInComponent

        public MField setInComponent​(String inComponent)
        Setter for DB_ETERNAL.M_FIELD.IN_COMPONENT. 「inComponent」- 写入插件
        Specified by:
        setInComponent in interface IMField
      • getOutComponent

        public String getOutComponent()
        Getter for DB_ETERNAL.M_FIELD.OUT_COMPONENT. 「outComponent」- 读取插件
        Specified by:
        getOutComponent in interface IMField
      • setOutComponent

        public MField setOutComponent​(String outComponent)
        Setter for DB_ETERNAL.M_FIELD.OUT_COMPONENT. 「outComponent」- 读取插件
        Specified by:
        setOutComponent in interface IMField
      • getEntityId

        public String getEntityId()
        Getter for DB_ETERNAL.M_FIELD.ENTITY_ID. 「entityId」- 关联的实体ID
        Specified by:
        getEntityId in interface IMField
      • setEntityId

        public MField setEntityId​(String entityId)
        Setter for DB_ETERNAL.M_FIELD.ENTITY_ID. 「entityId」- 关联的实体ID
        Specified by:
        setEntityId in interface IMField
      • getComments

        public String getComments()
        Getter for DB_ETERNAL.M_FIELD.COMMENTS. 「comments」- 当前属性的描述信息
        Specified by:
        getComments in interface IMField
      • setComments

        public MField setComments​(String comments)
        Setter for DB_ETERNAL.M_FIELD.COMMENTS. 「comments」- 当前属性的描述信息
        Specified by:
        setComments in interface IMField
      • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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