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.ResourceIndexedSearchParamBaseQuantity
ca.uhn.fhir.jpa.model.entity.ResourceIndexedSearchParamQuantityNormalized
- All Implemented Interfaces:
Serializable
@Embeddable
@Entity
public class ResourceIndexedSearchParamQuantityNormalized
extends ResourceIndexedSearchParamBaseQuantity
- See Also:
- Serialized Form
-
Field Summary
FieldsFields inherited from class ca.uhn.fhir.jpa.model.entity.ResourceIndexedSearchParamBaseQuantity
mySystem, myUnits -
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()getValue()booleanmatches(ca.uhn.fhir.model.api.IQueryParameterType theParam)voidsetValue(double theValue)ca.uhn.fhir.model.api.IQueryParameterTypetoString()Methods inherited from class ca.uhn.fhir.jpa.model.entity.ResourceIndexedSearchParamBaseQuantity
calculateHashes, calculateHashSystemAndUnits, calculateHashSystemAndUnits, calculateHashUnits, calculateHashUnits, clearHashes, getHashIdentity, getHashIdentityAndUnits, getHashIdentitySystemAndUnits, getSystem, getUnits, hashCode, setHashIdentity, setHashIdentityAndUnits, setHashIdentitySystemAndUnits, setSystem, setUnitsMethods inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndexedSearchParam
calculateHashIdentity, calculateHashIdentity, calculateHashIdentity, getModelConfig, getParamName, getPartitionSettings, getResource, getResourcePid, getResourceType, getUpdated, isMissing, setMissing, setModelConfig, setParamName, setPartitionSettings, setResource, setResourceType, setUpdatedMethods inherited from class ca.uhn.fhir.jpa.model.entity.BaseResourceIndex
setPartitionIdMethods 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
-
getValue
-
setValue
-
setValue
-
getId
- Specified by:
getIdin classBaseResourceIndexedSearchParam
-
setId
- Specified by:
setIdin classBaseResourceIndex
-
toQueryParameterType
- Specified by:
toQueryParameterTypein classBaseResourceIndexedSearchParam
-
toString
-
equals
Description copied from class:BaseResourceIndexSubclasses must implement- Specified by:
equalsin classBaseResourceIndex
-
matches
- Overrides:
matchesin classBaseResourceIndexedSearchParam
-