Interface IWinUserGrant

  • All Implemented Interfaces:
    java.io.Serializable , pro.fessional.wings.faceless.service.journal.JournalAware

    @Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") 
    public interface IWinUserGrant
     implements JournalAware, Serializable
                        

    The table wings.win_user_grant.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void setReferUser(Long value) Setter for win_user_grant.refer_user.
      abstract Long getReferUser() Getter for win_user_grant.refer_user.
      abstract void setGrantType(GrantType value) Setter for win_user_grant.grant_type.
      abstract GrantType getGrantType() Getter for win_user_grant.grant_type.
      abstract void setGrantEntry(Long value) Setter for win_user_grant.grant_entry.
      abstract Long getGrantEntry() Getter for win_user_grant.grant_entry.
      abstract void setCreateDt(LocalDateTime value) Setter for win_user_grant.create_dt.
      abstract LocalDateTime getCreateDt() Getter for win_user_grant.create_dt.
      abstract void setCommitId(Long value) Setter for win_user_grant.commit_id.
      abstract Long getCommitId() Getter for win_user_grant.commit_id.
      abstract void from(IWinUserGrant from) Load data from another generated Record/POJO implementing the common interface IWinUserGrant
      abstract <E extends IWinUserGrant> E into(E into) Copy data into another generated Record/POJO implementing the common interface IWinUserGrant
      • Methods inherited from class pro.fessional.wings.faceless.service.journal.JournalAware

        getDeleteDt, getModifyDt, isDeleted, setDeleteDt, setModifyDt
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setReferUser

         abstract void setReferUser(Long value)

        Setter for win_user_grant.refer_user.

      • getReferUser

         abstract Long getReferUser()

        Getter for win_user_grant.refer_user.

      • setGrantEntry

         abstract void setGrantEntry(Long value)

        Setter for win_user_grant.grant_entry.

      • setCommitId

         abstract void setCommitId(Long value)

        Setter for win_user_grant.commit_id.

      • getCommitId

         abstract Long getCommitId()

        Getter for win_user_grant.commit_id.

      • from

         abstract void from(IWinUserGrant from)

        Load data from another generated Record/POJO implementing the common interface IWinUserGrant

      • into

         abstract <E extends IWinUserGrant> E into(E into)

        Copy data into another generated Record/POJO implementing the common interface IWinUserGrant