gov.nih.nci.evs.domain
Class HistoryRecord

java.lang.Object
  extended by gov.nih.nci.evs.domain.HistoryRecord
All Implemented Interfaces:
java.io.Serializable

public class HistoryRecord
extends java.lang.Object
implements java.io.Serializable

The HistoryRecord holds history information for the specified concept

See Also:
Serialized Form

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

HistoryRecord

public HistoryRecord()
Method Detail

getDescLogicConceptCode

public java.lang.String getDescLogicConceptCode()
Retreives the value of descLogicConceptCode attribue

Returns:
descLogicConceptCode

setDescLogicConceptCode

public void setDescLogicConceptCode(java.lang.String descLogicConceptCode)
Sets the value of descLogicConceptCode attribue


getHistoryCollection

public java.util.Vector<History> getHistoryCollection()
Retreives the value of historyCollection attribue

Returns:
historyCollection

setHistoryCollection

public void setHistoryCollection(java.util.Vector<History> historyCollection)
Sets the value of historyCollection attribue



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.