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

Field Summary
private  java.lang.String abbreviation
          Specifies the source abbreviation
private  java.lang.String code
          Specifies the source code
private  java.lang.String description
          Textual description of the source
private static long serialVersionUID
          An attribute to allow serialization of the domain objects
 
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
 

Field Detail

serialVersionUID

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

See Also:
Constant Field Values

abbreviation

private java.lang.String abbreviation
Specifies the source abbreviation


code

private java.lang.String code
Specifies the source code


description

private java.lang.String description
Textual description of the source

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



This API was generated by the caCORE Software Development Kit.