Class StandardReportRowImpl
java.lang.Object
esendex.sdk.java.model.domain.impl.StandardReportRowImpl
- All Implemented Interfaces:
StandardReportRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAnswerDateTime
(Date answerDateTime) void
setAnswerLabel
(String answerLabel) void
setAnswerText
(String answerText) void
setDeliveryStatus
(String deliveryStatus) void
setQuestionDateTime
(Date questionDateTime) void
setQuestionLabel
(String questionLabel) void
setRecipient
(String recipient) void
setRecipientData
(Map<String, String> recipientData)
-
Constructor Details
-
StandardReportRowImpl
public StandardReportRowImpl()
-
-
Method Details
-
getRecipient
- Specified by:
getRecipient
in interfaceStandardReportRow
-
setRecipient
-
getDeliveryStatus
- Specified by:
getDeliveryStatus
in interfaceStandardReportRow
-
setDeliveryStatus
-
getQuestionLabel
- Specified by:
getQuestionLabel
in interfaceStandardReportRow
-
setQuestionLabel
-
getQuestionDateTime
- Specified by:
getQuestionDateTime
in interfaceStandardReportRow
-
setQuestionDateTime
-
getAnswerLabel
- Specified by:
getAnswerLabel
in interfaceStandardReportRow
-
setAnswerLabel
-
getAnswerDateTime
- Specified by:
getAnswerDateTime
in interfaceStandardReportRow
-
setAnswerDateTime
-
getAnswerText
- Specified by:
getAnswerText
in interfaceStandardReportRow
-
setAnswerText
-
getRecipientData
- Specified by:
getRecipientData
in interfaceStandardReportRow
-
setRecipientData
-