Class AuthorTableArguments

    • Constructor Detail

      • AuthorTableArguments

        public AuthorTableArguments​(AuthorAccess authorAccess,
                                    int insertOffset,
                                    int rows,
                                    int columns)
        Constructor.
        Parameters:
        authorAccess - The Author access.
        insertOffset - The offset where the rows are inserted.
        rows - number of rows needed for the new table.
        columns - number of columns needed for the new table.
    • Method Detail

      • getAuthorAccess

        public AuthorAccess getAuthorAccess()
        Returns:
        Returns the access to Author operation.
      • getInsertOffset

        public int getInsertOffset()
        Returns:
        Returns the offset where the rows are inserted.
      • getRows

        public int getRows()
        Returns:
        Returns the rows.
      • getColumns

        public int getColumns()
        Returns:
        Returns the columns.