Class Base

java.lang.Object
org.dspace.app.ldn.model.Base
Direct Known Subclasses:
Actor, Citation, Notification, NotifyRequestStatus, Service, Url

public class Base extends Object
used to map @see org.dspace.app.ldn.model.Notification
  • Constructor Details

    • Base

      public Base()
  • Method Details

    • getId

      public String getId()
      Returns:
      String
    • setId

      public void setId(String id)
      Parameters:
      id -
    • getType

      public Set<String> getType()
      Returns:
      Set
    • setType

      public void setType(Object type)
      Parameters:
      type -
    • addType

      public void addType(String type)
      Parameters:
      type -
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      Returns:
      int
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
      Parameters:
      obj -
      Returns:
      boolean