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) |
long |
getObjectId() |
void |
setObjectId(long objectId) |
int |
size() |
String |
toString() |
public TableRow(int rowCount)
rowCount
- public TableRow(TableRow src)
src
- public TableCell get(int column) throws ArrayIndexOutOfBoundsException
column
- ArrayIndexOutOfBoundsException
public int size()
public long fillMessage(org.netxms.base.NXCPMessage msg, long baseId, boolean extendedFormat)
msg
- baseId
- public long getObjectId()
public void setObjectId(long objectId)
objectId
- the objectId to setCopyright © 2015. All rights reserved.