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

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

serialVersionUID

private static final long serialVersionUID
An attribute to allow serialization of the domain objects

See Also:
Constant Field Values

descLogicConceptCode

private java.lang.String descLogicConceptCode
This is an unique code associated with a concept within the specified vocabulary.


historyCollection

private java.util.Vector<History> historyCollection
An associated gov.nih.nci.evs.domain.History object's collection

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



This API was generated by the caCORE Software Development Kit.