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 TypeMethodDescriptionbooleanlenientEquals(DescriptorGroup other) Leniently tests if the objects are the same.
-
Constructor Details
-
DescriptorGroup
public DescriptorGroup()
-
-
Method Details
-
lenientEquals
Description copied from interface:LenientEqualsLeniently tests if the objects are the same. Implementors should declare what this means in practice.- Specified by:
lenientEqualsin interfaceLenientEquals<DescriptorGroup>- Parameters:
other- To compare against- Returns:
- true if...
-