Class TableRow


  • public class TableRow
    extends Object
    Table row
    • Constructor Detail

      • TableRow

        public TableRow​(int rowCount)
        Create new row
        Parameters:
        rowCount - The amount of new rows to create
      • TableRow

        public TableRow​(TableRow src)
        Copy constructor
        Parameters:
        src - The TableRow source object
    • Method Detail

      • size

        public int size()
        Returns:
        The amount of cells
      • fillMessage

        public long fillMessage​(org.netxms.base.NXCPMessage msg,
                                long baseId,
                                boolean extendedFormat)
        Parameters:
        msg - The NXCPMessage
        baseId - The base ID
        extendedFormat - True if extended format
        Returns:
        The cell ID
      • getObjectId

        public long getObjectId()
        Returns:
        the objectId
      • setObjectId

        public void setObjectId​(long objectId)
        Parameters:
        objectId - the objectId to set
      • getBaseRow

        public int getBaseRow()
        Returns:
        the baseRow
      • setBaseRow

        public void setBaseRow​(int baseRow)
        Parameters:
        baseRow - the baseRow to set