Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
All Implemented Interfaces:
IISeriesHostObjectNameOnly
Direct Known Subclasses:
ISeriesHostMemberNameOnly, ISeriesHostObjectBrief, ISeriesHostRecordNameOnly

public class ISeriesHostObjectNameOnly
extends Object
implements IISeriesHostObjectNameOnly

This class represents a single name on the AS/400.


Field Summary
static String Copyright
           
protected  String library
           
protected  String name
           
 
Constructor Summary
ISeriesHostObjectNameOnly()
           
 
Method Summary
 String getLibrary()
          Get the library containing the object.
 String getName()
          Get the name.
 void setLibrary(String name)
          Set the library containing the object.
 void setName(String name)
          Set the object name.
 String toString()
          For printing to a stream file
 void writeObjectInfo(PrintWriter writer)
          For debugging purposes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

library

protected String library

name

protected String name
Constructor Detail

ISeriesHostObjectNameOnly

public ISeriesHostObjectNameOnly()
Method Detail

setName

public void setName(String name)
Set the object name.

Specified by:
setName in interface IISeriesHostObjectNameOnly

setLibrary

public void setLibrary(String name)
Set the library containing the object.

Specified by:
setLibrary in interface IISeriesHostObjectNameOnly

getName

public String getName()
Get the name.

Specified by:
getName in interface IISeriesHostObjectNameOnly

getLibrary

public String getLibrary()
Get the library containing the object.

Specified by:
getLibrary in interface IISeriesHostObjectNameOnly

toString

public String toString()
For printing to a stream file

Specified by:
toString in interface IISeriesHostObjectNameOnly
Overrides:
toString in class Object

writeObjectInfo

public void writeObjectInfo(PrintWriter writer)
For debugging purposes

Specified by:
writeObjectInfo in interface IISeriesHostObjectNameOnly

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.