gov.nih.nci.evs.domain
Class Qualifier

java.lang.Object
  extended by gov.nih.nci.evs.domain.Qualifier
All Implemented Interfaces:
java.io.Serializable

public class Qualifier
extends java.lang.Object
implements java.io.Serializable

A Qualifier is attached to associations and properties of a concept.

See Also:
Serialized Form

Constructor Summary
Qualifier()
           
 
Method Summary
 java.lang.String getName()
          Retreives the value of name attribue
 java.lang.String getValue()
          Retreives the value of value attribue
 void setName(java.lang.String name)
          Sets the value of name attribue
 void setValue(java.lang.String value)
          Sets the value of value attribue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Qualifier

public Qualifier()
Method Detail

getName

public java.lang.String getName()
Retreives the value of name attribue

Returns:
name

setName

public void setName(java.lang.String name)
Sets the value of name attribue


getValue

public java.lang.String getValue()
Retreives the value of value attribue

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value of value attribue



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.