|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
ApplicationInfo getApplicationInfo()
void setApplicationInfo(ApplicationInfo applicationInfo)
applicationInfo
- the application info blockHeader getHeader()
void setHeader(Header header)
header
- the headerjava.util.List<Record> getRecords()
void setRecords(java.util.List<Record> records)
records
- the recordsSortInfo getSortInfo()
void setSortInfo(SortInfo sortInfo)
sortInfo
- the sort info block
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |