Uses of Class
gov.nih.nci.caarray.common.data.fileupload2.CAMagemlFileUploadEntryData

Packages that use CAMagemlFileUploadEntryData
gov.nih.nci.caarray.common.data.fileupload2   
gov.nih.nci.caarray.services.fileupload2 This package provides supporting persistable beans for managing hybridization and array design file upload and parsing processes... 
 

Uses of CAMagemlFileUploadEntryData in gov.nih.nci.caarray.common.data.fileupload2
 

Methods in gov.nih.nci.caarray.common.data.fileupload2 that return CAMagemlFileUploadEntryData
 CAMagemlFileUploadEntryData CAFileUploadEntryData.getCaMagemlFileEntryData()
           
 

Methods in gov.nih.nci.caarray.common.data.fileupload2 with parameters of type CAMagemlFileUploadEntryData
 void CAFileUploadEntryData.setCaMagemlFileEntryData(CAMagemlFileUploadEntryData caMagemlFileEntryData)
           
 

Uses of CAMagemlFileUploadEntryData in gov.nih.nci.caarray.services.fileupload2
 

Methods in gov.nih.nci.caarray.services.fileupload2 with parameters of type CAMagemlFileUploadEntryData
 void CAMagemlFileUploadEntry.copyFromData(CAMagemlFileUploadEntryData data)