|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.Source
This class encapsulates the sources of EVS Concept object.
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 |
public Source()
Source
object so that it represents an Source.
public Source(java.lang.String abbr, java.lang.String description)
Method Detail |
public java.lang.String getDescription()
Source
objectpublic java.lang.String getAbbreviation()
Source
objectpublic void setDescription(java.lang.String description)
Source
object
description
- the descriptionpublic void setAbbreviation(java.lang.String abbreviation)
Source
object
abbreviation
- the abbreviation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |