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 EntityMatched
public URI getSelfLink()
getSelfLink
in interface EntityMatched
public void setSelfLink(URI selfLink)
public String getName()
getName
in interface EntityMatched
public String getCode()
getCode
in interface EntityMatched
public boolean isActive()
isActive
in interface EntityMatched
public void setActive(boolean active)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.