|
||||||||||
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.TextSampleData
public final class TextSampleData
The device specific sample data of a sensor device with a simple text information (e.g. the sensor device for tags). It does just contain a text field.
TwitterDevice
,
TwitterDeviceScanner
Field Summary | |
---|---|
private String |
text
The text (tags). |
Constructor Summary | |
---|---|
TextSampleData()
Constructor |
|
TextSampleData(TextSampleData sampleData)
Constructor |
Method Summary | |
---|---|
protected Object |
clone()
|
SampleData |
doClone()
Method to clone sample data |
boolean |
equals(Object o)
|
String |
getText()
Getter for the text (tags) |
void |
setText(String text)
Setter for the text (tags) |
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 text
Constructor Detail |
---|
public TextSampleData()
public TextSampleData(TextSampleData sampleData)
sampleData
- the sample data to copy construct fromMethod Detail |
---|
public final SampleData doClone()
SampleData
protected final Object clone() throws CloneNotSupportedException
clone
in class AbstractSampleData
CloneNotSupportedException
public final boolean equals(Object o)
equals
in class Object
public final void setText(String text)
text
- the text (tags) to setpublic final String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |