public class Cube extends Object implements Serializable
| Constructor and Description |
|---|
Cube() |
Cube(String catName,
String name,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName() |
String |
getId() |
String |
getName() |
void |
setCatName(String catName) |
void |
setId(String id) |
void |
setName(String name) |