Class TethysReport

java.lang.Object
tethys.reporter.TethysReport

public class TethysReport extends Object
  • Constructor Details Link icon

    • TethysReport Link icon

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

    • isSuccess Link icon

      public boolean isSuccess()
      Returns:
      the success
    • getCollection Link icon

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

      public String getDocName()
      Returns:
      the docName
    • getDocId Link icon

      public String getDocId()
      Returns:
      the docId