Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
      extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostMemberNameOnly
All Implemented Interfaces:
IISeriesHostMemberNameOnly, IISeriesHostObjectNameOnly

public class ISeriesHostMemberNameOnly
extends ISeriesHostObjectNameOnly
implements IISeriesHostMemberNameOnly

This class represents a single member name on the AS/400. It stores the name of the record, plus the library and file it is part of. Note both library and name properties are inherited so we need only worry here about the file property.


Field Summary
static String Copyright
           
protected  String file
           
 
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
library, name
 
Constructor Summary
ISeriesHostMemberNameOnly()
           
 
Method Summary
 String getFile()
          Get the file name.
 void setFile(String name)
          Set the file name.
 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.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.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

file

protected String file
Constructor Detail

ISeriesHostMemberNameOnly

public ISeriesHostMemberNameOnly()
Method Detail

setFile

public void setFile(String name)
Set the file name.

Specified by:
setFile in interface IISeriesHostMemberNameOnly

getFile

public String getFile()
Get the file name.

Specified by:
getFile in interface IISeriesHostMemberNameOnly

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 ISeriesHostObjectNameOnly

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 ISeriesHostObjectNameOnly

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.