Package cz.vutbr.fit.layout.api
Class ArtifactInfo
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseArtifact
-
- cz.vutbr.fit.layout.api.ArtifactInfo
-
- All Implemented Interfaces:
Artifact
public class ArtifactInfo extends BaseArtifact
Basic information about an artifact that can be obtained from a repository without actually loading the whole artifact.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description ArtifactInfo(org.eclipse.rdf4j.model.IRI parentIri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.model.IRIgetArtifactType()Gets the artifact type.voidsetArtifactType(org.eclipse.rdf4j.model.IRI artifactType)StringtoString()-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseArtifact
equals, getCreatedOn, getCreator, getCreatorParams, getIri, getLabel, getParentIri, hashCode, setCreatedOn, setCreator, setCreatorParams, setIri, setLabel, setParentIri
-
-
-
-
Method Detail
-
getArtifactType
public org.eclipse.rdf4j.model.IRI getArtifactType()
Description copied from interface:ArtifactGets the artifact type.- Returns:
- the IRI of the artifact type.
-
setArtifactType
public void setArtifactType(org.eclipse.rdf4j.model.IRI artifactType)
-
-