public class Metadata extends ExtensibleElement
Constructor and Description |
---|
Metadata() |
Modifier and Type | Method and Description |
---|---|
void |
addAuthor(OrganizationalContact author) |
void |
addTool(Tool tool) |
boolean |
equals(Object o) |
List<OrganizationalContact> |
getAuthors() |
Component |
getComponent() |
LicenseChoice |
getLicenseChoice() |
OrganizationalEntity |
getManufacture() |
List<Property> |
getProperties() |
OrganizationalEntity |
getSupplier() |
Date |
getTimestamp() |
List<Tool> |
getTools() |
int |
hashCode() |
void |
setAuthors(List<OrganizationalContact> authors) |
void |
setComponent(Component component) |
void |
setLicenseChoice(LicenseChoice licenseChoice) |
void |
setManufacture(OrganizationalEntity manufacture) |
void |
setProperties(List<Property> properties) |
void |
setSupplier(OrganizationalEntity supplier) |
void |
setTimestamp(Date timestamp) |
void |
setTools(List<Tool> tools) |
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public void addTool(Tool tool)
public List<OrganizationalContact> getAuthors()
public void setAuthors(List<OrganizationalContact> authors)
public void addAuthor(OrganizationalContact author)
public Component getComponent()
public void setComponent(Component component)
public OrganizationalEntity getManufacture()
public void setManufacture(OrganizationalEntity manufacture)
public OrganizationalEntity getSupplier()
public void setSupplier(OrganizationalEntity supplier)
public LicenseChoice getLicenseChoice()
public void setLicenseChoice(LicenseChoice licenseChoice)
Copyright © 2017–2021 CycloneDX. All rights reserved.