Class AuthorTableArguments
java.lang.Object
ro.sync.ecss.extensions.api.table.operations.AuthorTableArguments
Holds the arguments for
AuthorTableOperationsHandler.handleCreateTable(AuthorTableArguments)
method.- Since:
- 21.1
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorTableArguments
(AuthorAccess authorAccess, int insertOffset, int rows, int columns) Constructor. -
Method Summary
-
Constructor Details
-
AuthorTableArguments
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 Details
-
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.
-