|
||||||||||
| 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
public abstract class AbstractSampleData
Abstract base class for sample data types
| Constructor Summary | |
|---|---|
AbstractSampleData()
Constructor |
|
| Method Summary | |
|---|---|
protected Object |
clone()
|
String |
getRelatedData()
Getter for related data |
String |
toXML()
Serialization from the type to it's XML representation |
void |
updateRelatedData(String fileName)
Update method for related data ( used to update relative file location for transmitted samples ) |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.unikassel.android.sdcframework.data.independent.SampleData |
|---|
doClone |
| Constructor Detail |
|---|
public AbstractSampleData()
| Method Detail |
|---|
protected Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
public final String toXML()
throws Exception
SerializableData
toXML in interface SerializableDataException - if the schema for the object is not validpublic String getRelatedData()
SampleData
getRelatedData in interface SampleDatapublic void updateRelatedData(String fileName)
SampleData
updateRelatedData in interface SampleDatafileName - the new filename
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||