Class DescriptorGroup
- java.lang.Object
-
- org.gbif.api.model.collections.descriptors.DescriptorGroup
-
- All Implemented Interfaces:
Serializable,LenientEquals<DescriptorGroup>
public class DescriptorGroup extends Object implements LenientEquals<DescriptorGroup>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescriptorGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanlenientEquals(DescriptorGroup other)Leniently tests if the objects are the same.
-
-
-
Constructor Detail
-
DescriptorGroup
public DescriptorGroup()
-
-
Method Detail
-
lenientEquals
public boolean lenientEquals(DescriptorGroup other)
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...
-
-