public class EntityPojo extends SimpleEntityPojo implements uno.informatics.data.Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ABBREVIATION_PROPERTY |
static String |
DESCRIPTION_PROPERTY |
static String |
TYPE_PROPERTY |
NAME_PROPERTY, UNIQUE_IDENTIFIER_PROPERTY| Constructor and Description |
|---|
EntityPojo(uno.informatics.data.Entity entity) |
EntityPojo(String uniqueIdentifier) |
EntityPojo(String uniqueIdentifier,
String name) |
EntityPojo(String uniqueIdentifier,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation() |
String |
getDescription() |
uno.informatics.data.OntologyTerm |
getType() |
void |
setAbbreviation(String abbreviation)
Sets the optional short abbreviation that can be used in place of the name.
|
void |
setDescription(String description)
Sets the optional description of what the entity is or does.
|
void |
setType(uno.informatics.data.OntologyTerm type)
Sets the optional type of the entity, which is a term with an ontology
|
equals, getName, getUniqueIdentifier, hashCode, initialise, setName, setUniqueIdentifier, toStringaddPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListenerpublic static final String ABBREVIATION_PROPERTY
public static final String TYPE_PROPERTY
public static final String DESCRIPTION_PROPERTY
public EntityPojo(String uniqueIdentifier)
public EntityPojo(uno.informatics.data.Entity entity)
public final String getDescription()
getDescription in interface uno.informatics.data.Entitypublic final void setDescription(String description)
description - the description to be setpublic final String getAbbreviation()
getAbbreviation in interface uno.informatics.data.Entitypublic final void setAbbreviation(String abbreviation)
abbreviation - the abbreviation to be setpublic final uno.informatics.data.OntologyTerm getType()
getType in interface uno.informatics.data.Entitypublic final void setType(uno.informatics.data.OntologyTerm type)
type - the type of the entityCopyright © 2016. All rights reserved.