public class ItemMapBeanImpl extends SdmxStructureBeanImpl implements ItemMapBean
Constructor and Description |
---|
ItemMapBeanImpl(ItemMapMutableBean bean,
SdmxStructureBean parent) |
ItemMapBeanImpl(java.lang.String id,
java.lang.String target,
SdmxStructureBean parent) |
ItemMapBeanImpl(java.lang.String alias,
java.lang.String id,
java.lang.String target,
SdmxStructureBean parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
deepEquals(SDMXBean bean,
boolean includeFinalProperties)
Returns true if this SdmxBean equals the given bean in every respect (except for the validTo property of a maintainable artefact, this is not taken into consideration)
This method calls deepEquals on any SdmxBean composites.
|
java.lang.String |
getSourceId() |
java.lang.String |
getTargetId() |
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent, getStructureType
getComposites, getComposites, getCrossReferences, getParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
getComposites, getComposites, getCrossReferences, getParent, getStructureType
public ItemMapBeanImpl(ItemMapMutableBean bean, SdmxStructureBean parent)
public ItemMapBeanImpl(java.lang.String id, java.lang.String target, SdmxStructureBean parent)
public ItemMapBeanImpl(java.lang.String alias, java.lang.String id, java.lang.String target, SdmxStructureBean parent)
public boolean deepEquals(SDMXBean bean, boolean includeFinalProperties)
SDMXBean
deepEquals
in interface SDMXBean
deepEquals
in class SDMXBeanImpl
bean
- if null, then false will be returnedincludeFinalProperties
- - if true, then this method will check every single property from this bean is
equal to the passed in bean. If false, then this method will ignore the following properties:
public java.lang.String getSourceId()
getSourceId
in interface ItemMapBean
public java.lang.String getTargetId()
getTargetId
in interface ItemMapBean