Class SUser

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

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

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.S_USER.KEY. 「key」- 用户ID
        Specified by:
        getKey in interface ISUser
      • setKey

        public SUser setKey​(String key)
        Setter for DB_ETERNAL.S_USER.KEY. 「key」- 用户ID
        Specified by:
        setKey in interface ISUser
      • getUsername

        public String getUsername()
        Getter for DB_ETERNAL.S_USER.USERNAME. 「username」- 用户登录账号
        Specified by:
        getUsername in interface ISUser
      • setUsername

        public SUser setUsername​(String username)
        Setter for DB_ETERNAL.S_USER.USERNAME. 「username」- 用户登录账号
        Specified by:
        setUsername in interface ISUser
      • getRealname

        public String getRealname()
        Getter for DB_ETERNAL.S_USER.REALNAME. 「realname」- 用户真实姓名
        Specified by:
        getRealname in interface ISUser
      • setRealname

        public SUser setRealname​(String realname)
        Setter for DB_ETERNAL.S_USER.REALNAME. 「realname」- 用户真实姓名
        Specified by:
        setRealname in interface ISUser
      • getAlias

        public String getAlias()
        Getter for DB_ETERNAL.S_USER.ALIAS. 「alias」- 用户昵称
        Specified by:
        getAlias in interface ISUser
      • setAlias

        public SUser setAlias​(String alias)
        Setter for DB_ETERNAL.S_USER.ALIAS. 「alias」- 用户昵称
        Specified by:
        setAlias in interface ISUser
      • getMobile

        public String getMobile()
        Getter for DB_ETERNAL.S_USER.MOBILE. 「mobile」- 用户登录手机
        Specified by:
        getMobile in interface ISUser
      • setMobile

        public SUser setMobile​(String mobile)
        Setter for DB_ETERNAL.S_USER.MOBILE. 「mobile」- 用户登录手机
        Specified by:
        setMobile in interface ISUser
      • getEmail

        public String getEmail()
        Getter for DB_ETERNAL.S_USER.EMAIL. 「email」- 用户登录EMAIL地址
        Specified by:
        getEmail in interface ISUser
      • setEmail

        public SUser setEmail​(String email)
        Setter for DB_ETERNAL.S_USER.EMAIL. 「email」- 用户登录EMAIL地址
        Specified by:
        setEmail in interface ISUser
      • getPassword

        public String getPassword()
        Getter for DB_ETERNAL.S_USER.PASSWORD. 「password」- 用户登录密码
        Specified by:
        getPassword in interface ISUser
      • setPassword

        public SUser setPassword​(String password)
        Setter for DB_ETERNAL.S_USER.PASSWORD. 「password」- 用户登录密码
        Specified by:
        setPassword in interface ISUser
      • getModelId

        public String getModelId()
        Getter for DB_ETERNAL.S_USER.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
        Specified by:
        getModelId in interface ISUser
      • setModelId

        public SUser setModelId​(String modelId)
        Setter for DB_ETERNAL.S_USER.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
        Specified by:
        setModelId in interface ISUser
      • getModelKey

        public String getModelKey()
        Getter for DB_ETERNAL.S_USER.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
        Specified by:
        getModelKey in interface ISUser
      • setModelKey

        public SUser setModelKey​(String modelKey)
        Setter for DB_ETERNAL.S_USER.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
        Specified by:
        setModelKey in interface ISUser
      • getCategory

        public String getCategory()
        Getter for DB_ETERNAL.S_USER.CATEGORY. 「category」- 用户分类
        Specified by:
        getCategory in interface ISUser
      • setCategory

        public SUser setCategory​(String category)
        Setter for DB_ETERNAL.S_USER.CATEGORY. 「category」- 用户分类
        Specified by:
        setCategory in interface ISUser
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.S_USER.SIGMA. 「sigma」- 用户绑定的统一标识
        Specified by:
        getSigma in interface ISUser
      • setSigma

        public SUser setSigma​(String sigma)
        Setter for DB_ETERNAL.S_USER.SIGMA. 「sigma」- 用户绑定的统一标识
        Specified by:
        setSigma in interface ISUser
      • getLanguage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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