Package tethys
Class DocumentInfo
java.lang.Object
tethys.DocumentInfo
- All Implemented Interfaces:
 Comparable<DocumentInfo>
- Direct Known Subclasses:
 DocumentNilusObject
Basic information about a document that can be used to 
 make document lists.
- Author:
 - dg50
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintbooleanDocument is part of current PAMGuard datasetbooleanDocument is part of this Tethys ProjectvoidsetThisPAMGuardDataSet(boolean thisPAMGuardDataSet) Document is part of current PAMGuard datasetvoidsetThisTethysProject(boolean thisTethysProject) Document is part of this Tethys ProjecttoString() 
- 
Constructor Details
- 
DocumentInfo
- Parameters:
 collection-documentName-documentId-
 
 - 
 - 
Method Details
- 
compareTo
- Specified by:
 compareToin interfaceComparable<DocumentInfo>
 - 
getCollection
- Returns:
 - the collection
 
 - 
getDocumentName
- Returns:
 - the documentName
 
 - 
getDocumentId
- Returns:
 - the documentId
 
 - 
isThisTethysProject
public boolean isThisTethysProject()Document is part of this Tethys Project- Returns:
 - the thisTethysProject
 
 - 
setThisTethysProject
public void setThisTethysProject(boolean thisTethysProject) Document is part of this Tethys Project- Parameters:
 thisTethysProject- the thisTethysProject to set
 - 
isThisPAMGuardDataSet
public boolean isThisPAMGuardDataSet()Document is part of current PAMGuard dataset- Returns:
 - the thisPAMGuardDataSet
 
 - 
setThisPAMGuardDataSet
public void setThisPAMGuardDataSet(boolean thisPAMGuardDataSet) Document is part of current PAMGuard dataset- Parameters:
 thisPAMGuardDataSet- the thisPAMGuardDataSet to set
 - 
toString
 
 -