Class ClassicTable

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClassicTable
    extends java.lang.Object
    implements java.io.Serializable
    Class ClassicTable.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassicTable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Col getCol()
      Returns the value of field 'col'.
      Rows getRows()
      Returns the value of field 'rows'.
      void setCol​(Col col)
      Sets the value of field 'col'.
      void setRows​(Rows rows)
      Sets the value of field 'rows'.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassicTable

        public ClassicTable()
    • Method Detail

      • getCol

        public Col getCol()
        Returns the value of field 'col'.
        Returns:
        the value of field 'Col'.
      • getRows

        public Rows getRows()
        Returns the value of field 'rows'.
        Returns:
        the value of field 'Rows'.
      • setCol

        public void setCol​(Col col)
        Sets the value of field 'col'.
        Parameters:
        col - the value of field 'col'.
      • setRows

        public void setRows​(Rows rows)
        Sets the value of field 'rows'.
        Parameters:
        rows - the value of field 'rows'.