public class ClassicTable extends Object implements Serializable
| Constructor and Description | 
|---|
ClassicTable()  | 
| Modifier and Type | Method and Description | 
|---|---|
Col | 
getCol()
Returns the value of field 'col'. 
 | 
Rows | 
getRows()
Returns the value of field 'rows'. 
 | 
void | 
setCol(Col col)
Sets the value of field 'col'. 
 | 
void | 
setRows(Rows rows)
Sets the value of field 'rows'. 
 | 
public Col getCol()
public Rows getRows()
public void setCol(Col col)
col - the value of field 'col'.public void setRows(Rows rows)
rows - the value of field 'rows'.Copyright © 2021. All rights reserved.