All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wci.umls.server.helpers.HasTerminologyId Maven / Gradle / Ivy

/**
 * Copyright 2015 West Coast Informatics, LLC
 */
/*************************************************************

 * Last Updated: Feb 27, 2009
 *************************************************************/
package com.wci.umls.server.helpers;

/**
 * Represents a thing that is associated with a terminology and an identifier.
 */
public interface HasTerminologyId extends HasTerminology {

  /**
   * Returns the terminology id.
   * 
   * @return the terminology id
   */
  public String getTerminologyId();

  /**
   * Sets the terminology id.
   * 
   * @param terminologyId the terminology id
   */
  public void setTerminologyId(String terminologyId);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy