Interface Table
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TableImpl
The Interface Table.
-
Method Details
-
getId
int getId()Gets the id.- Returns:
- the id
-
setId
void setId(int id) Sets the id.- Parameters:
id- the new id
-
getTitle
String getTitle()Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getStyle
String getStyle()Gets the style.- Returns:
- the style
-
setStyle
Sets the style.- Parameters:
style- the new style
-
getTbody
TableBody getTbody()TableBodyGets the tbody.- Returns:
- the tbody
- See Also:
-
setTbody
TableBodySets the tbody.- Parameters:
tbody- the new tbody- See Also:
-