Interface IWinPermEntry

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

    The table wings.win_perm_entry.

    • 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 setId(Long value) Setter for win_perm_entry.id.
      abstract Long getId() Getter for win_perm_entry.id.
      abstract void setCreateDt(LocalDateTime value) Setter for win_perm_entry.create_dt.
      abstract LocalDateTime getCreateDt() Getter for win_perm_entry.create_dt.
      abstract void setModifyDt(LocalDateTime value) Setter for win_perm_entry.modify_dt.
      abstract LocalDateTime getModifyDt() Getter for win_perm_entry.modify_dt.
      abstract void setDeleteDt(LocalDateTime value) Setter for win_perm_entry.delete_dt.
      abstract LocalDateTime getDeleteDt() Getter for win_perm_entry.delete_dt.
      abstract void setCommitId(Long value) Setter for win_perm_entry.commit_id.
      abstract Long getCommitId() Getter for win_perm_entry.commit_id.
      abstract void setScopes(String value) Setter for win_perm_entry.scopes.
      abstract String getScopes() Getter for win_perm_entry.scopes.
      abstract void setAction(String value) Setter for win_perm_entry.action.
      abstract String getAction() Getter for win_perm_entry.action.
      abstract void setRemark(String value) Setter for win_perm_entry.remark.
      abstract String getRemark() Getter for win_perm_entry.remark.
      abstract void from(IWinPermEntry from) Load data from another generated Record/POJO implementing the common interface IWinPermEntry
      abstract <E extends IWinPermEntry> E into(E into) Copy data into another generated Record/POJO implementing the common interface IWinPermEntry
      • Methods inherited from class pro.fessional.wings.faceless.service.journal.JournalAware

        isDeleted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait