Class CommonTokenValue
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.dto.CommonTokenValue
 
 
- 
public class CommonTokenValue extends Object
DTO representing a record in COMMON_TOKEN_VALUES 
- 
- 
Constructor Summary
Constructors Constructor Description CommonTokenValue(int codeSystemId, String tokenValue) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)intgetCodeSystemId()StringgetTokenValue()inthashCode() 
 - 
 
- 
- 
Constructor Detail
- 
CommonTokenValue
public CommonTokenValue(int codeSystemId, String tokenValue) 
 - 
 
 -