public abstract class ContextBean extends BaseDbBean<UUID>
Modifier and Type | Field and Description |
---|---|
static String |
CONTEXT_GET
Deprecated.
Constructing full ref URLs for context objects is no longer needed.
|
Constructor and Description |
---|
ContextBean() |
Modifier and Type | Method and Description |
---|---|
void |
convertAndSetId(String id) |
abstract ContextBean |
copy() |
List<Contributor> |
getContributors()
Returns the list of contributors.
|
RFC3339Date |
getCreated()
Returns the created date in UTC RFC 3339 format.
|
Set<DataElement> |
getDataElements()
Returns the Set of DataElement objects.
|
List<String> |
getFieldsets()
Gets the fieldsets field
|
Contributor |
getLastContributor()
Return the last contributor from the list if exists
|
Contributor |
getNewContributor()
Returns the new Contributor.
|
Map<String,List<SecureContentReferenceItem>> |
getWorkgroups()
Gets the workgroups
|
void |
setContributors(List<Contributor> contributors)
Set the contributors.
|
void |
setCreated(RFC3339Date created) |
void |
setDataElements(Set<DataElement> dataElements)
Set the Data Elements member using a Set of DataElement objects
|
void |
setFieldsets(List<String> fieldsets)
Sets the fieldsets field
|
void |
setNewContributor(Contributor newContributor)
Set the new Contributor
|
void |
setWorkgroups(Map<String,List<SecureContentReferenceItem>> workgroups)
Sets the workgroups
|
compareTo, getBeanUri, getId, getKey, getLastUpdated, getRefURL, setId, setKey, setLastUpdated, setRefURL
@Deprecated public static final String CONTEXT_GET
public RFC3339Date getCreated()
public void setCreated(RFC3339Date created)
public List<String> getFieldsets()
public void setFieldsets(List<String> fieldsets)
fieldsets
- is the fieldsets to setpublic Set<DataElement> getDataElements()
public void setDataElements(Set<DataElement> dataElements)
dataElements
- is a Set of DataElement objectspublic Map<String,List<SecureContentReferenceItem>> getWorkgroups()
public void setWorkgroups(Map<String,List<SecureContentReferenceItem>> workgroups)
workgroups
- list of workgroupspublic Contributor getNewContributor()
public void setNewContributor(Contributor newContributor)
newContributor
- public List<Contributor> getContributors()
public Contributor getLastContributor()
public void setContributors(List<Contributor> contributors)
contributors
- public void convertAndSetId(String id)
convertAndSetId
in class BaseDbBean<UUID>
public abstract ContextBean copy()
Copyright © 2018. All rights reserved.