public class BomVersion extends Object
Constructor and Description |
---|
BomVersion() |
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()
public void setId(String id)
public Bom getBom()
public void setBom(Bom bom)
public String getVersion()
public void setVersion(String version)
public Properties getLabels()
public void setLabels(Properties labels)
Copyright © 2013. All rights reserved.