net.sf.colle.sql.test
Interface TestTable2.Row

Enclosing interface:
TestTable2

public static interface TestTable2.Row


Method Summary
 int getId()
          Simple field get accessor for column nId.
 boolean getPersisted()
          Returns true if the record has been persisted in the database.
 void setPersisted(boolean pbPersisted)
          Sets the persisted flag, true means the record is already in the database.
 

Method Detail

getId

public int getId()
Simple field get accessor for column nId.


getPersisted

public boolean getPersisted()
Returns true if the record has been persisted in the database.


setPersisted

public void setPersisted(boolean pbPersisted)
Sets the persisted flag, true means the record is already in the database.