|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jdbcadmin.core.data.Line
Represents a table line.
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 |
public Line(Table aTable)
aTable
- the line's tableMethod Detail |
public void addValue(java.lang.String aNomColonne, java.lang.String aVal) throws TechnicalException
aNomColonne
- column nameaVal
- value
TechnicalException
- Technical errorpublic java.lang.String getValue(java.lang.String aColName)
aColName
- column name
public java.util.Map getValues()
public java.lang.String toString()
public Table getTable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |