public class SPDXCreatorInformation extends Object
| Constructor and Description |
|---|
SPDXCreatorInformation(org.apache.jena.rdf.model.Model spdxModel,
org.apache.jena.graph.Node creatorNode) |
SPDXCreatorInformation(String[] creators,
String createdDate,
String comment,
String licenseListVersion) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.Resource |
createResource(org.apache.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() |
List<String> |
verify() |
public SPDXCreatorInformation(String[] creators, String createdDate, String comment, String licenseListVersion)
public SPDXCreatorInformation(org.apache.jena.rdf.model.Model spdxModel,
org.apache.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 org.apache.jena.rdf.model.Resource createResource(org.apache.jena.rdf.model.Model model)
public String getCreated()
public void setCreated(String createdDate)
Copyright © 2018 Linux Foundation. All Rights Reserved.