|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.Source
public class Source
The source is a knowledge base.
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 |
---|
private static final long serialVersionUID
private java.lang.String abbreviation
private java.lang.String code
private java.lang.String description
Constructor Detail |
---|
public Source()
Method Detail |
---|
public java.lang.String getAbbreviation()
public void setAbbreviation(java.lang.String abbreviation)
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |