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 BomVersion
public void setId(String id)
public Bom getBom()
getBom
in interface BomVersion
public void setBom(Bom bom)
public String getVersion()
getVersion
in interface BomVersion
public void setVersion(String version)
public Properties getLabels()
getLabels
in interface BomVersion
public void setLabels(Properties labels)
Copyright © 2014. All rights reserved.