Class CommonCanonicalValue

  • All Implemented Interfaces:
    java.lang.Comparable<CommonCanonicalValue>

    public class CommonCanonicalValue
    extends java.lang.Object
    implements java.lang.Comparable<CommonCanonicalValue>
    Represents a common_canonical_value record which may or may not yet exist in the database. If it exists in the database, we may not yet have retrieved its canonical_id.
    • Constructor Detail

      • CommonCanonicalValue

        public CommonCanonicalValue​(short shardKey,
                                    java.lang.String url)
        Public constructor
        Parameters:
        shardKey -
        codeSystemValue -
        tokenValue -
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getCanonicalId

        public java.lang.Long getCanonicalId()
        Returns:
        the canonicalId
      • setCanonicalId

        public void setCanonicalId​(java.lang.Long canonicalId)
        Parameters:
        canonicalId - the canonicalId to set
      • getShardKey

        public short getShardKey()
        Returns:
        the shardKey
      • getUrl

        public java.lang.String getUrl()
        Returns:
        the url