public class ComplexData extends Object implements Serializable
InputStream, at least prior to
saving the object.| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ComplexData(String title,
Object data)
Default constructor requires title and data.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Get the data Object.
|
String |
getTitle()
Get the title for this ComplexData
|
public static final long serialVersionUID
public String getTitle()
Stringpublic Object getData()
ObjectCopyright © 2018 OpenMRS LLC.. All Rights Reserved.