Rational Developer for Power Systems Software
V7.6

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

All Superinterfaces:
IISeriesHostMemberNameOnly, IISeriesHostObjectBrief, IISeriesHostObjectNameOnly
All Known Subinterfaces:
IISeriesHostMemberBasic, IQSYSDataMember, IQSYSMember, IQSYSSourceMember
All Known Implementing Classes:
ISeriesHostMemberBasic, ISeriesHostMemberBrief, QSYSHostDataMember, QSYSHostMember, QSYSHostSourceMember, QSYSRemoteDataMember, QSYSRemoteMember, QSYSRemoteSourceMember

public interface IISeriesHostMemberBrief
extends IISeriesHostObjectBrief, IISeriesHostMemberNameOnly

This interface represents a single member on the IBM i. It holds only the briefest of information about that member.


Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
Copyright, STATUS_DAMAGED, STATUS_LOCKED, STATUS_NOTAUTHORIZED, STATUS_OK, STATUS_PARTIALLYDAMAGED, STATUS_STRING_DAMAGED, STATUS_STRING_LOCKED, STATUS_STRING_NOTAUTHORIZED, STATUS_STRING_PARTIALLYDAMAGED
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostMemberNameOnly
Copyright
 
Method Summary
 String getFile()
          Get the file name for the member
 void setFile(String file)
          Set the file name for the member
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
getDescription, getInformationStatus, getSubType, getType, setDescription, setInformationStatus, setSubType, setType
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostMemberNameOnly
toString, writeObjectInfo
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 

Field Detail

copyright

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

setFile

void setFile(String file)
Set the file name for the member

Specified by:
setFile in interface IISeriesHostMemberNameOnly
Specified by:
setFile in interface IISeriesHostObjectBrief

getFile

String getFile()
Get the file name for the member

Specified by:
getFile in interface IISeriesHostMemberNameOnly
Specified by:
getFile in interface IISeriesHostObjectBrief

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.