Class NotifyMessageDTO

java.lang.Object
org.dspace.qaevent.service.dto.NotifyMessageDTO
All Implemented Interfaces:
QAMessageDTO

public class NotifyMessageDTO extends Object implements QAMessageDTO
Implementation of QAMessageDTO that model message coming from COAR NOTIFY.
Author:
Francesco Bacchelli (francesco.bacchelli at 4science.it)
  • Constructor Details

    • NotifyMessageDTO

      public NotifyMessageDTO()
  • Method Details

    • getServiceName

      public String getServiceName()
    • setServiceName

      public void setServiceName(String serviceName)
    • getServiceId

      public String getServiceId()
    • setServiceId

      public void setServiceId(String serviceId)
    • getHref

      public String getHref()
    • setHref

      public void setHref(String href)
    • getRelationship

      public String getRelationship()
    • setRelationship

      public void setRelationship(String relationship)