|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.index.model.compass.v20.IndexedProperty
public class IndexedProperty
The Class IndexedProperty.
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 |
---|
public static java.lang.String ALIAS
Constructor Detail |
---|
public IndexedProperty()
Method Detail |
---|
public java.lang.Object getResultValue()
IndexableResource
getResultValue
in interface IndexableResource<java.lang.Object>
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the new idpublic java.lang.String getEntityCode()
public void setEntityCode(java.lang.String entityCode)
entityCode
- the new entity codepublic java.lang.String getEntityCodeNamespace()
public void setEntityCodeNamespace(java.lang.String entityCodeNamespace)
entityCodeNamespace
- the new entity code namespacepublic java.lang.String getEntityDescription()
public void setEntityDescription(java.lang.String entityDescription)
entityDescription
- the new entity descriptionpublic java.lang.String getPropertyType()
public void setPropertyType(java.lang.String propertyType)
propertyType
- the new property typepublic java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName
- the new property namepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the new valuepublic java.util.List<java.lang.String> getAllPropertyQualifiers()
public void setAllPropertyQualifiers(java.util.List<java.lang.String> allPropertyQualifiers)
allPropertyQualifiers
- the new all property qualifierspublic java.util.List<java.lang.String> getAllSources()
public void setAllSources(java.util.List<java.lang.String> allSources)
allSources
- the new all sourcespublic java.util.List<java.lang.String> getAllUsageContexts()
public void setAllUsageContexts(java.util.List<java.lang.String> allUsageContexts)
allUsageContexts
- the new all usage contextspublic java.util.List<java.lang.String> getAllPropertyNames()
public void setAllPropertyNames(java.util.List<java.lang.String> allPropertyNames)
allPropertyNames
- the new all property namespublic java.util.List<java.lang.String> getAllPropertyTypes()
public void setAllPropertyTypes(java.util.List<java.lang.String> allPropertyTypes)
allPropertyTypes
- the new all property typespublic java.util.List<java.lang.String> getPropertyQualifiers()
public void setPropertyQualifiers(java.util.List<java.lang.String> propertyQualifiers)
propertyQualifiers
- the new property qualifierspublic java.util.List<java.lang.String> getSources()
public void setSources(java.util.List<java.lang.String> sources)
sources
- the new sourcespublic java.util.List<java.lang.String> getUsageContexts()
public void setUsageContexts(java.util.List<java.lang.String> usageContexts)
usageContexts
- the new usage contextspublic void setScore(float score)
score
- the new scorepublic float getScore()
|
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |