|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly
public class ISeriesHostRecordNameOnly
This class represents a single record 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
|
protected String |
fileType
|
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly |
---|
library, name |
Constructor Summary | |
---|---|
ISeriesHostRecordNameOnly()
|
Method Summary | |
---|---|
String |
getFile()
Get the file name. |
String |
getFileType()
Return the type of file this record is from. |
void |
setFile(String name)
Set the file name. |
void |
setFileType(String type)
Set the file type. |
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 |
---|
public static final String Copyright
protected String file
protected String fileType
Constructor Detail |
---|
public ISeriesHostRecordNameOnly()
Method Detail |
---|
public void setFile(String name)
setFile
in interface IISeriesHostRecordNameOnly
public void setFileType(String type)
setFileType
in interface IISeriesHostRecordNameOnly
public String getFile()
getFile
in interface IISeriesHostRecordNameOnly
public String getFileType()
getFileType
in interface IISeriesHostRecordNameOnly
public String toString()
toString
in interface IISeriesHostObjectNameOnly
toString
in interface IISeriesHostRecordNameOnly
toString
in class ISeriesHostObjectNameOnly
public void writeObjectInfo(PrintWriter writer)
writeObjectInfo
in interface IISeriesHostObjectNameOnly
writeObjectInfo
in interface IISeriesHostRecordNameOnly
writeObjectInfo
in class ISeriesHostObjectNameOnly
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |