Class OntologyTermHitEntity

  • All Implemented Interfaces:
    org.molgenis.data.Entity, org.molgenis.util.i18n.Identifiable

    public class OntologyTermHitEntity
    extends org.molgenis.data.support.DynamicEntity
    • Constructor Summary

      Constructors 
      Constructor Description
      OntologyTermHitEntity​(org.molgenis.data.Entity entity, org.molgenis.data.meta.model.EntityType entityType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      protected void validateValueType​(java.lang.String attrName, java.lang.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​(org.molgenis.data.Entity entity,
                                     org.molgenis.data.meta.model.EntityType entityType)
    • Method Detail

      • validateValueType

        protected void validateValueType​(java.lang.String attrName,
                                         java.lang.Object value)
        Overrides:
        validateValueType in class org.molgenis.data.support.DynamicEntity
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object