|
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.ExercisePlan
public class ExercisePlan
The representation of an exercise plan.
| Field Summary | |
|---|---|
protected java.util.ArrayList<Exercise> |
exercises
The array of exercises that are part of the plan. |
private int |
id
The plan identifier. |
private java.lang.String |
mid
The message identifier. |
private java.lang.String |
notes
The notes for the entire plan. |
private java.lang.String |
password
The message password. |
private java.lang.String |
url
The URL for the exercise plan. |
| Constructor Summary | |
|---|---|
ExercisePlan()
Initializes a new instance of the ExercisePlan class. |
|
| Method Summary | |
|---|---|
java.util.ArrayList<Exercise> |
getExercises()
Gets the array of exercises. |
int |
getId()
Gets the plan identifier. |
java.lang.String |
getMid()
Gets the mid. |
java.lang.String |
getNotes()
Gets the exercise plan notes. |
java.lang.String |
getPassword()
Gets the password. |
java.lang.String |
getUrl()
Gets the message url. |
void |
setId(int id)
Sets the plan identifier. |
void |
setMid(java.lang.String mid)
Sets the mid. |
void |
setNotes(java.lang.String notes)
Sets the exercise plan notes. |
void |
setPassword(java.lang.String password)
Sets the password. |
void |
setUrl(java.lang.String url)
Sets the message url. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ArrayList<Exercise> exercises
private int id
private java.lang.String url
private java.lang.String mid
private java.lang.String password
private java.lang.String notes
| Constructor Detail |
|---|
public ExercisePlan()
| Method Detail |
|---|
public java.util.ArrayList<Exercise> getExercises()
public int getId()
public void setId(int id)
id - The identifier to set.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - The message url to set.public java.lang.String getMid()
public void setMid(java.lang.String mid)
mid - The mid to set.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - The password to set.public java.lang.String getNotes()
public void setNotes(java.lang.String notes)
notes - The notes to set.
|
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 | ||||||||