|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.Definition
public class Definition
Textual definition from an identified source
Field Summary | |
---|---|
private java.lang.String |
definition
A textual description of a term |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
private Source |
source
An associated gov.nih.nci.evs.domain.Source object |
Constructor Summary | |
---|---|
Definition()
|
Method Summary | |
---|---|
java.lang.String |
getDefinition()
Retreives the value of definition attribue |
Source |
getSource()
Retreives the value of source attribue |
void |
setDefinition(java.lang.String definition)
Sets the value of definition attribue |
void |
setSource(Source source)
Sets the value of source 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 definition
private Source source
Constructor Detail |
---|
public Definition()
Method Detail |
---|
public java.lang.String getDefinition()
public void setDefinition(java.lang.String definition)
public Source getSource()
public void setSource(Source source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |