|
||||||||||
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
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 |
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 |