Class LinkingScopeValidation
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.server.process.links.model.LinkingScopeValidation
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://www.sodius.com/ns/process#") @OslcResourceShape(title="Linking Scope Validation Resource Shape", describes="http://www.sodius.com/ns/process#LinkingScopeValidation") public class LinkingScopeValidation extends AbstractResource
- Since:
- 3.7.0
-
-
Constructor Summary
Constructors Constructor Description LinkingScopeValidation()
LinkingScopeValidation(Compact compact)
LinkingScopeValidation(Compact compact, Feedback feedback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Feedback
getFeedback()
Compact
getLinkingResource()
void
setFeedback(Feedback feedback)
void
setLinkingResource(Compact compact)
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Method Detail
-
getFeedback
@OslcPropertyDefinition("http://www.sodius.com/ns/feedback#feedback") @OslcValueType(LocalResource) public Feedback getFeedback()
-
setFeedback
public void setFeedback(Feedback feedback)
-
getLinkingResource
@OslcPropertyDefinition("http://www.sodius.com/ns/process#linkingResource") @OslcValueType(LocalResource) public Compact getLinkingResource()
-
setLinkingResource
public void setLinkingResource(Compact compact)
-
-