org.gnu.pilotlink
Class FTB3VehicleRecord

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

public class FTB3VehicleRecord
extends Record


Field Summary
 
Fields inherited from class org.gnu.pilotlink.Record
ARCHIVED, attribs, BUSY, category, DELETED, DIRTY, id, size, SECRET
 
Constructor Summary
FTB3VehicleRecord(int i, int att, int cat, int sz)
           
FTB3VehicleRecord(Record r)
           
FTB3VehicleRecord()
           
 
Method Summary
 byte[] getBuffer()
          Gets the buffer attribute of the Record object
 java.lang.String getName()
           
 java.lang.String getNote()
           
 java.lang.String getPlate()
           
 void setBuffer(byte[] buf)
          Sets the buffer attribute of the Record object
 void setName(java.lang.String name)
           
 void setNote(java.lang.String note)
           
 void setPlate(java.lang.String plate)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

FTB3VehicleRecord

public FTB3VehicleRecord()

FTB3VehicleRecord

public FTB3VehicleRecord(int i,
                         int att,
                         int cat,
                         int sz)
Parameters:
i -
att -
cat -
sz -

FTB3VehicleRecord

public FTB3VehicleRecord(Record r)
Parameters:
r -
Method Detail

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

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

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getNote

public java.lang.String getNote()
Returns:
Returns the note.

setNote

public void setNote(java.lang.String note)
Parameters:
note - The note to set.

getPlate

public java.lang.String getPlate()
Returns:
Returns the plate.

setPlate

public void setPlate(java.lang.String plate)
Parameters:
plate - The plate to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object