Class DatabaseCell


  • public class DatabaseCell
    extends Object
    A simple representation of a DB cell.
    • Constructor Detail

      • DatabaseCell

        public DatabaseCell​(String name,
                            String value)
        A basic constructor
        Parameters:
        name - cell name
        value - cell value
    • Method Detail

      • getName

        public String getName()
        Returns:
        the cell name
      • getValue

        public String getValue()
        Returns:
        the cell value