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

java.lang.Objectorg.scubatoolkit.Dive
- public class Dive
- extends java.lang.Object
Description of the Class
- Version:
| Field Summary | |
private double |
airTemp
Description of the Field |
private int |
altitude
Description of the Field |
private double |
avgDepth
Description of the Field |
private double |
avgWaterTemp
Description of the Field |
private boolean |
boatDive
Description of the Field |
private java.sql.Time |
bottomTime
Description of the Field |
private double |
bottomWaterTemp
Description of the Field |
private Person[] |
buddies
Description of the Field |
private boolean |
camera
Description of the Field |
private boolean |
caveDive
Description of the Field |
private boolean |
computer
Description of the Field |
private java.lang.String |
current
Description of the Field |
private boolean |
decoDive
Description of the Field |
private java.sql.Date |
diveDate
Description of the Field |
private int |
diveID
Description of the Field |
private int |
diveNo
Description of the Field |
private Site |
diveSite
Description of the Field |
private boolean |
iceDive
Description of the Field |
private boolean |
knife
Description of the Field |
private boolean |
light
Description of the Field |
private double |
maxDepth
Description of the Field |
private boolean |
nightDive
Description of the Field |
private java.lang.String |
objective
Description of the Field |
private boolean |
repetitiveDive
Description of the Field |
private java.lang.String |
suit
Description of the Field |
private double |
surfaceWaterTemp
Description of the Field |
private Tank[] |
tanks
Description of the Field |
private java.sql.Time |
timeIn
Description of the Field |
private java.sql.Time |
timeOut
Description of the Field |
private java.lang.String |
visibility
Description of the Field |
private java.lang.String |
wave
Description of the Field |
private java.lang.String |
weather
Description of the Field |
private double |
weight
Description of the Field |
private boolean |
wreckDive
Description of the Field |
| Constructor Summary | |
Dive()
|
|
| Method Summary | |
void |
addBuddy(Person b)
Adds a feature to the Buddy attribute of the Dive object |
void |
deleteBuddy(Person b)
Description of the Method |
void |
setBottomTime(java.sql.Time t)
Sets the bottomTime attribute of the Dive object |
void |
setDiveDate(java.sql.Date d)
Sets the diveDate attribute of the Dive object |
void |
setDiveSite(Site ds)
Sets the diveSite attribute of the Dive object |
void |
setTimeIn(java.sql.Time t)
Sets the timeIn attribute of the Dive object |
void |
setTimeOut(java.sql.Time t)
Sets the timeOut attribute of the Dive object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
weather
private java.lang.String weather
- Description of the Field
current
private java.lang.String current
- Description of the Field
suit
private java.lang.String suit
- Description of the Field
wave
private java.lang.String wave
- Description of the Field
objective
private java.lang.String objective
- Description of the Field
visibility
private java.lang.String visibility
- Description of the Field
decoDive
private boolean decoDive
- Description of the Field
boatDive
private boolean boatDive
- Description of the Field
repetitiveDive
private boolean repetitiveDive
- Description of the Field
wreckDive
private boolean wreckDive
- Description of the Field
nightDive
private boolean nightDive
- Description of the Field
caveDive
private boolean caveDive
- Description of the Field
iceDive
private boolean iceDive
- Description of the Field
camera
private boolean camera
- Description of the Field
knife
private boolean knife
- Description of the Field
light
private boolean light
- Description of the Field
computer
private boolean computer
- Description of the Field
diveDate
private java.sql.Date diveDate
- Description of the Field
airTemp
private double airTemp
- Description of the Field
avgWaterTemp
private double avgWaterTemp
- Description of the Field
surfaceWaterTemp
private double surfaceWaterTemp
- Description of the Field
bottomWaterTemp
private double bottomWaterTemp
- Description of the Field
weight
private double weight
- Description of the Field
maxDepth
private double maxDepth
- Description of the Field
avgDepth
private double avgDepth
- Description of the Field
timeIn
private java.sql.Time timeIn
- Description of the Field
timeOut
private java.sql.Time timeOut
- Description of the Field
bottomTime
private java.sql.Time bottomTime
- Description of the Field
altitude
private int altitude
- Description of the Field
diveNo
private int diveNo
- Description of the Field
diveID
private int diveID
- Description of the Field
tanks
private Tank[] tanks
- Description of the Field
diveSite
private Site diveSite
- Description of the Field
buddies
private Person[] buddies
- Description of the Field
| Constructor Detail |
Dive
public Dive()
| Method Detail |
addBuddy
public void addBuddy(Person b)
- Adds a feature to the Buddy attribute of the Dive object
deleteBuddy
public void deleteBuddy(Person b)
- Description of the Method
setDiveDate
public void setDiveDate(java.sql.Date d)
- Sets the diveDate attribute of the Dive object
setTimeIn
public void setTimeIn(java.sql.Time t)
- Sets the timeIn attribute of the Dive object
setTimeOut
public void setTimeOut(java.sql.Time t)
- Sets the timeOut attribute of the Dive object
setBottomTime
public void setBottomTime(java.sql.Time t)
- Sets the bottomTime attribute of the Dive object
setDiveSite
public void setDiveSite(Site ds)
- Sets the diveSite attribute of the Dive object
|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.scubatoolkit.Dive