public class ReleaseCalendarBeanImpl extends SdmxStructureBeanImpl implements ReleaseCalendarBean
Constructor and Description |
---|
ReleaseCalendarBeanImpl(ReleaseCalendarMutableBean mutable,
ContentConstraintBean parent) |
ReleaseCalendarBeanImpl(org.sdmx.resources.sdmxml.schemas.v21.structure.ReleaseCalendarType releaseCalendarType,
ContentConstraintBean parent) |
Modifier and Type | Method and Description |
---|---|
ReleaseCalendarMutableBean |
createMutableBean() |
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 |
getOffset() |
java.lang.String |
getPeriodicity() |
java.lang.String |
getTolerance() |
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 ReleaseCalendarBeanImpl(ReleaseCalendarMutableBean mutable, ContentConstraintBean parent)
public ReleaseCalendarBeanImpl(org.sdmx.resources.sdmxml.schemas.v21.structure.ReleaseCalendarType releaseCalendarType, ContentConstraintBean 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 getPeriodicity()
getPeriodicity
in interface ReleaseCalendarBean
public java.lang.String getOffset()
getOffset
in interface ReleaseCalendarBean
public java.lang.String getTolerance()
getTolerance
in interface ReleaseCalendarBean
public ReleaseCalendarMutableBean createMutableBean()
createMutableBean
in interface ReleaseCalendarBean