|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scubatoolkit
Class DiveLog

java.lang.Objectorg.scubatoolkit.DiveLog
- public class DiveLog
- extends java.lang.Object
Description of the Class
- Version:
| Field Summary | |
private java.lang.String |
diveLogName
Description of the Field |
private Dive[] |
dives
Description of the Field |
private java.io.File |
fileName
Description of the Field |
private Person |
owner
Description of the Field |
| Constructor Summary | |
(package private) |
DiveLog(java.lang.String n)
Constructor for the DiveLog object |
| Method Summary | |
void |
addDive(Dive d)
Adds a feature to the Dive attribute of the DiveLog object |
void |
deleteDive(Dive d)
Description of the Method |
void |
saveDiveLog()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
owner
private Person owner
- Description of the Field
dives
private Dive[] dives
- Description of the Field
diveLogName
private java.lang.String diveLogName
- Description of the Field
fileName
private java.io.File fileName
- Description of the Field
| Constructor Detail |
DiveLog
DiveLog(java.lang.String n)
- Constructor for the DiveLog object
| Method Detail |
addDive
public void addDive(Dive d)
- Adds a feature to the Dive attribute of the DiveLog object
deleteDive
public void deleteDive(Dive d)
- Description of the Method
saveDiveLog
public void saveDiveLog()
- Description of the Method
|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.scubatoolkit.DiveLog