Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Class ISeriesHostRecordFormatKeyInformation

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordFormatKeyInformation
All Implemented Interfaces:
IISeriesHostRecordFormatKeyInformation

public class ISeriesHostRecordFormatKeyInformation
extends Object
implements IISeriesHostRecordFormatKeyInformation

This class 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


Field Summary
static String copyright
           
 
Constructor Summary
ISeriesHostRecordFormatKeyInformation()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesHostRecordFormatKeyInformation

public ISeriesHostRecordFormatKeyInformation()
Method Detail

getName

public String getName()
Description copied from interface: IISeriesHostRecordFormatKeyInformation
Get the record name

Specified by:
getName in interface IISeriesHostRecordFormatKeyInformation
See Also:
IISeriesHostRecordFormatKeyInformation.getName()

getKeyFields

public List getKeyFields()
Description copied from interface: IISeriesHostRecordFormatKeyInformation
Get the list of key fields for this record format. Each element of the list is an instance of IISeriesHostKeyField

Specified by:
getKeyFields in interface IISeriesHostRecordFormatKeyInformation
See Also:
IISeriesHostRecordFormatKeyInformation.getKeyFields()

setName

public void setName(String name)
Description copied from interface: IISeriesHostRecordFormatKeyInformation
Set the record name

Specified by:
setName in interface IISeriesHostRecordFormatKeyInformation
See Also:
IISeriesHostRecordFormatKeyInformation.setName(String)

setKeyFields

public void setKeyFields(List keys)
Description copied from interface: IISeriesHostRecordFormatKeyInformation
Set the list of key fields for this record format. Each element of the list must be an instance of IISeriesHostKeyField

Specified by:
setKeyFields in interface IISeriesHostRecordFormatKeyInformation
See Also:
IISeriesHostRecordFormatKeyInformation.setKeyFields(List)

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.