|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.HistoryRecord
public class HistoryRecord
The HistoryRecord holds history information for the specified concept
Field Summary | |
---|---|
private java.lang.String |
descLogicConceptCode
This is an unique code associated with a concept within the specified vocabulary. |
private java.util.Vector<History> |
historyCollection
An associated gov.nih.nci.evs.domain.History object's collection |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
Constructor Summary | |
---|---|
HistoryRecord()
|
Method Summary | |
---|---|
java.lang.String |
getDescLogicConceptCode()
Retreives the value of descLogicConceptCode attribue |
java.util.Vector<History> |
getHistoryCollection()
Retreives the value of historyCollection attribue |
void |
setDescLogicConceptCode(java.lang.String descLogicConceptCode)
Sets the value of descLogicConceptCode attribue |
void |
setHistoryCollection(java.util.Vector<History> historyCollection)
Sets the value of historyCollection 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 descLogicConceptCode
private java.util.Vector<History> historyCollection
Constructor Detail |
---|
public HistoryRecord()
Method Detail |
---|
public java.lang.String getDescLogicConceptCode()
public void setDescLogicConceptCode(java.lang.String descLogicConceptCode)
public java.util.Vector<History> getHistoryCollection()
public void setHistoryCollection(java.util.Vector<History> historyCollection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |