Package tethys

Class DocumentInfo

java.lang.Object
tethys.DocumentInfo
All Implemented Interfaces:
Comparable<DocumentInfo>
Direct Known Subclasses:
DocumentNilusObject

public class DocumentInfo extends Object implements Comparable<DocumentInfo>
Basic information about a document that can be used to make document lists.
Author:
dg50
  • Constructor Details Link icon

    • DocumentInfo Link icon

      public DocumentInfo(Collection collection, String documentName, String documentId)
      Parameters:
      collection -
      documentName -
      documentId -
  • Method Details Link icon

    • compareTo Link icon

      public int compareTo(DocumentInfo o)
      Specified by:
      compareTo in interface Comparable<DocumentInfo>
    • getCollection Link icon

      public Collection getCollection()
      Returns:
      the collection
    • getDocumentName Link icon

      public String getDocumentName()
      Returns:
      the documentName
    • getDocumentId Link icon

      public String getDocumentId()
      Returns:
      the documentId
    • isThisTethysProject Link icon

      public boolean isThisTethysProject()
      Document is part of this Tethys Project
      Returns:
      the thisTethysProject
    • setThisTethysProject Link icon

      public void setThisTethysProject(boolean thisTethysProject)
      Document is part of this Tethys Project
      Parameters:
      thisTethysProject - the thisTethysProject to set
    • isThisPAMGuardDataSet Link icon

      public boolean isThisPAMGuardDataSet()
      Document is part of current PAMGuard dataset
      Returns:
      the thisPAMGuardDataSet
    • setThisPAMGuardDataSet Link icon

      public void setThisPAMGuardDataSet(boolean thisPAMGuardDataSet)
      Document is part of current PAMGuard dataset
      Parameters:
      thisPAMGuardDataSet - the thisPAMGuardDataSet to set
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object