Class CorrectionTypeMessageDTO

java.lang.Object
org.dspace.qaevent.service.dto.CorrectionTypeMessageDTO
All Implemented Interfaces:
Serializable, QAMessageDTO

public class CorrectionTypeMessageDTO extends Object implements QAMessageDTO, Serializable
The CorrectionTypeMessageDTO class implements the QAMessageDTO interface and represents a Data Transfer Object (DTO) for holding information related to a correction type message in the context of Quality Assurance (QA).
Author:
Mykhaylo Boychuk (mykhaylo.boychuk at 4science.it)
See Also:
  • Constructor Details

    • CorrectionTypeMessageDTO

      public CorrectionTypeMessageDTO()
    • CorrectionTypeMessageDTO

      public CorrectionTypeMessageDTO(String reason)
  • Method Details

    • getReason

      public String getReason()
    • setReason

      public void setReason(String reason)