Class DescriptorGroup
java.lang.Object
org.gbif.api.model.collections.descriptors.DescriptorGroup
- All Implemented Interfaces:
Serializable
,LenientEquals<DescriptorGroup>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
lenientEquals
(DescriptorGroup other) Leniently tests if the objects are the same.
-
Constructor Details
-
DescriptorGroup
public DescriptorGroup()
-
-
Method Details
-
lenientEquals
Description copied from interface:LenientEquals
Leniently tests if the objects are the same. Implementors should declare what this means in practice.- Specified by:
lenientEquals
in interfaceLenientEquals<DescriptorGroup>
- Parameters:
other
- To compare against- Returns:
- true if...
-