public class ComplexData
extends java.lang.Object
implements java.io.Serializable
InputStream
, at least prior to
saving the object.Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ComplexData(java.lang.String title,
java.lang.Object data)
Default constructor requires title and data.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData()
Get the data Object.
|
java.lang.String |
getTitle()
Get the title for this ComplexData
|
public static final long serialVersionUID
public ComplexData(java.lang.String title, java.lang.Object data)
title
- Name or brief description of ComplexData.data
- The complex data for an Obspublic java.lang.String getTitle()
String
public java.lang.Object getData()
Object
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.