public class DOAPProject extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UNKNOWN_URI |
| Constructor and Description |
|---|
DOAPProject(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node node) |
DOAPProject(String projectName,
String homePage) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Resource |
createResource(com.hp.hpl.jena.rdf.model.Model model) |
boolean |
equals(Object o) |
String |
getHomePage() |
String |
getName() |
String |
getProjectUri() |
com.hp.hpl.jena.rdf.model.Resource |
getResource() |
void |
setHomePage(String homePage) |
void |
setName(String name) |
void |
setUri(String uri) |
ArrayList<String> |
verify() |
public static final String UNKNOWN_URI
public DOAPProject(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node node)
throws InvalidSPDXAnalysisException
InvalidSPDXAnalysisExceptionpublic String getName()
public void setName(String name)
name - the name to setpublic String getHomePage()
public void setHomePage(String homePage)
homePage - the homePage to setpublic String getProjectUri()
public com.hp.hpl.jena.rdf.model.Resource createResource(com.hp.hpl.jena.rdf.model.Model model)
public void setUri(String uri) throws InvalidSPDXAnalysisException
uri - InvalidSPDXAnalysisExceptionpublic com.hp.hpl.jena.rdf.model.Resource getResource()
Copyright © 2014 Linux Foundation. All Rights Reserved.