Class ModelCard

java.lang.Object
org.cyclonedx.model.ExtensibleElement
org.cyclonedx.model.component.ModelCard

public class ModelCard extends ExtensibleElement
  • Constructor Details

    • ModelCard

      public ModelCard()
  • Method Details

    • getBomRef

      public String getBomRef()
    • setBomRef

      public void setBomRef(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 List<Property> getProperties()
    • setProperties

      public void setProperties(List<Property> properties)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object