Interface IProject
- All Known Implementing Classes:
Project
@OslcNamespace("http://open-services.net/ns/promcode#")
@OslcName("Project")
@OslcResourceShape(title="Project Shape",
description="A project is software development work to achieve some business goal.",
describes="http://open-services.net/ns/promcode#Project")
public interface IProject
-
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
void
setActualEndDate
(Date actualEndDate) void
setActualStartDate
(Date actualStartDate) void
setDescription
(String description) void
setIdentifier
(String identifier) void
setMetricOfScopeItemSize
(Link metricOfScopeItemSize) void
setPlannedEndDate
(Date plannedEndDate) void
setPlannedStartDate
(Date plannedStartDate) void
void
void
setUnitOfScopeItemSize
(Link unitOfScopeItemSize)
-
Method Details
-
getDescription
@OslcName("description") @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcOccurs(ZeroOrOne) @OslcValueType(XMLLiteral) @OslcReadOnly(false) String getDescription() -
getIdentifier
@OslcName("identifier") @OslcPropertyDefinition("http://purl.org/dc/terms/identifier") @OslcOccurs(ExactlyOne) @OslcValueType(String) @OslcReadOnly(false) String getIdentifier() -
getSource
@OslcName("source") @OslcPropertyDefinition("http://purl.org/dc/terms/source") @OslcOccurs(ZeroOrOne) @OslcValueType(String) @OslcReadOnly(false) String getSource() -
getTitle
@OslcName("title") @OslcPropertyDefinition("http://purl.org/dc/terms/title") @OslcOccurs(ZeroOrOne) @OslcValueType(XMLLiteral) @OslcReadOnly(false) String getTitle() -
getActualEndDate
@OslcName("actualEndDate") @OslcPropertyDefinition("http://open-services.net/ns/promcode#actualEndDate") @OslcOccurs(ZeroOrOne) @OslcValueType(DateTime) @OslcReadOnly(false) Date getActualEndDate() -
getActualStartDate
@OslcName("actualStartDate") @OslcPropertyDefinition("http://open-services.net/ns/promcode#actualStartDate") @OslcOccurs(ZeroOrOne) @OslcValueType(DateTime) @OslcReadOnly(false) Date getActualStartDate() -
getMetricOfScopeItemSize
@OslcName("metricOfScopeItemSize") @OslcPropertyDefinition("http://open-services.net/ns/promcode#metricOfScopeItemSize") @OslcOccurs(ZeroOrOne) @OslcValueType(Resource) @OslcReadOnly(false) Link getMetricOfScopeItemSize() -
getPlannedEndDate
@OslcName("plannedEndDate") @OslcPropertyDefinition("http://open-services.net/ns/promcode#plannedEndDate") @OslcOccurs(ZeroOrOne) @OslcValueType(DateTime) @OslcReadOnly(false) Date getPlannedEndDate() -
getPlannedStartDate
@OslcName("plannedStartDate") @OslcPropertyDefinition("http://open-services.net/ns/promcode#plannedStartDate") @OslcOccurs(ZeroOrOne) @OslcValueType(DateTime) @OslcReadOnly(false) Date getPlannedStartDate() -
getUnitOfScopeItemSize
@OslcName("unitOfScopeItemSize") @OslcPropertyDefinition("http://open-services.net/ns/promcode#unitOfScopeItemSize") @OslcOccurs(ZeroOrOne) @OslcValueType(Resource) @OslcReadOnly(false) Link getUnitOfScopeItemSize() -
setDescription
-
setIdentifier
-
setSource
-
setTitle
-
setActualEndDate
-
setActualStartDate
-
setMetricOfScopeItemSize
-
setPlannedEndDate
-
setPlannedStartDate
-
setUnitOfScopeItemSize
-