org.kaiwitte.workbench.data
Interface MutableMetaRecord

All Superinterfaces:
MetaRecord
All Known Implementing Classes:
MutableMetaRecordImpl

public interface MutableMetaRecord
extends MetaRecord

A mutable version of a MetaRecord.


Method Summary
 void setID(int id)
           
 
Methods inherited from interface org.kaiwitte.workbench.data.MetaRecord
getColumnName, getRecords, getValue
 

Method Detail

setID

void setID(int id)