|
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.ExerciseModifier
public class ExerciseModifier
The representation of an exercise modifier.
| Field Summary | |
|---|---|
protected java.lang.String |
name
The name of the exercise modifier. |
private static long |
serialVersionUID
The serial version UID. |
protected java.lang.String |
value
The value for the exercise modifier. |
| Constructor Summary | |
|---|---|
ExerciseModifier()
Initializes a new instance of the ExerciseModifier class with blank values. |
|
ExerciseModifier(java.lang.String name,
java.lang.String value)
Initializes a new instance of the ExerciseModifier class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the modifier. |
java.lang.String |
getValue()
Gets the value of the modifier. |
void |
setName(java.lang.String name)
Sets the name of the modifier. |
void |
setValue(java.lang.String value)
Sets the value of the modifier. |
| 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 java.lang.String name
protected java.lang.String value
| Constructor Detail |
|---|
public ExerciseModifier()
public ExerciseModifier(java.lang.String name,
java.lang.String value)
name - The name of the modifier.value - The value for the modifier.| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The value 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 | ||||||||