Package tethys.niluswraps
Class NilusDataWrapper<T>
java.lang.Object
tethys.niluswraps.NilusDocumentWrapper<T>
tethys.niluswraps.NilusDataWrapper<T>
- Type Parameters:
 T-
- Direct Known Subclasses:
 PDetections,PLocalization
Wrapper for Nilus data objects. This means Detections and Localization documents which 
 should have an associated datablock, a deployment wrapper and a data count.
- Author:
 - dg50
 
- 
Field Summary
FieldsFields inherited from class tethys.niluswraps.NilusDocumentWrapper
documentName, nilusObject - 
Constructor Summary
ConstructorsConstructorDescriptionNilusDataWrapper(T nilusObject, PamDataBlock dataBlock, PDeployment deployment, Integer count)  - 
Method Summary
Modifier and TypeMethodDescriptionnilus.DataSourceTypenilus.DescriptionTypenilus.QualityAssuranceProcessTypeMethods inherited from class tethys.niluswraps.NilusDocumentWrapper
getCollection, getDocumentId, getGotObject, getGotObject, getGotObjects, getGotObjects, getNilusClass, getNilusObject 
- 
Field Details
- 
count
 - 
deployment
 - 
dataBlock
 
 - 
 - 
Constructor Details
- 
NilusDataWrapper
public NilusDataWrapper(T nilusObject, PamDataBlock dataBlock, PDeployment deployment, Integer count)  
 - 
 - 
Method Details
- 
getDescription
public nilus.DescriptionType getDescription() - 
getDataSource
public nilus.DataSourceType getDataSource() - 
getQualityAssurance
public nilus.QualityAssuranceProcessType getQualityAssurance() - 
getEffortStart
 - 
getEffortEnd
 
 -