Package tethys.reporter
Class TethysReport
java.lang.Object
tethys.reporter.TethysReport
- 
Constructor Summary
ConstructorsConstructorDescriptionTethysReport(boolean success, Collection collection, String docName, String docId)  - 
Method Summary
 
- 
Constructor Details
- 
TethysReport
- Parameters:
 success-collection-docName-docId-
 
 - 
 - 
Method Details
- 
isSuccess
public boolean isSuccess()- Returns:
 - the success
 
 - 
getCollection
- Returns:
 - the collection
 
 - 
getDocName
- Returns:
 - the docName
 
 - 
getDocId
- Returns:
 - the docId
 
 
 -