|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPRecord
org.jSyncManager.API.Protocol.Util.StdApps.MemoRecord
Record parser/generater for the Memo Database record format.
| Field Summary | |
protected java.lang.String |
memoText
A string to hold the text of the memo. |
protected static java.util.ResourceBundle |
rb
A handle to the resource bundle to use. |
| Fields inherited from class org.jSyncManager.API.Protocol.Util.DLPRecord |
ARCHIVED, attributes, BUSY, category, data, DATA_INCLUDED, DELETE_ALL_IN_CATEGORY, DELETE_ALL_RECORDS, DELETED, DIRTY, index, inputData, recordID, recordSize, SECRET, SORT_DATABASE |
| Constructor Summary | |
MemoRecord()
MemoRecord default constructor. |
|
MemoRecord(DLPRecord record)
Construct a new Memo Record object from the contents of the specified DLPBlock object. |
|
| Method Summary | |
protected void |
generateData()
Generate the raw data block from the existing fields. |
java.lang.String |
getMemoText()
Return the memo text contents in a String value. |
protected void |
parseFields()
Parse the data fields. |
void |
setMemoText(java.lang.String s)
Set the memo text contents with a String value. |
java.lang.String |
toString()
Return a human-readable String representation of this memo record object. |
| Methods inherited from class org.jSyncManager.API.Protocol.Util.DLPRecord |
addAttribute, checkAttribute, clearAttribute, getAttributes, getCategory, getData, getIndex, getRecordID, getRecordSize, setAttributes, setCategory, setData, setIndex, setRecordID, setRecordSize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String memoText
protected static java.util.ResourceBundle rb
| Constructor Detail |
public MemoRecord()
public MemoRecord(DLPRecord record)
record - a DLPBlork object as read from the handheld Memo database.| Method Detail |
protected void generateData()
generateData in class DLPRecordpublic java.lang.String getMemoText()
protected void parseFields()
parseFields in class DLPRecordpublic void setMemoText(java.lang.String s)
s - the text contents for the memo.public java.lang.String toString()
toString in class DLPRecord
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||