public class Configuration extends AbstractResource
See the OSLC Configuration Management specification for details:
https://tools.oasis-open.org/version-control/browse/wsvn/oslc-core/trunk/specs/config/oslc-config-mgt.html
Modifier and Type | Field and Description |
---|---|
protected Set<URI> |
selections |
Constructor and Description |
---|
Configuration() |
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
public URI[] getContributors()
public void setContributors(URI[] contributors)
public void addContributor(URI contributor)
public Date getCreated()
public void setCreated(Date created)
public URI[] getCreators()
public void setCreators(URI[] creators)
public void addCreator(URI creator)
public String getDescription()
public void setDescription(String description)
public String getIdentifier()
public void setIdentifier(String identifier)
public Date getModified()
public void setModified(Date modified)
public String[] getSubjects()
public void setSubjects(String[] subjects)
public void addSubject(String subject)
public String getTitle()
public void setTitle(String title)
public URI[] getAcceptedBy()
public void setAcceptedBy(URI[] acceptedBy)
public void addAcceptedBy(URI acceptedBy)
public URI getBranch()
public void setBranch(URI branch)
public URI getComponent()
public void setComponent(URI component)
public Contribution[] getContributions()
public void setContributions(Contribution[] contributions)
public void addContribution(Contribution contribution)
public URI[] getSelectionsArray()
public void setSelectionsArray(URI[] selections)
selections
- the new selections.public URI getSelections()
public void setSelections(URI selections)
public URI getInstanceShape()
public void setInstanceShape(URI instanceShape)
public URI[] getModifiedBy()
public void setModifiedBy(URI[] modifiedBy)
public void addModifiedBy(URI modifiedBy)
public URI getServiceProvider()
public void setServiceProvider(URI serviceProvider)
public String getShortId()
public void setShortId(String shortId)
public String getShortTitle()
public void setShortTitle(String shortTitle)
public boolean isArchived()
public void setArchived(boolean archived)
archived
- The new archived value for that configuration