Interface IWinRoleGrant

  • 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 IWinRoleGrant
     implements JournalAware, Serializable
                        

    The table wings.win_role_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 setReferRole(Long value) Setter for win_role_grant.refer_role.
      abstract Long getReferRole() Getter for win_role_grant.refer_role.
      abstract void setGrantType(GrantType value) Setter for win_role_grant.grant_type.
      abstract GrantType getGrantType() Getter for win_role_grant.grant_type.
      abstract void setGrantEntry(Long value) Setter for win_role_grant.grant_entry.
      abstract Long getGrantEntry() Getter for win_role_grant.grant_entry.
      abstract void setCreateDt(LocalDateTime value) Setter for win_role_grant.create_dt.
      abstract LocalDateTime getCreateDt() Getter for win_role_grant.create_dt.
      abstract void setCommitId(Long value) Setter for win_role_grant.commit_id.
      abstract Long getCommitId() Getter for win_role_grant.commit_id.
      abstract void from(IWinRoleGrant from) Load data from another generated Record/POJO implementing the common interface IWinRoleGrant
      abstract <E extends IWinRoleGrant> E into(E into) Copy data into another generated Record/POJO implementing the common interface IWinRoleGrant
      • 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

      • setReferRole

         abstract void setReferRole(Long value)

        Setter for win_role_grant.refer_role.

      • getReferRole

         abstract Long getReferRole()

        Getter for win_role_grant.refer_role.

      • setGrantEntry

         abstract void setGrantEntry(Long value)

        Setter for win_role_grant.grant_entry.

      • setCommitId

         abstract void setCommitId(Long value)

        Setter for win_role_grant.commit_id.

      • getCommitId

         abstract Long getCommitId()

        Getter for win_role_grant.commit_id.

      • from

         abstract void from(IWinRoleGrant from)

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

      • into

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

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