jdbcadmin.core.data
Class Line

java.lang.Object
  extended byjdbcadmin.core.data.Line
All Implemented Interfaces:
java.io.Serializable

public class Line
extends java.lang.Object
implements java.io.Serializable

Represents a table line.

See Also:
Serialized Form

Constructor Summary
Line(Table aTable)
          Constructor which specifies the line's table.
 
Method Summary
 void addValue(java.lang.String aNomColonne, java.lang.String aVal)
          Adds a value
 Table getTable()
          Returns the table.
 java.lang.String getValue(java.lang.String aColName)
          Retrieves a value for athe specified columns
 java.util.Map getValues()
          Retrieves a Map containing values, the key of the map is the column name.
 java.lang.String toString()
          Represente la ligne sous forme de String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Line

public Line(Table aTable)
Constructor which specifies the line's table.

Parameters:
aTable - the line's table
Method Detail

addValue

public void addValue(java.lang.String aNomColonne,
                     java.lang.String aVal)
              throws TechnicalException
Adds a value

Parameters:
aNomColonne - column name
aVal - value
Throws:
TechnicalException - Technical error

getValue

public java.lang.String getValue(java.lang.String aColName)
Retrieves a value for athe specified columns

Parameters:
aColName - column name
Returns:
the value

getValues

public java.util.Map getValues()
Retrieves a Map containing values, the key of the map is the column name.

Returns:
the values

toString

public java.lang.String toString()
Represente la ligne sous forme de String


getTable

public Table getTable()
Returns the table.

Returns:
Table


Copyright © 2004-2005 Norsys. All Rights Reserved.