|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wrq.apptrieve.appconn.AppConnRecord
com.wrq.apptrieve.appconn.AppConnModelRecord
public class AppConnModelRecord
This class holds attribute values or a single row of recordset data.
AppConnRecordSet
,
AppConnModel.getCurrentRecord()
,
AppConnModel.nextRecord(java.lang.String)
,
AppConnModel.getAttributes(java.util.List)
,
Serialized FormField Summary |
---|
Fields inherited from class com.wrq.apptrieve.appconn.AppConnRecord |
---|
doEngBundle, doLocBundle, elements, RECORD_TYPE_MODEL, RECORD_TYPE_TABLE, recordLocale, recordType |
Constructor Summary | |
---|---|
AppConnModelRecord()
Constructor for internal use only. |
Method Summary | |
---|---|
int |
getIndex()
Gets the index number for this record. |
TerminalAttributes |
getTerminalAttributes(java.lang.String elementName)
Gets the terminal attributes object for an element of this record. |
TerminalAttributes |
getTerminalAttributesByIndex(int elementIndex)
Gets the terminal attributes object for an element of this record. |
Methods inherited from class com.wrq.apptrieve.appconn.AppConnRecord |
---|
finalize, fromXMLString, get, getByIndex, getCount, getElementNames, getElements, getElementValues, getLocale, getRecordType, setLocale, toString, toXMLString, toXMLString |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AppConnModelRecord()
Method Detail |
---|
public int getIndex()
public TerminalAttributes getTerminalAttributes(java.lang.String elementName)
elementName
- java.lang.String - the name of the element, either the attribute name or the field name
public TerminalAttributes getTerminalAttributesByIndex(int elementIndex)
elementIndex
- int - the 0-based index of an element in the record
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |