org.gnu.pilotlink
Class MemoRecord

java.lang.Object
  extended by org.gnu.pilotlink.Record
      extended by org.gnu.pilotlink.MemoRecord

public class MemoRecord
extends Record


Field Summary
 
Fields inherited from class org.gnu.pilotlink.Record
ARCHIVED, attribs, BUSY, category, DELETED, DIRTY, id, size, SECRET
 
Constructor Summary
MemoRecord(Record r)
          Calls the constructor of Record which calles setBuffer, do not call setBuffer directly
MemoRecord(java.lang.String txt)
           
 
Method Summary
 byte[] getBuffer()
          Gets the buffer attribute of the Record object
 java.lang.String getText()
           
 void setBuffer(byte[] dat)
          usually called by the Constructor of Record
 void setText(java.lang.String m)
           
 
Methods inherited from class org.gnu.pilotlink.Record
getAttribs, getCategory, getDateAt, getDateAt, getDateTimeAt, getDateTimeAt, getDoubleAt, getDoubleLongAt, getId, getIntAt, getIntAt, getLongAt, getSize, getStringAt, getStringAt, isArchived, isBusy, isDeleted, isDirty, isSecret, setArchived, setAttribs, setCategory, setDateAt, setDateTimeAt, setDirty, setDoubleAt, setDoubleLongAt, setId, setIntAt, setLongAt, setSecret, setSize, setStringAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

MemoRecord

public MemoRecord(Record r)
Calls the constructor of Record which calles setBuffer, do not call setBuffer directly


MemoRecord

public MemoRecord(java.lang.String txt)
Method Detail

getText

public java.lang.String getText()

setText

public void setText(java.lang.String m)

setBuffer

public void setBuffer(byte[] dat)
usually called by the Constructor of Record

Specified by:
setBuffer in class Record
Parameters:
dat - The new buffer value

getBuffer

public byte[] getBuffer()
Description copied from class: Record
Gets the buffer attribute of the Record object

Specified by:
getBuffer in class Record
Returns:
The buffer value