public abstract class BaseDistribution extends Object implements Distribution
| Constructor and Description |
|---|
BaseDistribution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
Node |
getNode() |
boolean |
getPersistent() |
Version |
getVersion() |
void |
retrieve() |
void |
set(Version version,
Node node) |
void |
setLabel(String label) |
void |
setNode(Node node) |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitlog, logpublic void setNode(Node node)
setNode in interface Distributionpublic Node getNode()
getNode in interface Distributionpublic Version getVersion()
getVersion in interface Distributionpublic void setLabel(String label)
public void set(Version version, Node node)
set in interface Distributionpublic String getLabel()
public boolean getPersistent()
public void retrieve()
Copyright © 2013. All Rights Reserved.