Class Concept
- java.lang.Object
-
- edu.cornell.mannlib.semservices.bo.Concept
-
public class Concept extends Object
-
-
Constructor Summary
Constructors Constructor Description Concept()default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAltLabelList()StringgetBestMatch()List<String>getBroaderURIList()List<String>getCloseMatchURIList()StringgetConceptId()StringgetDefinedBy()StringgetDefinition()List<String>getExactMatchURIList()StringgetLabel()List<String>getNarrowerURIList()StringgetSchemeURI()StringgetType()StringgetUri()voidsetAltLabelList(List<String> altLabelList)voidsetBestMatch(String bestMatch)voidsetBroaderURIList(List<String> broaderURIList)voidsetCloseMatchURIList(List<String> closeMatchURIList)voidsetConceptId(String conceptId)voidsetDefinedBy(String definedBy)voidsetDefinition(String definition)voidsetExactMatchURIList(List<String> exactMatchURIList)voidsetLabel(String label)voidsetNarrowerURIList(List<String> narrowerURIList)voidsetSchemeURI(String schemeURI)voidsetType(String type)voidsetUri(String uri)
-
-
-
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
-
-