|
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
com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordBasic
public class ISeriesHostRecordBasic
This class represents a single record format on the AS/400.
It holds basic information about that object.
For device files, different record format info is available via ISeriesHostRecordDevice
| Field Summary | |
|---|---|
static String |
Copyright
|
protected String |
id
|
protected int |
len
|
protected int |
nbrFlds
|
protected String |
text
|
| Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly |
|---|
file, fileType |
| Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly |
|---|
library, name |
| Constructor Summary | |
|---|---|
ISeriesHostRecordBasic()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the record format description. |
int |
getFieldCount()
Get the number of fields. |
String |
getID()
Get the record format ID. |
int |
getLength()
Get the record format length |
void |
setDescription(String text)
Set the record format description. |
void |
setFieldCount(int nbr)
Set the number of fields. |
void |
setID(String id)
Set the record format ID. |
void |
setLength(int len)
Set the record format length Usually called by the ISeriesListRecords class. |
void |
writeObjectInfo(PrintWriter writer)
For debugging purposes |
| Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly |
|---|
getFile, getFileType, setFile, setFileType, toString |
| 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.IISeriesHostRecordNameOnly |
|---|
getFile, getFileType, setFile, setFileType, toString |
| Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly |
|---|
getLibrary, getName, setLibrary, setName |
| Field Detail |
|---|
public static final String Copyright
protected String id
protected String text
protected int len
protected int nbrFlds
| Constructor Detail |
|---|
public ISeriesHostRecordBasic()
| Method Detail |
|---|
public void setID(String id)
setID in interface IISeriesHostRecordBasicpublic void setLength(int len)
setLength in interface IISeriesHostRecordBasicpublic void setFieldCount(int nbr)
setFieldCount in interface IISeriesHostRecordBasicpublic void setDescription(String text)
setDescription in interface IISeriesHostRecordBasicpublic String getID()
getID in interface IISeriesHostRecordBasicpublic int getLength()
getLength in interface IISeriesHostRecordBasicpublic int getFieldCount()
getFieldCount in interface IISeriesHostRecordBasicpublic String getDescription()
getDescription in interface IISeriesHostRecordBasicpublic void writeObjectInfo(PrintWriter writer)
writeObjectInfo in interface IISeriesHostObjectNameOnlywriteObjectInfo in interface IISeriesHostRecordNameOnlywriteObjectInfo in class ISeriesHostRecordNameOnly
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||