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 TypeMethodDescriptionint
boolean
Document is part of current PAMGuard datasetboolean
Document is part of this Tethys Projectvoid
setThisPAMGuardDataSet
(boolean thisPAMGuardDataSet) Document is part of current PAMGuard datasetvoid
setThisTethysProject
(boolean thisTethysProject) Document is part of this Tethys ProjecttoString()
-
Constructor Details
-
Method Details
-
compareTo
- Specified by:
compareTo
in 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
-