Class CuratorialUnitComposite
java.lang.Object
org.gbif.api.model.registry.eml.curatorial.CuratorialUnit
org.gbif.api.model.registry.eml.curatorial.CuratorialUnitComposite
- All Implemented Interfaces:
Serializable
Composite class, combining fields from CuratorialUnitCount and CuratorialUnitRange for simpler parsing of
curatorial units, since both count and range types share the same root element.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCuratorialUnitComposite
(int count, int deviation, int lower, int upper, String typeVerbatim) -
Method Summary
Methods inherited from class org.gbif.api.model.registry.eml.curatorial.CuratorialUnit
getType, getTypeVerbatim, setType, setTypeVerbatim
-
Constructor Details
-
CuratorialUnitComposite
public CuratorialUnitComposite() -
CuratorialUnitComposite
-
-
Method Details
-
getCount
-
setCount
-
getDeviation
-
setDeviation
-
getLower
-
setLower
-
getUpper
-
setUpper
-
addDeviation
-
equals
- Overrides:
equals
in classCuratorialUnit
-
hashCode
- Overrides:
hashCode
in classCuratorialUnit
-
toString
- Overrides:
toString
in classCuratorialUnit
-