public class Metadata extends ExtensibleElement
| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthor(OrganizationalContact author) |
void |
addProperty(Property property) |
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, setExtensionspublic 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)
public void addProperty(Property property)
Copyright © 2017–2022 OWASP Foundation. All rights reserved.