Class ArtifactType
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.server.process.types.model.ArtifactType
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://www.sodius.com/ns/process/types#") @OslcResourceShape(title="Artifact Type Resource Shape", describes="http://www.sodius.com/ns/process/types#ArtifactType") public class ArtifactType extends AbstractResource
Describes an application native artifact type.- Since:
- 3.7.0
-
-
Constructor Summary
Constructors Constructor Description ArtifactType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getIcon()
String
getIdentifier()
String
getTitle()
void
setIcon(URI icon)
void
setIdentifier(String identifier)
void
setTitle(String title)
String
toString()
-
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 artifact type identifier") public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
getTitle
@OslcTitle("Title") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/title") @OslcDescription("The artifact type title") @OslcValueType(XMLLiteral) public String getTitle()
-
setTitle
public void setTitle(String title)
-
getIcon
@OslcReadOnly @OslcTitle("Icon") @OslcOccurs(ZeroOrOne) @OslcPropertyDefinition("http://open-services.net/ns/core#icon") @OslcDescription("The artifact type icon") public URI getIcon()
-
setIcon
public void setIcon(URI icon)
-
-