public interface StudyDefinition
| Modifier and Type | Interface and Description |
|---|---|
static class |
StudyDefinition.Status |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsItem(CatalogItem item) |
String |
getAuthorEmail() |
List<String> |
getAuthors() |
Date |
getDateCreated() |
String |
getDescription() |
String |
getId() |
Iterable<CatalogItem> |
getItems() |
String |
getName() |
String |
getRequestProposalForm()
Get the request proposal form filename
|
StudyDefinition.Status |
getStatus() |
String |
getVersion() |
void |
setId(String id) |
void |
setItems(Iterable<CatalogItem> items) |
void |
setName(String name) |
void |
setRequestProposalForm(String fileName) |
String getId()
void setId(String id)
String getName()
void setName(String name)
String getDescription()
String getVersion()
Date getDateCreated()
StudyDefinition.Status getStatus()
Iterable<CatalogItem> getItems()
void setItems(Iterable<CatalogItem> items)
boolean containsItem(CatalogItem item)
String getAuthorEmail()
String getRequestProposalForm()
void setRequestProposalForm(String fileName)
Copyright © 2014. All Rights Reserved.