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 SummaryConstructorsConstructorDescriptionAuthorTableArguments(AuthorAccess authorAccess, int insertOffset, int rows, int columns) Constructor.
- 
Method Summary
- 
Constructor Details- 
AuthorTableArgumentsConstructor.- 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.
 
- 
getInsertOffsetpublic int getInsertOffset()- Returns:
- Returns the offset where the rows are inserted.
 
- 
getRowspublic int getRows()- Returns:
- Returns the rows.
 
- 
getColumnspublic int getColumns()- Returns:
- Returns the columns.
 
 
-