public class IOCell extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
colspan |
protected String |
content |
protected String |
rawContent |
protected int |
rowspan |
| Constructor and Description |
|---|
IOCell() |
IOCell(String content) |
IOCell(String content,
int rowspan,
int colspan) |
IOCell(String content,
String rawContent) |
IOCell(String content,
String rawContent,
int rowspan,
int colspan) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getColspan() |
String |
getContent() |
String |
getRawContent() |
int |
getRowspan() |
int |
hashCode() |
void |
setColspan(int colspan) |
IOCell |
setContent(String content) |
IOCell |
setRawContent(String rawContent) |
void |
setRowspan(int rowspan) |
String |
toString() |
protected String content
protected String rawContent
protected int rowspan
protected int colspan
public IOCell()
public IOCell(String content)
public IOCell(String content, int rowspan, int colspan)
Copyright © 2016. All rights reserved.