Class NotifyServiceEntity

java.lang.Object
org.dspace.app.ldn.NotifyServiceEntity
All Implemented Interfaces:
ReloadableEntity<Integer>

@Entity public class NotifyServiceEntity extends Object implements ReloadableEntity<Integer>
Database object representing notify services
Author:
Mohamed Eskander (mohamed.eskander at 4science.com)
  • Constructor Details

    • NotifyServiceEntity

      public NotifyServiceEntity()
  • Method Details

    • setId

      public void setId(Integer id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getUrl

      public String getUrl()
      Returns:
      URL of an informative website
    • setUrl

      public void setUrl(String url)
    • getLdnUrl

      public String getLdnUrl()
      Returns:
      URL of the LDN InBox
    • setLdnUrl

      public void setLdnUrl(String ldnUrl)
    • getInboundPatterns

      public List<NotifyServiceInboundPattern> getInboundPatterns()
      Returns:
      The list of the inbound patterns configuration supported by the service
    • setInboundPatterns

      public void setInboundPatterns(List<NotifyServiceInboundPattern> inboundPatterns)
    • getID

      public Integer getID()
      Description copied from interface: ReloadableEntity
      The unique identifier of this entity instance.
      Specified by:
      getID in interface ReloadableEntity<Integer>
      Returns:
      the value of the primary key for this instance.
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isUsesActorEmailId

      public boolean isUsesActorEmailId()
    • setUsesActorEmailId

      public void setUsesActorEmailId(boolean usesActorEmailId)
    • getScore

      public BigDecimal getScore()
    • setScore

      public void setScore(BigDecimal score)
    • getLowerIp

      public String getLowerIp()
    • setLowerIp

      public void setLowerIp(String lowerIp)
    • getUpperIp

      public String getUpperIp()
    • setUpperIp

      public void setUpperIp(String upperIp)