public class TableRow extends Object
| Constructor and Description |
|---|
TableRow(int rowCount)
Create new row
|
TableRow(TableRow src)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
fillMessage(org.netxms.base.NXCPMessage msg,
long baseId,
boolean extendedFormat) |
TableCell |
get(int column) |
int |
getBaseRow() |
long |
getObjectId() |
void |
setBaseRow(int baseRow) |
void |
setObjectId(long objectId) |
int |
size() |
String |
toString() |
public TableRow(int rowCount)
rowCount - The amount of new rows to createpublic TableRow(TableRow src)
src - The TableRow source objectpublic TableCell get(int column) throws ArrayIndexOutOfBoundsException
column - The column IDArrayIndexOutOfBoundsException - If the index is out of boundspublic int size()
public long fillMessage(org.netxms.base.NXCPMessage msg,
long baseId,
boolean extendedFormat)
msg - The NXCPMessagebaseId - The base IDextendedFormat - True if extended formatpublic long getObjectId()
public void setObjectId(long objectId)
objectId - the objectId to setpublic int getBaseRow()
public void setBaseRow(int baseRow)
baseRow - the baseRow to setCopyright © 2018. All rights reserved.