public class TableCell extends Object
| Constructor and Description |
|---|
TableCell(String value) |
TableCell(String value,
int status) |
TableCell(TableCell src) |
| Modifier and Type | Method and Description |
|---|---|
long |
getObjectId() |
int |
getStatus() |
String |
getValue() |
void |
setObjectId(long objectId) |
void |
setStatus(int status) |
void |
setValue(String value) |
String |
toString() |
public TableCell(String value)
value - The cell valuepublic TableCell(String value, int status)
value - The cell valuestatus - The cell statuspublic TableCell(TableCell src)
src - The TableCell source objectpublic String getValue()
public void setValue(String value)
value - the value to setpublic int getStatus()
public void setStatus(int status)
status - the status to setpublic long getObjectId()
public void setObjectId(long objectId)
objectId - the objectId to setCopyright © 2018. All rights reserved.