|
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 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 IISeriesHostRecordBasic
public void setLength(int len)
setLength
in interface IISeriesHostRecordBasic
public void setFieldCount(int nbr)
setFieldCount
in interface IISeriesHostRecordBasic
public void setDescription(String text)
setDescription
in interface IISeriesHostRecordBasic
public String getID()
getID
in interface IISeriesHostRecordBasic
public int getLength()
getLength
in interface IISeriesHostRecordBasic
public int getFieldCount()
getFieldCount
in interface IISeriesHostRecordBasic
public String getDescription()
getDescription
in interface IISeriesHostRecordBasic
public void writeObjectInfo(PrintWriter writer)
writeObjectInfo
in interface IISeriesHostObjectNameOnly
writeObjectInfo
in interface IISeriesHostRecordNameOnly
writeObjectInfo
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 |