org.scubatoolkit
Class DiveLog

java.lang.Object
  |
  +--org.scubatoolkit.DiveLog

public class DiveLog
extends java.lang.Object

Description of the Class

Version:
Author:

Field Summary
private  java.lang.String diveLogName
           
private  Dive[] dives
           
private  java.io.File fileName
           
private  Person owner
           
 
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

dives

private Dive[] dives

diveLogName

private java.lang.String diveLogName

fileName

private java.io.File fileName
Constructor Detail

DiveLog

DiveLog(java.lang.String n)
Constructor for the DiveLog object

Parameters:
n - Description of the Parameter
Method Detail

addDive

public void addDive(Dive d)
Adds a feature to the Dive attribute of the DiveLog object

Parameters:
d - The feature to be added to the Dive attribute

deleteDive

public void deleteDive(Dive d)
Description of the Method

Parameters:
d - Description of the Parameter

saveDiveLog

public void saveDiveLog()
Description of the Method



Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.