Class KeyTitleResult
- java.lang.Object
-
- org.gbif.api.model.registry.search.KeyTitleResult
-
public class KeyTitleResult extends Object
A utility container for holding only the title and key of an entity.
-
-
Constructor Summary
Constructors Constructor Description KeyTitleResult()
KeyTitleResult(UUID key, String title)
-
-
-
Constructor Detail
-
KeyTitleResult
public KeyTitleResult()
-
KeyTitleResult
public KeyTitleResult(UUID key, String title)
-
-