Class Concept


  • public class Concept
    extends Object
    • Constructor Detail

      • Concept

        public Concept()
        default constructor
    • Method Detail

      • getConceptId

        public String getConceptId()
        Returns:
        the conceptId
      • setConceptId

        public void setConceptId​(String conceptId)
        Parameters:
        conceptId - the conceptId to set
      • getLabel

        public String getLabel()
        Returns:
        the label
      • setLabel

        public void setLabel​(String label)
        Parameters:
        label - the label to set
      • getType

        public String getType()
        Returns:
        the type
      • setType

        public void setType​(String type)
        Parameters:
        type - the type to set
      • getDefinition

        public String getDefinition()
        Returns:
        the definition
      • setDefinition

        public void setDefinition​(String definition)
        Parameters:
        definition - the definition to set
      • getUri

        public String getUri()
        Returns:
        the uri
      • setUri

        public void setUri​(String uri)
        Parameters:
        uri - the uri to set
      • getDefinedBy

        public String getDefinedBy()
        Returns:
        the definedBy
      • setDefinedBy

        public void setDefinedBy​(String definedBy)
        Parameters:
        definedBy - the definedBy to set
      • getSchemeURI

        public String getSchemeURI()
        Returns:
        the schemeURI
      • setSchemeURI

        public void setSchemeURI​(String schemeURI)
        Parameters:
        schemeURI - the schemeURI to set
      • getBestMatch

        public String getBestMatch()
        Returns:
        the bestMatch
      • setBestMatch

        public void setBestMatch​(String bestMatch)
        Parameters:
        bestMatch - the bestMatch to set
      • getBroaderURIList

        public List<String> getBroaderURIList()
      • setBroaderURIList

        public void setBroaderURIList​(List<String> broaderURIList)
      • getNarrowerURIList

        public List<String> getNarrowerURIList()
      • setNarrowerURIList

        public void setNarrowerURIList​(List<String> narrowerURIList)
      • getExactMatchURIList

        public List<String> getExactMatchURIList()
      • setExactMatchURIList

        public void setExactMatchURIList​(List<String> exactMatchURIList)
      • getCloseMatchURIList

        public List<String> getCloseMatchURIList()
      • setCloseMatchURIList

        public void setCloseMatchURIList​(List<String> closeMatchURIList)
      • getAltLabelList

        public List<String> getAltLabelList()
      • setAltLabelList

        public void setAltLabelList​(List<String> altLabelList)