Class DateParmVal
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.dto.DateParmVal
 
 
- 
- All Implemented Interfaces:
 ExtractedParameterValue
public class DateParmVal extends Object implements ExtractedParameterValue
This class defines the Data Transfer Object representing a row in the X_DATE_VALUES tables. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDateParmVal.TimeType 
- 
Constructor Summary
Constructors Constructor Description DateParmVal() 
- 
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()TimestampgetValueDateEnd()TimestampgetValueDateStart()voidsetBase(String base)voidsetName(String name)voidsetResourceType(String resourceType)voidsetValueDateEnd(Timestamp valueDateEnd)voidsetValueDateStart(Timestamp valueDateStart)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getValueDateStart
public Timestamp getValueDateStart()
 
- 
setValueDateStart
public void setValueDateStart(Timestamp valueDateStart)
 
- 
getValueDateEnd
public Timestamp getValueDateEnd()
 
- 
setValueDateEnd
public void setValueDateEnd(Timestamp valueDateEnd)
 
- 
setName
public void setName(String name)
- Specified by:
 setNamein interfaceExtractedParameterValue
 
- 
getName
public String getName()
- Specified by:
 getNamein interfaceExtractedParameterValue
 
- 
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
 
 - 
 
 -