public class Table extends Object implements Comparable<Table>
| Constructor and Description | 
|---|
Table()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(Table other)  | 
String | 
getName()  | 
int | 
getRowCount()  | 
void | 
setName(String name)  | 
void | 
setRowCount(int rowCount)  | 
public Table()
public int compareTo(Table other)
compareTo in interface Comparable<Table>public int getRowCount()
public void setRowCount(int rowCount)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.