Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scubatoolkit
Class DiveLog  view DiveLog download DiveLog.java

java.lang.Object
  extended byorg.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