|
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.Objectcom.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 IISeriesHostRecordNameOnlypublic void setFileType(String type)
setFileType in interface IISeriesHostRecordNameOnlypublic String getFile()
getFile in interface IISeriesHostRecordNameOnlypublic String getFileType()
getFileType in interface IISeriesHostRecordNameOnlypublic String toString()
toString in interface IISeriesHostObjectNameOnlytoString in interface IISeriesHostRecordNameOnlytoString in class ISeriesHostObjectNameOnlypublic void writeObjectInfo(PrintWriter writer)
writeObjectInfo in interface IISeriesHostObjectNameOnlywriteObjectInfo in interface IISeriesHostRecordNameOnlywriteObjectInfo 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 | |||||||||