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)Construct a common token value from a codeSystemId and tokenValue 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)intgetCodeSystemId()StringgetTokenValue()inthashCode()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
CommonTokenValue
public CommonTokenValue(int codeSystemId, String tokenValue)Construct a common token value from a codeSystemId and tokenValue- Parameters:
 codeSystemId-tokenValue-
 
 - 
 
- 
Method Detail
- 
getCodeSystemId
public int getCodeSystemId()
- Returns:
 - the codeSystemId
 
 
- 
getTokenValue
public String getTokenValue()
- Returns:
 - the tokenValue
 
 
 - 
 
 -