public class SPDXCreatorInformation extends Object
| Constructor and Description |
|---|
SPDXCreatorInformation(com.hp.hpl.jena.rdf.model.Model spdxModel,
com.hp.hpl.jena.graph.Node creatorNode) |
SPDXCreatorInformation(String[] creators,
String createdDate,
String comment,
String licenseListVersion) |
| 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 |
getComment() |
String |
getCreated() |
String[] |
getCreators() |
String |
getLicenseListVersion() |
int |
hashCode() |
void |
setComment(String comment) |
void |
setCreated(String createdDate) |
void |
setCreators(String[] creators) |
void |
setLicenseListVersion(String licenseListVersion) |
String |
toString() |
ArrayList<String> |
verify() |
public SPDXCreatorInformation(String[] creators, String createdDate, String comment, String licenseListVersion)
public SPDXCreatorInformation(com.hp.hpl.jena.rdf.model.Model spdxModel,
com.hp.hpl.jena.graph.Node creatorNode)
throws InvalidSPDXAnalysisException
InvalidSPDXAnalysisExceptionpublic String[] getCreators()
public void setCreators(String[] creators)
name - the name to setpublic String getLicenseListVersion()
public void setLicenseListVersion(String licenseListVersion)
public String getComment()
public void setComment(String comment)
comment - the comment to setpublic com.hp.hpl.jena.rdf.model.Resource createResource(com.hp.hpl.jena.rdf.model.Model model)
public String getCreated()
public void setCreated(String createdDate)
Copyright © 2014 Linux Foundation. All Rights Reserved.