Class CommonTokenValue


  • public class CommonTokenValue
    extends Object
    DTO representing a record in COMMON_TOKEN_VALUES
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object