public class TableItemSimple extends Object implements Serializable
| Constructor and Description |
|---|
TableItemSimple() |
TableItemSimple(String id,
String name,
String description) |
TableItemSimple(String id,
String name,
String description,
String type) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnItem> |
getColumns() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getType() |
void |
setColumns(ArrayList<ColumnItem> columns) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
public TableItemSimple()
public TableItemSimple(String id, String name, String description, String type)
name - description - type - public String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getId()
public void setId(String id)
id - the id to setpublic ArrayList<ColumnItem> getColumns()
public void setColumns(ArrayList<ColumnItem> columns)
Copyright © 2017. All Rights Reserved.