org.lexevs.dao.index.model.compass.v20
Class IndexedProperty

java.lang.Object
  extended by org.lexevs.dao.index.model.compass.v20.IndexedProperty
All Implemented Interfaces:
IndexableResource<java.lang.Object>

public class IndexedProperty
extends java.lang.Object
implements IndexableResource<java.lang.Object>

The Class IndexedProperty.

Author:
Kevin Peterson

Field Summary
static java.lang.String ALIAS
          The ALIAS.
 
Constructor Summary
IndexedProperty()
           
 
Method Summary
 java.util.List<java.lang.String> getAllPropertyNames()
          Gets the all property names.
 java.util.List<java.lang.String> getAllPropertyQualifiers()
          Gets the all property qualifiers.
 java.util.List<java.lang.String> getAllPropertyTypes()
          Gets the all property types.
 java.util.List<java.lang.String> getAllSources()
          Gets the all sources.
 java.util.List<java.lang.String> getAllUsageContexts()
          Gets the all usage contexts.
 java.lang.String getEntityCode()
          Gets the entity code.
 java.lang.String getEntityCodeNamespace()
          Gets the entity code namespace.
 java.lang.String getEntityDescription()
          Gets the entity description.
 java.lang.String getId()
          Gets the id.
 java.lang.String getPropertyName()
          Gets the property name.
 java.util.List<java.lang.String> getPropertyQualifiers()
          Gets the property qualifiers.
 java.lang.String getPropertyType()
          Gets the property type.
 java.lang.Object getResultValue()
          Gets the result value.
 float getScore()
          Gets the score.
 java.util.List<java.lang.String> getSources()
          Gets the sources.
 java.util.List<java.lang.String> getUsageContexts()
          Gets the usage contexts.
 java.lang.String getValue()
          Gets the value.
 void setAllPropertyNames(java.util.List<java.lang.String> allPropertyNames)
          Sets the all property names.
 void setAllPropertyQualifiers(java.util.List<java.lang.String> allPropertyQualifiers)
          Sets the all property qualifiers.
 void setAllPropertyTypes(java.util.List<java.lang.String> allPropertyTypes)
          Sets the all property types.
 void setAllSources(java.util.List<java.lang.String> allSources)
          Sets the all sources.
 void setAllUsageContexts(java.util.List<java.lang.String> allUsageContexts)
          Sets the all usage contexts.
 void setEntityCode(java.lang.String entityCode)
          Sets the entity code.
 void setEntityCodeNamespace(java.lang.String entityCodeNamespace)
          Sets the entity code namespace.
 void setEntityDescription(java.lang.String entityDescription)
          Sets the entity description.
 void setId(java.lang.String id)
          Sets the id.
 void setPropertyName(java.lang.String propertyName)
          Sets the property name.
 void setPropertyQualifiers(java.util.List<java.lang.String> propertyQualifiers)
          Sets the property qualifiers.
 void setPropertyType(java.lang.String propertyType)
          Sets the property type.
 void setScore(float score)
          Sets the score.
 void setSources(java.util.List<java.lang.String> sources)
          Sets the sources.
 void setUsageContexts(java.util.List<java.lang.String> usageContexts)
          Sets the usage contexts.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIAS

public static java.lang.String ALIAS
The ALIAS.

Constructor Detail

IndexedProperty

public IndexedProperty()
Method Detail

getResultValue

public java.lang.Object getResultValue()
Description copied from interface: IndexableResource
Gets the result value.

Specified by:
getResultValue in interface IndexableResource<java.lang.Object>
Returns:
the result value

getId

public java.lang.String getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.String id)
Sets the id.

Parameters:
id - the new id

getEntityCode

public java.lang.String getEntityCode()
Gets the entity code.

Returns:
the entity code

setEntityCode

public void setEntityCode(java.lang.String entityCode)
Sets the entity code.

Parameters:
entityCode - the new entity code

getEntityCodeNamespace

public java.lang.String getEntityCodeNamespace()
Gets the entity code namespace.

Returns:
the entity code namespace

setEntityCodeNamespace

public void setEntityCodeNamespace(java.lang.String entityCodeNamespace)
Sets the entity code namespace.

Parameters:
entityCodeNamespace - the new entity code namespace

getEntityDescription

public java.lang.String getEntityDescription()
Gets the entity description.

Returns:
the entity description

setEntityDescription

public void setEntityDescription(java.lang.String entityDescription)
Sets the entity description.

Parameters:
entityDescription - the new entity description

getPropertyType

public java.lang.String getPropertyType()
Gets the property type.

Returns:
the property type

setPropertyType

public void setPropertyType(java.lang.String propertyType)
Sets the property type.

Parameters:
propertyType - the new property type

getPropertyName

public java.lang.String getPropertyName()
Gets the property name.

Returns:
the property name

setPropertyName

public void setPropertyName(java.lang.String propertyName)
Sets the property name.

Parameters:
propertyName - the new property name

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - the new value

getAllPropertyQualifiers

public java.util.List<java.lang.String> getAllPropertyQualifiers()
Gets the all property qualifiers.

Returns:
the all property qualifiers

setAllPropertyQualifiers

public void setAllPropertyQualifiers(java.util.List<java.lang.String> allPropertyQualifiers)
Sets the all property qualifiers.

Parameters:
allPropertyQualifiers - the new all property qualifiers

getAllSources

public java.util.List<java.lang.String> getAllSources()
Gets the all sources.

Returns:
the all sources

setAllSources

public void setAllSources(java.util.List<java.lang.String> allSources)
Sets the all sources.

Parameters:
allSources - the new all sources

getAllUsageContexts

public java.util.List<java.lang.String> getAllUsageContexts()
Gets the all usage contexts.

Returns:
the all usage contexts

setAllUsageContexts

public void setAllUsageContexts(java.util.List<java.lang.String> allUsageContexts)
Sets the all usage contexts.

Parameters:
allUsageContexts - the new all usage contexts

getAllPropertyNames

public java.util.List<java.lang.String> getAllPropertyNames()
Gets the all property names.

Returns:
the all property names

setAllPropertyNames

public void setAllPropertyNames(java.util.List<java.lang.String> allPropertyNames)
Sets the all property names.

Parameters:
allPropertyNames - the new all property names

getAllPropertyTypes

public java.util.List<java.lang.String> getAllPropertyTypes()
Gets the all property types.

Returns:
the all property types

setAllPropertyTypes

public void setAllPropertyTypes(java.util.List<java.lang.String> allPropertyTypes)
Sets the all property types.

Parameters:
allPropertyTypes - the new all property types

getPropertyQualifiers

public java.util.List<java.lang.String> getPropertyQualifiers()
Gets the property qualifiers.

Returns:
the property qualifiers

setPropertyQualifiers

public void setPropertyQualifiers(java.util.List<java.lang.String> propertyQualifiers)
Sets the property qualifiers.

Parameters:
propertyQualifiers - the new property qualifiers

getSources

public java.util.List<java.lang.String> getSources()
Gets the sources.

Returns:
the sources

setSources

public void setSources(java.util.List<java.lang.String> sources)
Sets the sources.

Parameters:
sources - the new sources

getUsageContexts

public java.util.List<java.lang.String> getUsageContexts()
Gets the usage contexts.

Returns:
the usage contexts

setUsageContexts

public void setUsageContexts(java.util.List<java.lang.String> usageContexts)
Sets the usage contexts.

Parameters:
usageContexts - the new usage contexts

setScore

public void setScore(float score)
Sets the score.

Parameters:
score - the new score

getScore

public float getScore()
Gets the score.

Returns:
the score

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.