|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlogbook.storage.logBkDataStruct.LogBook
public class LogBook
Abstract(can't instantiate) - You should get a copy from the class:
LogBookFromDbFactory
If you need to instantiate a logbook object, use a child class of
this: TempLogBk
| Field Summary | |
|---|---|
static boolean |
LOGBOOK_HAS_UNSAVED_CHANGES
|
| Constructor Summary | |
|---|---|
LogBook()
Creates a new instance of LogBook |
|
| Method Summary | |
|---|---|
LogBookRecord |
getLogBookRec(int logBookRecIndex)
We can do a "dot" operation(reference) off the returned value in order to modify it b/c the new stack variable that's returned is really referencing one object on the heap! :) |
java.util.ArrayList<LogBookRecord> |
getLogBookRecs()
|
int |
getNumRecs()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean LOGBOOK_HAS_UNSAVED_CHANGES
| Constructor Detail |
|---|
public LogBook()
| Method Detail |
|---|
public LogBookRecord getLogBookRec(int logBookRecIndex)
logBookRecIndex -
public java.util.ArrayList<LogBookRecord> getLogBookRecs()
public int getNumRecs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||