|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectasjava.uniclientlibs.UniString
asjava.uniclientlibs.UniDynArray
asjava.uniclientlibs.UniRecord
UniRecord
is used to control UniVerse Record interaction. It is an extension
of the UniDynArray
object, and thus behaves in a similar fashion. All
UniDynArray
operations can be performed, and will be performed on the data
portion of this object.
Field Summary |
---|
Fields inherited from class asjava.uniclientlibs.UniString |
---|
count, inPacket, outPacket, uniConnection, uniReturnCode, uniStatus, value |
Constructor Summary | |
---|---|
UniRecord()
Constructs a UniRecord with no data in it. |
|
UniRecord(java.lang.Object aRecID)
Constructs a UniRecord with just the record ID |
|
UniRecord(java.lang.Object aRecID,
java.lang.Object aRecVal)
Constructs a UniRecord with the record ID and record data |
|
UniRecord(java.lang.Object aRecID,
java.lang.Object aRecVal,
int aStatus)
Constructs a UniRecord with the record ID and record data, setting the initial status as well |
Method Summary | |
---|---|
UniDynArray |
getRecord()
return the objects data value |
UniDynArray |
getRecordID()
return the objects RecordID |
int |
returnCode()
return the objects return code |
void |
setRecord(java.lang.Object aRecVal)
sets the objects data value param aRecVal UniDynArray representing the objects record data value |
void |
setRecord(java.lang.String aRecVal)
sets the objects data value param aRecVal UniDynArray representing the objects record data value |
void |
setRecord(UniDynArray aRecVal)
sets the objects data value param aRecVal UniDynArray representing the objects record data value |
void |
setRecordID(java.lang.Object aRecID)
sets the objects RecordID value param aRecID UniDynArray representing the objects record ID |
void |
setRecordID(UniDynArray aRecID)
sets the objects RecordID value param aRecID UniDynArray representing the objects record ID |
void |
setReturnCode(int aReturnCode)
sets the objects return value param aReturnCode integer representing the objects return code |
void |
setStatus(int aStatusVal)
sets the objects status value param aStatusVal integer representing the objects status |
int |
status()
return the objects stats |
java.lang.String |
toString()
returns the String representation of the object. |
UniDynArray |
toUniDynArray()
returns the UniDynArray representation of the object. |
UniString |
toUniString()
returns the UniString representation of the object. |
Methods inherited from class asjava.uniclientlibs.UniDynArray |
---|
count, count, count, count, dcount, dcount, dcount, dcount, delete, delete, delete, extract, extract, extract, insert, insert, insert, length, length, length, regenerateDynArray, remove, remove, remove, replace, replace, replace, setValue, setValue |
Methods inherited from class asjava.uniclientlibs.UniString |
---|
alpha, alpha, append, append, append, append, append, append, append, append, append, append, change, change, change, charAt, compareTo, convert, convert, count, dcount, equals, equalsIgnoreCase, getBytes, getBytes, getChars, getInternalMarkCharacter, getMarkCharacter, iconv, insert, insert, insert, insert, insert, insert, insert, left, length, oconv, quote, quote, right, setCharAt, substring, substring, toCharArray, toLowerCase, toUpperCase |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UniRecord()
public UniRecord(java.lang.Object aRecID)
aRecID
- the record ID this record representspublic UniRecord(java.lang.Object aRecID, java.lang.Object aRecVal)
aRecID
- the record ID this record representsaRecVal
- the record Data this record represents...public UniRecord(java.lang.Object aRecID, java.lang.Object aRecVal, int aStatus)
aRecID
- the record ID this record representsaRecVal
- the record Data this record represents...aStatus
- the initial status value of this recordMethod Detail |
public UniDynArray getRecordID()
public UniDynArray getRecord()
public int returnCode()
public int status()
status
in class UniString
public void setRecordID(java.lang.Object aRecID)
public void setRecordID(UniDynArray aRecID)
public void setRecord(java.lang.Object aRecVal)
public void setRecord(UniDynArray aRecVal)
public void setRecord(java.lang.String aRecVal)
public void setReturnCode(int aReturnCode)
public void setStatus(int aStatusVal)
public java.lang.String toString()
toString
in class UniDynArray
public UniDynArray toUniDynArray()
public UniString toUniString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |