|
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.ExerciseImage
public class ExerciseImage
The representation of an exercise image.
| Field Summary | |
|---|---|
protected int |
position
The position of the image. |
private static long |
serialVersionUID
The serial version UID. |
protected java.lang.String |
type
The type of the image. |
protected java.lang.String |
url
The url for the image. |
| Constructor Summary | |
|---|---|
ExerciseImage()
Initializes a new instance of the ExerciseImage class with blank values. |
|
ExerciseImage(java.lang.String type,
java.lang.String url,
int position)
Initializes a new instance of the ExerciseImage class. |
|
| Method Summary | |
|---|---|
int |
getPosition()
Gets the position. |
java.lang.String |
getType()
Gets the type of the image. |
java.lang.String |
getUrl()
Gets the url of the image. |
void |
setPosition(int position)
Sets the position. |
void |
setPosition(java.lang.String position)
Sets the position. |
void |
setType(java.lang.String type)
Sets the type of the image. |
void |
setUrl(java.lang.String url)
Sets the url of the image. |
| 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 type
protected java.lang.String url
protected int position
| Constructor Detail |
|---|
public ExerciseImage()
public ExerciseImage(java.lang.String type,
java.lang.String url,
int position)
type - The type of the image.url - The url for the image.position - The position of the image.| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String type)
type - The type of the image to set.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - The url of the image to set.public int getPosition()
public void setPosition(int position)
position - The position to set.public void setPosition(java.lang.String position)
position - The position 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 | ||||||||