public class CweCommonConsequenceView extends BlackDuckComponent
| Constructor and Description |
|---|
CweCommonConsequenceView() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNote() |
java.util.List<CweCommonConsequenceScopesType> |
getScopes() |
java.util.List<CweCommonConsequenceTechnicalImpactsType> |
getTechnicalImpacts() |
void |
setNote(java.lang.String note) |
void |
setScopes(java.util.List<CweCommonConsequenceScopesType> scopes) |
void |
setTechnicalImpacts(java.util.List<CweCommonConsequenceTechnicalImpactsType> technicalImpacts) |
public java.lang.String getNote()
public void setNote(java.lang.String note)
public java.util.List<CweCommonConsequenceScopesType> getScopes()
public void setScopes(java.util.List<CweCommonConsequenceScopesType> scopes)
public java.util.List<CweCommonConsequenceTechnicalImpactsType> getTechnicalImpacts()
public void setTechnicalImpacts(java.util.List<CweCommonConsequenceTechnicalImpactsType> technicalImpacts)