Package org.cyclonedx.model.component
Class ModelCard
- java.lang.Object
-
- org.cyclonedx.model.ExtensibleElement
-
- org.cyclonedx.model.component.ModelCard
-
public class ModelCard extends ExtensibleElement
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringbomRefprivate Considerationsconsiderationsprivate ModelParametersmodelParametersprivate java.util.List<Property>propertiesprivate QuantitativeAnalysisquantitativeAnalysis
-
Constructor Summary
Constructors Constructor Description ModelCard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetBomRef()ConsiderationsgetConsiderations()ModelParametersgetModelParameters()java.util.List<Property>getProperties()QuantitativeAnalysisgetQuantitativeAnalysis()inthashCode()voidsetBomRef(java.lang.String bomRef)voidsetConsiderations(Considerations considerations)voidsetModelParameters(ModelParameters modelParameters)voidsetProperties(java.util.List<Property> properties)voidsetQuantitativeAnalysis(QuantitativeAnalysis quantitativeAnalysis)-
Methods inherited from class org.cyclonedx.model.ExtensibleElement
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
-
-
-
-
Field Detail
-
bomRef
private java.lang.String bomRef
-
modelParameters
private ModelParameters modelParameters
-
quantitativeAnalysis
private QuantitativeAnalysis quantitativeAnalysis
-
considerations
private Considerations considerations
-
properties
private java.util.List<Property> properties
-
-
Method Detail
-
getBomRef
public java.lang.String getBomRef()
-
setBomRef
public void setBomRef(java.lang.String bomRef)
-
getModelParameters
public ModelParameters getModelParameters()
-
setModelParameters
public void setModelParameters(ModelParameters modelParameters)
-
getQuantitativeAnalysis
public QuantitativeAnalysis getQuantitativeAnalysis()
-
setQuantitativeAnalysis
public void setQuantitativeAnalysis(QuantitativeAnalysis quantitativeAnalysis)
-
getConsiderations
public Considerations getConsiderations()
-
setConsiderations
public void setConsiderations(Considerations considerations)
-
getProperties
public java.util.List<Property> getProperties()
-
setProperties
public void setProperties(java.util.List<Property> properties)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-