Interface StandardReportRow

All Known Implementing Classes:
StandardReportRowImpl

public interface StandardReportRow
  • Method Details

    • getRecipient

      String getRecipient()
    • getDeliveryStatus

      String getDeliveryStatus()
    • getQuestionLabel

      String getQuestionLabel()
    • getQuestionDateTime

      Date getQuestionDateTime()
    • getAnswerLabel

      String getAnswerLabel()
    • getAnswerDateTime

      Date getAnswerDateTime()
    • getAnswerText

      String getAnswerText()
    • getRecipientData

      Map<String,String> getRecipientData()