Package com.sodius.oslc.app.jazz.model
Class ProjectAreaAssociations
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.app.jazz.model.ProjectAreaAssociations
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://jazz.net/xmlns/prod/jazz/process/1.0/") @OslcResourceShape(title="Project Area Associations", describes="http://jazz.net/xmlns/prod/jazz/process/1.0/links") @OslcName("links") public class ProjectAreaAssociations extends AbstractResource
Describes a set of project area associations.- Since:
- 1.3.0
- See Also:
ProjectAreaAssociation
-
-
Constructor Summary
Constructors Constructor Description ProjectAreaAssociations()
ProjectAreaAssociations(ProjectAreaAssociation[] associations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAssociation(ProjectAreaAssociation association)
ProjectAreaAssociation[]
getAssociations()
void
setAssociations(ProjectAreaAssociation[] associations)
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Constructor Detail
-
ProjectAreaAssociations
public ProjectAreaAssociations()
-
ProjectAreaAssociations
public ProjectAreaAssociations(ProjectAreaAssociation[] associations)
-
-
Method Detail
-
getAssociations
@OslcPropertyDefinition("http://jazz.net/xmlns/prod/jazz/process/1.0/links") @OslcName("links") @OslcValueType(LocalResource) @OslcRepresentation(Inline) public ProjectAreaAssociation[] getAssociations()
-
setAssociations
public void setAssociations(ProjectAreaAssociation[] associations)
-
addAssociation
public void addAssociation(ProjectAreaAssociation association)
-
-