java.lang.Object | |
↳ | com.microstrategy.webservices.MWSResultsSizeInfo |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSResultsSizeInfo() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getMaxCols() | ||||||||||
int | getMaxRows() | ||||||||||
ArrayOfMWSPageByInfo | getPageByInfo() | ||||||||||
int | getStartCol() | ||||||||||
int | getStartRow() | ||||||||||
int | getTotalCols() | ||||||||||
int | getTotalRows() | ||||||||||
void | setMaxCols(int maxCols) | ||||||||||
void | setMaxRows(int maxRows) | ||||||||||
void | setPageByInfo(ArrayOfMWSPageByInfo pageByInfo) | ||||||||||
void | setStartCol(int startCol) | ||||||||||
void | setStartRow(int startRow) | ||||||||||
void | setTotalCols(int totalCols) | ||||||||||
void | setTotalRows(int totalRows) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |