
Package ca.uhn.fhir.jpa.model.entity
Class ResourceIndexedSearchParamQuantityNormalized
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.BaseResourceIndex
ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedSearchParam
ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedSearchParamQuantity
ca.uhn.fhir.jpa.model.entity.ResourceIndexedSearchParamQuantityNormalized
- All Implemented Interfaces:
 Serializable
@Entity
public class ResourceIndexedSearchParamQuantityNormalized
extends BaseResourceIndexedSearchParamQuantity
- See Also:
 
- 
Field Summary
FieldsFields inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedSearchParamQuantity
mySystem, myUnitsFields inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedSearchParam
myHashIdentity - 
Constructor Summary
ConstructorsConstructorDescriptionResourceIndexedSearchParamQuantityNormalized(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, double theValue, String theSystem, String theUnits)  - 
Method Summary
Modifier and TypeMethodDescription<T extends BaseResourceIndex>
voidcopyMutableValuesFrom(T theSource) booleanSubclasses must implementgetId()Get the Resource this SP indexesgetValue()inthashCode()Subclasses must implementbooleanmatches(ca.uhn.fhir.model.api.IQueryParameterType theParam) voidsetResource(ResourceTable theResource) voidsetResourceId(Long theResourceId) setValue(double theValue) ca.uhn.fhir.model.api.IQueryParameterTypetoString()Methods inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedSearchParamQuantity
calculateHashes, calculateHashSystemAndUnits, calculateHashSystemAndUnits, calculateHashUnits, calculateHashUnits, clearHashes, getHashIdentityAndUnits, getHashIdentitySystemAndUnits, getSystem, getUnits, setHashIdentityAndUnits, setHashIdentitySystemAndUnits, setSystem, setUnitsMethods inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedSearchParam
calculateHashIdentity, calculateHashIdentity, calculateHashIdentity, getHashIdentity, getParamName, getPartitionSettings, getResourcePid, getResourceType, getStorageSettings, getUpdated, isIndexStorageOptimized, isMissing, optimizeIndexStorage, restoreParamName, setHashIdentity, setMissing, setParamName, setPartitionSettings, setResourceType, setStorageSettings, setUpdatedMethods inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndex
setPartitionId, setPlaceholderHashesIfMissingMethods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId 
- 
Field Details
- 
myValue
 
 - 
 - 
Constructor Details
- 
ResourceIndexedSearchParamQuantityNormalized
 - 
ResourceIndexedSearchParamQuantityNormalized
public ResourceIndexedSearchParamQuantityNormalized(PartitionSettings thePartitionSettings, String theResourceType, String theParamName, double theValue, String theSystem, String theUnits)  
 - 
 - 
Method Details
- 
copyMutableValuesFrom
- Overrides:
 copyMutableValuesFromin classBaseResourceIndexedSearchParam
 - 
setResourceId
- Specified by:
 setResourceIdin classBaseResourceIndex
 - 
getValue
 - 
setValue
 - 
setValue
 - 
getId
- Specified by:
 getIdin classBaseResourceIndexedSearchParam
 - 
setId
- Specified by:
 setIdin classBaseResourceIndex
 - 
toQueryParameterType
- Specified by:
 toQueryParameterTypein classBaseResourceIndexedSearchParam
 - 
toString
- Overrides:
 toStringin classBasePartitionable
 - 
equals
Description copied from class:BaseResourceIndexSubclasses must implement- Specified by:
 equalsin classBaseResourceIndex
 - 
hashCode
Description copied from class:BaseResourceIndexSubclasses must implement- Overrides:
 hashCodein classBaseResourceIndexedSearchParamQuantity
 - 
matches
- Overrides:
 matchesin classBaseResourceIndexedSearchParam
 - 
getResource
Description copied from class:BaseResourceIndexedSearchParamGet the Resource this SP indexes- Specified by:
 getResourcein classBaseResourceIndexedSearchParam
 - 
setResource
- Specified by:
 setResourcein classBaseResourceIndexedSearchParam
 
 -