com.ibm.etools.iseries.comm.interfaces
Class ISeriesHostMemberNameOnly
java.lang.Object
com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
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.
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
file
protected String file
ISeriesHostMemberNameOnly
public ISeriesHostMemberNameOnly()
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
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.