Class TableCell


  • public class TableCell
    extends Object
    Table cell
    • Constructor Detail

      • TableCell

        public TableCell​(String value)
        Parameters:
        value - The cell value
      • TableCell

        public TableCell​(String value,
                         int status)
        Parameters:
        value - The cell value
        status - The cell status
      • TableCell

        public TableCell​(TableCell src)
        Parameters:
        src - The TableCell source object
    • Method Detail

      • getValue

        public String getValue()
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Parameters:
        value - the value to set
      • getStatus

        public int getStatus()
        Returns:
        the status
      • setStatus

        public void setStatus​(int status)
        Parameters:
        status - the status to set
      • getObjectId

        public long getObjectId()
        Returns:
        the objectId
      • setObjectId

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