gov.nih.nci.evs.domain
Class Association

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

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

An Association class relates a concept or a term to another concept or term. Association falls into 3 categories; concept association, term association and synonyms which are concept-term associations.

See Also:
Serialized Form

Field Summary
private  java.lang.String name
          The name attribute holds the name of the association
private  java.util.Vector<Qualifier> qualifierCollection
          An associated gov.nih.nci.evs.domain.Qualifier object's collection
private static long serialVersionUID
          An attribute to allow serialization of the domain objects
private  java.lang.String value
          The value attribute holds the value of association
 
Constructor Summary
Association()
           
 
Method Summary
 java.lang.String getName()
          Retreives the value of name attribue
 java.util.Vector<Qualifier> getQualifierCollection()
          Retreives the value of qualifierCollection attribue
 java.lang.String getValue()
          Retreives the value of value attribue
 void setName(java.lang.String name)
          Sets the value of name attribue
 void setQualifierCollection(java.util.Vector<Qualifier> qualifierCollection)
          Sets the value of qualifierCollection 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
An attribute to allow serialization of the domain objects

See Also:
Constant Field Values

name

private java.lang.String name
The name attribute holds the name of the association


value

private java.lang.String value
The value attribute holds the value of association


qualifierCollection

private java.util.Vector<Qualifier> qualifierCollection
An associated gov.nih.nci.evs.domain.Qualifier object's collection

Constructor Detail

Association

public Association()
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


getQualifierCollection

public java.util.Vector<Qualifier> getQualifierCollection()
Retreives the value of qualifierCollection attribue

Returns:
qualifierCollection

setQualifierCollection

public void setQualifierCollection(java.util.Vector<Qualifier> qualifierCollection)
Sets the value of qualifierCollection attribue



This API was generated by the caCORE Software Development Kit.