gov.nih.nci.evs.domain
Class Source

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

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

This class encapsulates the sources of EVS Concept object.

See Also:
Serialized Form

Constructor Summary
Source()
          Initializes a newly created Source object so that it represents an Source.
Source(java.lang.String abbr, java.lang.String description)
           
 
Method Summary
 java.lang.String getAbbreviation()
          Returns the abbreviation
 java.lang.String getDescription()
          Returns the description
 void setAbbreviation(java.lang.String abbreviation)
          Sets the abbreviation for this Source object
 void setDescription(java.lang.String description)
          Sets the description for this Source object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Source

public Source()
Initializes a newly created Source object so that it represents an Source.


Source

public Source(java.lang.String abbr,
              java.lang.String description)
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description

Returns:
the description for this Source object

getAbbreviation

public java.lang.String getAbbreviation()
Returns the abbreviation

Returns:
the abbreviation for this Source object

setDescription

public void setDescription(java.lang.String description)
Sets the description for this Source object

Parameters:
description - the description

setAbbreviation

public void setAbbreviation(java.lang.String abbreviation)
Sets the abbreviation for this Source object

Parameters:
abbreviation - the abbreviation