public class VersionBomComponentDiffView extends BlackDuckComponent
| Constructor and Description |
|---|
VersionBomComponentDiffView() |
| Modifier and Type | Method and Description |
|---|---|
VersionBomComponentView |
getComponent() |
VersionBomComponentDiffComponentStateType |
getComponentState() |
VersionBomComponentDiffComponentStateType |
getComponentVersionState() |
java.util.List<VersionBomLicenseView> |
getLeftLicenses() |
java.util.List<MatchedFileUsagesType> |
getLeftUsages() |
void |
setComponent(VersionBomComponentView component) |
void |
setComponentState(VersionBomComponentDiffComponentStateType componentState) |
void |
setComponentVersionState(VersionBomComponentDiffComponentStateType componentVersionState) |
void |
setLeftLicenses(java.util.List<VersionBomLicenseView> leftLicenses) |
void |
setLeftUsages(java.util.List<MatchedFileUsagesType> leftUsages) |
public VersionBomComponentView getComponent()
public void setComponent(VersionBomComponentView component)
public VersionBomComponentDiffComponentStateType getComponentState()
public void setComponentState(VersionBomComponentDiffComponentStateType componentState)
public VersionBomComponentDiffComponentStateType getComponentVersionState()
public void setComponentVersionState(VersionBomComponentDiffComponentStateType componentVersionState)
public java.util.List<VersionBomLicenseView> getLeftLicenses()
public void setLeftLicenses(java.util.List<VersionBomLicenseView> leftLicenses)
public java.util.List<MatchedFileUsagesType> getLeftUsages()
public void setLeftUsages(java.util.List<MatchedFileUsagesType> leftUsages)