Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
      extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief
          extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostMemberBrief
All Implemented Interfaces:
IISeriesHostMemberBrief, IISeriesHostMemberNameOnly, IISeriesHostObjectBrief, IISeriesHostObjectNameOnly
Direct Known Subclasses:
ISeriesHostMemberBasic

public class ISeriesHostMemberBrief
extends ISeriesHostObjectBrief
implements IISeriesHostMemberBrief

This Class 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 class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief
Copyright, subtype, type
 
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
library, name
 
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
 
Constructor Summary
ISeriesHostMemberBrief()
           
 
Method Summary
 String getFile()
          Get the file name for the member
 void setFile(String file)
          Set the file name for the member
 String toString()
          For printing to a stream file
 void writeObjectInfo(PrintWriter writer)
          For debugging purposes
 
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief
getDescription, getInformationStatus, getSubType, getType, setDescription, setInformationStatus, setSubType, setType
 
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 

Field Detail

copyright

public static String copyright
Constructor Detail

ISeriesHostMemberBrief

public ISeriesHostMemberBrief()
Method Detail

setFile

public void setFile(String file)
Description copied from interface: IISeriesHostMemberBrief
Set the file name for the member

Specified by:
setFile in interface IISeriesHostMemberBrief
Specified by:
setFile in interface IISeriesHostMemberNameOnly
Specified by:
setFile in interface IISeriesHostObjectBrief
Overrides:
setFile in class ISeriesHostObjectBrief

getFile

public String getFile()
Description copied from interface: IISeriesHostMemberBrief
Get the file name for the member

Specified by:
getFile in interface IISeriesHostMemberBrief
Specified by:
getFile in interface IISeriesHostMemberNameOnly
Specified by:
getFile in interface IISeriesHostObjectBrief
Overrides:
getFile in class ISeriesHostObjectBrief

toString

public String toString()
For printing to a stream file

Specified by:
toString in interface IISeriesHostMemberNameOnly
Specified by:
toString in interface IISeriesHostObjectNameOnly
Overrides:
toString in class ISeriesHostObjectBrief

writeObjectInfo

public void writeObjectInfo(PrintWriter writer)
For debugging purposes

Specified by:
writeObjectInfo in interface IISeriesHostMemberNameOnly
Specified by:
writeObjectInfo in interface IISeriesHostObjectNameOnly
Overrides:
writeObjectInfo in class ISeriesHostObjectBrief

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.