gov.nih.nci.evs.domain
Class Source

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

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

The source is a knowledge base.

See Also:
Serialized Form

Constructor Summary
Source()
           
 
Method Summary
 java.lang.String getAbbreviation()
          Retreives the value of abbreviation attribue
 java.lang.String getCode()
          Retreives the value of code attribue
 java.lang.String getDescription()
          Retreives the value of description attribue
 void setAbbreviation(java.lang.String abbreviation)
          Sets the value of abbreviation attribue
 void setCode(java.lang.String code)
          Sets the value of code attribue
 void setDescription(java.lang.String description)
          Sets the value of description attribue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Source

public Source()
Method Detail

getAbbreviation

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

Returns:
abbreviation

setAbbreviation

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


getCode

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

Returns:
code

setCode

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


getDescription

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

Returns:
description

setDescription

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



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