Class MyBag

java.lang.Object
cn.vertxup.tpl.domain.tables.pojos.MyBag
All Implemented Interfaces:
IMyBag, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.MY_BAG.KEY. 「key」- 个人应用主键
      Specified by:
      getKey in interface IMyBag
    • setKey

      public MyBag setKey(String key)
      Setter for DB_ETERNAL.MY_BAG.KEY. 「key」- 个人应用主键
      Specified by:
      setKey in interface IMyBag
    • getBagId

      public String getBagId()
      Getter for DB_ETERNAL.MY_BAG.BAG_ID. 「bagId」- 个人包主键
      Specified by:
      getBagId in interface IMyBag
    • setBagId

      public MyBag setBagId(String bagId)
      Setter for DB_ETERNAL.MY_BAG.BAG_ID. 「bagId」- 个人包主键
      Specified by:
      setBagId in interface IMyBag
    • getOwner

      public String getOwner()
      Getter for DB_ETERNAL.MY_BAG.OWNER. 「owner」- 拥有者ID,我的 / 角色级
      Specified by:
      getOwner in interface IMyBag
    • setOwner

      public MyBag setOwner(String owner)
      Setter for DB_ETERNAL.MY_BAG.OWNER. 「owner」- 拥有者ID,我的 / 角色级
      Specified by:
      setOwner in interface IMyBag
    • getOwnerType

      public String getOwnerType()
      Getter for DB_ETERNAL.MY_BAG.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
      Specified by:
      getOwnerType in interface IMyBag
    • setOwnerType

      public MyBag setOwnerType(String ownerType)
      Setter for DB_ETERNAL.MY_BAG.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
      Specified by:
      setOwnerType in interface IMyBag
    • getUiSort

      public Long getUiSort()
      Getter for DB_ETERNAL.MY_BAG.UI_SORT. 「uiSort」- 模块排序
      Specified by:
      getUiSort in interface IMyBag
    • setUiSort

      public MyBag setUiSort(Long uiSort)
      Setter for DB_ETERNAL.MY_BAG.UI_SORT. 「uiSort」- 模块排序
      Specified by:
      setUiSort in interface IMyBag
    • getType

      public String getType()
      Getter for DB_ETERNAL.MY_BAG.TYPE. 「type」- 类型(默认全站)
      Specified by:
      getType in interface IMyBag
    • setType

      public MyBag setType(String type)
      Setter for DB_ETERNAL.MY_BAG.TYPE. 「type」- 类型(默认全站)
      Specified by:
      setType in interface IMyBag
    • getPosition

      public String getPosition()
      Getter for DB_ETERNAL.MY_BAG.POSITION. 「position」- 位置(默认左上)
      Specified by:
      getPosition in interface IMyBag
    • setPosition

      public MyBag setPosition(String position)
      Setter for DB_ETERNAL.MY_BAG.POSITION. 「position」- 位置(默认左上)
      Specified by:
      setPosition in interface IMyBag
    • getActive

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

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

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

      public MyBag setSigma(String sigma)
      Setter for DB_ETERNAL.MY_BAG.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface IMyBag
    • getMetadata

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

      public MyBag setMetadata(String metadata)
      Setter for DB_ETERNAL.MY_BAG.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IMyBag
    • getLanguage

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

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

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

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

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

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

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

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

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

      public MyBag setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.MY_BAG.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IMyBag
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

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

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

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