public class DatasetPojo extends EntityPojo implements uno.informatics.data.Dataset
| Modifier and Type | Field and Description |
|---|---|
static String |
SIZE_PROPERTY |
static String |
STUDY_PROPERTY |
ABBREVIATION_PROPERTY, DESCRIPTION_PROPERTY, TYPE_PROPERTYNAME_PROPERTY, UNIQUE_IDENTIFIER_PROPERTY| Constructor and Description |
|---|
DatasetPojo(uno.informatics.data.Dataset dataset) |
DatasetPojo(String name) |
DatasetPojo(String uniqueIdentifier,
String name) |
DatasetPojo(String uniqueIdentifier,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
uno.informatics.data.Study |
getStudy() |
void |
setSize(int size)
Sets the size of this dataset
|
void |
setStudy(uno.informatics.data.Study study)
Sets the optional study to which this dataset belongs
|
getAbbreviation, getDescription, getType, setAbbreviation, setDescription, setTypeequals, getName, getUniqueIdentifier, hashCode, initialise, setName, setUniqueIdentifier, toStringaddPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final String STUDY_PROPERTY
public static final String SIZE_PROPERTY
public DatasetPojo(String name)
public DatasetPojo(uno.informatics.data.Dataset dataset)
public uno.informatics.data.Study getStudy()
getStudy in interface uno.informatics.data.Datasetpublic final void setStudy(uno.informatics.data.Study study)
study - public final int getSize()
getSize in interface uno.informatics.data.Datasetpublic final void setSize(int size)
size - Copyright © 2016. All rights reserved.