public class BomVersionImpl extends Object implements BomVersion
| Constructor and Description |
|---|
BomVersionImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Bom |
getBom() |
String |
getId() |
Properties |
getLabels() |
String |
getVersion() |
int |
hashCode() |
void |
setBom(Bom bom) |
void |
setId(String id) |
void |
setLabels(Properties labels) |
void |
setVersion(String version) |
String |
toString() |
public String getId()
getId in interface BomVersionpublic void setId(String id)
public Bom getBom()
getBom in interface BomVersionpublic void setBom(Bom bom)
public String getVersion()
getVersion in interface BomVersionpublic void setVersion(String version)
public Properties getLabels()
getLabels in interface BomVersionpublic void setLabels(Properties labels)
Copyright © 2016. All rights reserved.