public class ComponentData extends ExtensibleElement
Modifier and Type | Class and Description |
---|---|
static class |
ComponentData.ComponentDataType |
Constructor and Description |
---|
ComponentData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getBomRef() |
String |
getClassification() |
Content |
getContents() |
String |
getDescription() |
Governance |
getGovernance() |
Graphics |
getGraphics() |
String |
getName() |
List<String> |
getSensitiveData() |
ComponentData.ComponentDataType |
getType() |
int |
hashCode() |
void |
setBomRef(String bomRef) |
void |
setClassification(String classification) |
void |
setContents(Content contents) |
void |
setDescription(String description) |
void |
setGovernance(Governance governance) |
void |
setGraphics(Graphics graphics) |
void |
setName(String name) |
void |
setSensitiveData(List<String> sensitiveData) |
void |
setType(ComponentData.ComponentDataType type) |
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
public String getBomRef()
public void setBomRef(String bomRef)
public ComponentData.ComponentDataType getType()
public void setType(ComponentData.ComponentDataType type)
public Content getContents()
public void setContents(Content contents)
public Graphics getGraphics()
public void setGraphics(Graphics graphics)
public String getDescription()
public void setDescription(String description)
public void setClassification(String classification)
public Governance getGovernance()
public void setGovernance(Governance governance)
public String getClassification()
public String getName()
public void setName(String name)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.