|
Android Mobile Physical Therapy Exercise Documenter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.communipatient.amptedapp.data.Parameters
public class Parameters
The representation of the exercise parameters.
| Field Summary | |
|---|---|
protected int |
reps
The value for either reps for the exercise. |
private static long |
serialVersionUID
The serial version UID. |
protected int |
sets
The number of sets for the exercise. |
protected int |
time
The amount of time for the exercise. |
protected java.lang.String |
timeunits
|
| Constructor Summary | |
|---|---|
Parameters()
Initializes a new instances of the Parameters class with default values. |
|
Parameters(int sets,
int reps,
int time,
java.lang.String timeunits)
Initializes a new instance of the Parameters class. |
|
| Method Summary | |
|---|---|
int |
getReps()
Gets the number of reps. |
java.lang.String |
getRepsString()
Gets the string representation of the reps. |
int |
getSets()
Gets the number of sets. |
java.lang.String |
getSetsString()
Gets the string representation of the sets. |
int |
getTime()
Gets the amount of time. |
java.lang.String |
getTimeString()
Gets the string representation of the time. |
java.lang.String |
getTimeunits()
Gets the time units. |
java.lang.String |
getTimeWithUnits()
Gets the time with the units. |
void |
setReps(int reps)
Sets the number of reps. |
void |
setSets(int sets)
Sets the number of sets. |
void |
setTime(int time)
Sets the amount of time. |
void |
setTimeunits(java.lang.String timeunits)
Sets the time units. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
protected int sets
protected int reps
protected int time
protected java.lang.String timeunits
| Constructor Detail |
|---|
public Parameters()
public Parameters(int sets,
int reps,
int time,
java.lang.String timeunits)
sets - The number of sets.reps - The value of reps.time - The amount of time.timeunits - The units of time.| Method Detail |
|---|
public int getSets()
public java.lang.String getSetsString()
public void setSets(int sets)
sets - The number of sets to set.public int getReps()
public java.lang.String getRepsString()
public void setReps(int reps)
reps - The reps to set.public int getTime()
public java.lang.String getTimeString()
public void setTime(int time)
time - The amount of time to set.public java.lang.String getTimeunits()
public void setTimeunits(java.lang.String timeunits)
timeunits - The time units to setpublic java.lang.String getTimeWithUnits()
|
Revision: 109 Generated on Sat Dec 10 07:00:03 UTC 2011 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||