public class ExerciseInfo
extends java.lang.Object
Constructor and Description |
---|
ExerciseInfo(int iDate,
double dblExerciseFactor,
int iWOType)
Constructs the ExerciseInfo from the work-out date, type, and the exercise factor
|
Modifier and Type | Method and Description |
---|---|
int |
date()
Retrieve the Exercise Date
|
double |
factor()
Retrieve the Exercise Factor
|
int |
workoutType()
Retrieve the Work-out Type
|
public ExerciseInfo(int iDate, double dblExerciseFactor, int iWOType) throws java.lang.Exception
iDate
- Work-out DatedblExerciseFactor
- Work-out FactoriWOType
- Work out Typejava.lang.Exception
- Thrown if input is invalid