net.sourceforge.jpalm.palmdb
Interface PalmDB

All Known Implementing Classes:
MobileDB, PalmDBImpl

public interface PalmDB

A Palm database.


Method Summary
 ApplicationInfo getApplicationInfo()
          Gets the application info block.
 Header getHeader()
          Gets the header.
 java.util.List<Record> getRecords()
          Gets the records.
 SortInfo getSortInfo()
          Gets the sort info block.
 void setApplicationInfo(ApplicationInfo applicationInfo)
          Sets the application info block.
 void setHeader(Header header)
          Sets the header.
 void setRecords(java.util.List<Record> records)
          Sets the records.
 void setSortInfo(SortInfo sortInfo)
          Sets the sort info block.
 

Method Detail

getApplicationInfo

ApplicationInfo getApplicationInfo()
Gets the application info block.

Returns:
the application info block

setApplicationInfo

void setApplicationInfo(ApplicationInfo applicationInfo)
Sets the application info block.

Parameters:
applicationInfo - the application info block

getHeader

Header getHeader()
Gets the header.

Returns:
the header

setHeader

void setHeader(Header header)
Sets the header.

Parameters:
header - the header

getRecords

java.util.List<Record> getRecords()
Gets the records.

Returns:
the records

setRecords

void setRecords(java.util.List<Record> records)
Sets the records.

Parameters:
records - the records

getSortInfo

SortInfo getSortInfo()
Gets the sort info block.

Returns:
the sort info block

setSortInfo

void setSortInfo(SortInfo sortInfo)
Sets the sort info block.

Parameters:
sortInfo - the sort info block