jACOB 2.7 API Documentation.

de.tif.jacob.core.data
Interface IDataRecordId


public interface IDataRecordId

The data record id unambiguously identifies a data record in any table.

A data record id instance could be obtained by means of IDataRecord.getId().


Method Summary
 IDataKeyValue getPrimaryKeyValue()
          Returns the primary key value of the referenced record.
 ITableDefinition getTableDefinition()
          Returns the table definition of the referenced record.
 

Method Detail

getPrimaryKeyValue

IDataKeyValue getPrimaryKeyValue()
Returns the primary key value of the referenced record.

Returns:
the primary key value or null if no primary key exists for this type of record.

getTableDefinition

ITableDefinition getTableDefinition()
Returns the table definition of the referenced record.

Returns:
the table definition.

jACOB 2.7 API Documentation.