Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostRecordFormatKeyInformation

All Known Implementing Classes:
ISeriesHostRecordFormatKeyInformation

public interface IISeriesHostRecordFormatKeyInformation

This interface represents a the key information for an iSeries file record format as returned by the QDBRTVFD api using format FILD0300 (retrieve key field information template).

See Also:
ISeriesRetrieveDatabaseFileDescription

Field Summary
static String copyright
           
 
Method Summary
 List getKeyFields()
          Get the list of key fields for this record format.
 String getName()
          Get the record name
 void setKeyFields(List keys)
          Set the list of key fields for this record format.
 void setName(String name)
          Set the record name
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getName

String getName()
Get the record name


getKeyFields

List getKeyFields()
Get the list of key fields for this record format. Each element of the list is an instance of IISeriesHostKeyField


setName

void setName(String name)
Set the record name


setKeyFields

void setKeyFields(List keys)
Set the list of key fields for this record format. Each element of the list must be an instance of IISeriesHostKeyField


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.