public abstract class BaseEntityMatched extends Object implements EntityMatched
| Constructor and Description |
|---|
BaseEntityMatched() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode() |
UUID |
getKey() |
String |
getName() |
URI |
getSelfLink() |
int |
hashCode() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setKey(UUID key) |
void |
setName(String name) |
void |
setSelfLink(URI selfLink) |
String |
toString() |
public BaseEntityMatched()
public UUID getKey()
getKey in interface EntityMatchedpublic URI getSelfLink()
getSelfLink in interface EntityMatchedpublic void setSelfLink(URI selfLink)
public String getName()
getName in interface EntityMatchedpublic String getCode()
getCode in interface EntityMatchedpublic boolean isActive()
isActive in interface EntityMatchedpublic void setActive(boolean active)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.