Class NameUsageContainer

java.lang.Object
org.gbif.api.model.checklistbank.NameUsage
org.gbif.api.model.checklistbank.NameUsageContainer
All Implemented Interfaces:
LinneanClassification, LinneanClassificationKeys

public class NameUsageContainer extends NameUsage
An extension to a NameUsage adding all further properties that are not eagerly loaded. Use this class to store the various subresources as you need them side by side with the NameUsage. Note that properties are not automatically/lazy loaded in any way. This is just a simple container class with a few convenience methods which needs to be populated manually via its setters or the constructor.