palmed.io
Interface IRecord

All Superinterfaces:
ISerializable
All Known Subinterfaces:
IRecordBuffer
All Known Implementing Classes:
Record, RecordBuffer

public interface IRecord
extends ISerializable

This interface defines a record.

Version:
$Revision: 267 $ $Date: 2005-09-27 07:04:40 +0900 (mar., 27 sept. 2005) $
Author:
Mathieu Champlon

Method Summary
 void delete()
          Delete the record.
 void persist()
          Save the record.
 void restore()
          Load the record.
 
Methods inherited from interface palmed.io.ISerializable
marshall, unmarshall
 

Method Detail

persist

void persist()
Save the record.


restore

void restore()
Load the record.


delete

void delete()
Delete the record.



Copyright © 2004-2006 PalmEd. All Rights Reserved.