|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectde.unikassel.android.sdcframework.data.independent.AbstractSampleData
de.unikassel.android.sdcframework.data.independent.TwitterSampleData
public final class TwitterSampleData
The device specific sample data of a twitter sensor device. For the moment it does just contain the twitter message.
TwitterDevice,
TwitterDeviceScanner| Field Summary | |
|---|---|
private String |
message
The twitter message. |
| Constructor Summary | |
|---|---|
TwitterSampleData()
Constructor |
|
TwitterSampleData(TwitterSampleData sampleData)
Constructor |
|
| Method Summary | |
|---|---|
protected Object |
clone()
|
SampleData |
doClone()
Method to clone sample data |
boolean |
equals(Object o)
|
String |
getMessage()
Getter for the message |
void |
setMessage(String message)
Setter for the message |
| Methods inherited from class de.unikassel.android.sdcframework.data.independent.AbstractSampleData |
|---|
getRelatedData, toXML, updateRelatedData |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String message
| Constructor Detail |
|---|
public TwitterSampleData()
public TwitterSampleData(TwitterSampleData sampleData)
sampleData - the sample data to copy construct from| Method Detail |
|---|
public final SampleData doClone()
SampleData
protected final Object clone()
throws CloneNotSupportedException
clone in class AbstractSampleDataCloneNotSupportedExceptionpublic final boolean equals(Object o)
equals in class Objectpublic final void setMessage(String message)
message - the message to setpublic final String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||