Class TethysReport

java.lang.Object
tethys.reporter.TethysReport

public class TethysReport extends Object
  • Constructor Details

    • TethysReport

      public TethysReport(boolean success, Collection collection, String docName, String docId)
      Parameters:
      success -
      collection -
      docName -
      docId -
  • Method Details

    • isSuccess

      public boolean isSuccess()
      Returns:
      the success
    • getCollection

      public Collection getCollection()
      Returns:
      the collection
    • getDocName

      public String getDocName()
      Returns:
      the docName
    • getDocId

      public String getDocId()
      Returns:
      the docId