DB
Interface Record


public abstract interface Record

Record is a data item that can be stored in a database


Method Summary
 Key getKey()
          getKey returns the key that uniquely identifies the record
 

Method Detail

getKey

public Key getKey()
getKey returns the key that uniquely identifies the record
Returns:
the key