Class LocationParmVal
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.dto.LocationParmVal
 
 
- 
- All Implemented Interfaces:
 ExtractedParameterValue
public class LocationParmVal extends Object implements ExtractedParameterValue
This class defines the Data Transfer Object representing a row in the X_LATLNG_VALUES tables. 
- 
- 
Constructor Summary
Constructors Constructor Description LocationParmVal() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExtractedParameterValueVisitor visitor)We know our type, so we can call the correct method on the visitorStringgetBase()StringgetName()StringgetResourceType()DoublegetValueLatitude()DoublegetValueLongitude()voidsetBase(String base)voidsetName(String name)voidsetResourceType(String resourceType)voidsetValueLatitude(Double valueLatitude)voidsetValueLongitude(Double valueLongitude) 
 - 
 
- 
- 
Method Detail
- 
setName
public void setName(String name)
- Specified by:
 setNamein interfaceExtractedParameterValue
 
- 
getName
public String getName()
- Specified by:
 getNamein interfaceExtractedParameterValue
 
- 
getValueLongitude
public Double getValueLongitude()
 
- 
setValueLongitude
public void setValueLongitude(Double valueLongitude)
 
- 
getValueLatitude
public Double getValueLatitude()
 
- 
setValueLatitude
public void setValueLatitude(Double valueLatitude)
 
- 
getResourceType
public String getResourceType()
- Specified by:
 getResourceTypein interfaceExtractedParameterValue
 
- 
setResourceType
public void setResourceType(String resourceType)
- Specified by:
 setResourceTypein interfaceExtractedParameterValue
 
- 
accept
public void accept(ExtractedParameterValueVisitor visitor) throws FHIRPersistenceException
We know our type, so we can call the correct method on the visitor- Specified by:
 acceptin interfaceExtractedParameterValue- Throws:
 FHIRPersistenceException
 
- 
getBase
public String getBase()
- Specified by:
 getBasein interfaceExtractedParameterValue- Returns:
 - the base
 
 
- 
setBase
public void setBase(String base)
- Specified by:
 setBasein interfaceExtractedParameterValue- Parameters:
 base- the base to set
 
 - 
 
 -