Uses of Class
gov.nih.nci.evs.domain.History

Packages that use History
gov.nih.nci.evs.domain   
 

Uses of History in gov.nih.nci.evs.domain
 

Fields in gov.nih.nci.evs.domain with type parameters of type History
private  java.util.Vector<History> HistoryRecord.historyCollection
          An associated gov.nih.nci.evs.domain.History object's collection
 

Methods in gov.nih.nci.evs.domain that return types with arguments of type History
 java.util.Vector<History> HistoryRecord.getHistoryCollection()
          Retreives the value of historyCollection attribue
 

Method parameters in gov.nih.nci.evs.domain with type arguments of type History
 void HistoryRecord.setHistoryCollection(java.util.Vector<History> historyCollection)
          Sets the value of historyCollection attribue
 



This API was generated by the caCORE Software Development Kit.