Package org.molgenis.ontology.sorta.bean
Class OntologyTermHitEntity
- java.lang.Object
-
- org.molgenis.data.support.DynamicEntity
-
- org.molgenis.ontology.sorta.bean.OntologyTermHitEntity
-
- All Implemented Interfaces:
Entity,org.molgenis.util.i18n.Identifiable
public class OntologyTermHitEntity extends DynamicEntity
-
-
Constructor Summary
Constructors Constructor Description OntologyTermHitEntity(Entity entity, EntityType entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()protected voidvalidateValueType(String attrName, Object value)-
Methods inherited from class org.molgenis.data.support.DynamicEntity
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, set, set, setIdValue, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.molgenis.data.Entity
get, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getInstant, getInt, getLocalDate, getLong, getString, set
-
-
-
-
Constructor Detail
-
OntologyTermHitEntity
public OntologyTermHitEntity(Entity entity, EntityType entityType)
-
-
Method Detail
-
validateValueType
protected void validateValueType(String attrName, Object value)
- Overrides:
validateValueTypein classDynamicEntity
-
-