org.gnu.pilotlink
Class AddressRecord

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

public class AddressRecord
extends Record


Field Summary
 
Fields inherited from class org.gnu.pilotlink.Record
ARCHIVED, attribs, BUSY, category, DELETED, DIRTY, id, size, SECRET
 
Constructor Summary
AddressRecord(Record r)
           
AddressRecord()
           
 
Method Summary
 byte[] getBuffer()
          Gets the buffer attribute of the Record object
 java.lang.String getField(int idx)
           
 int getLabelId(int idx)
           
 int getSize()
          Gets the size attribute of the Record object
 void setBuffer(byte[] buf)
          Sets the buffer attribute of the Record object
 void setField(java.lang.String cont, int idx)
           
 void setLabelId(int id, int idx)
           
 
Methods inherited from class org.gnu.pilotlink.Record
getAttribs, getCategory, getDateAt, getDateAt, getDateTimeAt, getDateTimeAt, getDoubleAt, getDoubleLongAt, getId, getIntAt, getIntAt, getLongAt, 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

AddressRecord

public AddressRecord(Record r)

AddressRecord

public AddressRecord()
Method Detail

setBuffer

public void setBuffer(byte[] buf)
Description copied from class: Record
Sets the buffer attribute of the Record object

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

getSize

public int getSize()
Description copied from class: Record
Gets the size attribute of the Record object

Overrides:
getSize in class Record
Returns:
The size 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

getField

public java.lang.String getField(int idx)

getLabelId

public int getLabelId(int idx)

setField

public void setField(java.lang.String cont,
                     int idx)

setLabelId

public void setLabelId(int id,
                       int idx)