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 boolean
equals(Object other)
int
getCodeSystemId()
String
getTokenValue()
int
hashCode()
-
-
-
Constructor Detail
-
CommonTokenValue
public CommonTokenValue(int codeSystemId, String tokenValue)
-
-