public abstract class SuperBeanImpl extends java.lang.Object implements SuperBean
Constructor and Description |
---|
SuperBeanImpl(SDMXBean builtFrom) |
Modifier and Type | Method and Description |
---|---|
SDMXBean |
getBuiltFrom()
Returns the bean that was used to build this superBean
|
java.util.Set<MaintainableBean> |
getCompositeBeans()
Returns a set of beans that were used to build this superBean
|
public SuperBeanImpl(SDMXBean builtFrom)
public SDMXBean getBuiltFrom()
SuperBean
getBuiltFrom
in interface SuperBean
public java.util.Set<MaintainableBean> getCompositeBeans()
SuperBean
getCompositeBeans
in interface SuperBean