Class NativeLinkType
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.server.process.scheme.model.NativeLinkType
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://www.sodius.com/ns/process/scheme#") @OslcResourceShape(title="Native Link Type Resource Shape", describes="http://www.sodius.com/ns/process/scheme#NativeLinkType") public class NativeLinkType extends AbstractResource
An application native link type.- Since:
- 3.9.0
-
-
Constructor Summary
Constructors Constructor Description NativeLinkType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getIdentifier()
String
getTitle()
void
setDescription(String description)
void
setIdentifier(String identifier)
void
setTitle(String title)
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Method Detail
-
getIdentifier
@OslcReadOnly @OslcTitle("Identifier") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/identifier") @OslcDescription("The native link identifier") public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
getTitle
@OslcTitle("Title") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/title") @OslcDescription("The native link title") @OslcValueType(String) public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
@OslcTitle("Description") @OslcOccurs(ZeroOrOne) @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcDescription("The native link description") @OslcValueType(String) public String getDescription()
-
setDescription
public void setDescription(String description)
-
-