public class Distribution extends Object
Constructor and Description |
---|
Distribution() |
Distribution(Distribution other) |
Modifier and Type | Method and Description |
---|---|
void |
addComponent(Component component)
Add a new component to the distribution.
|
boolean |
equals(Object obj) |
Set<Component> |
getComponents() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
String |
getOrigin() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOrigin(String origin) |
String |
toString() |
public Distribution()
public Distribution(Distribution other)
public void setDescription(String description)
public String getDescription()
public void setOrigin(String origin)
public String getOrigin()
public void setLabel(String label)
public String getLabel()
public void setName(String name)
public String getName()
public void addComponent(Component component)
component
- the component to addCopyright © 2014. All rights reserved.