Class RootRest

All Implemented Interfaces:
Serializable, RestModel

public class RootRest extends RestAddressableModel
The purpose of this class is to show the representation of information on the home/root page of the REST API
See Also:
  • Field Details

  • Constructor Details

    • RootRest

      public RootRest()
  • Method Details

    • getCategory

      public String getCategory()
      Specified by:
      getCategory in class RestAddressableModel
    • getType

      public String getType()
    • getTypePlural

      public String getTypePlural()
      The plural name is the same as the singular name
    • getController

      public Class getController()
      Specified by:
      getController in class RestAddressableModel
    • getDspaceUI

      public String getDspaceUI()
    • setDspaceUI

      public void setDspaceUI(String dspaceUI)
    • getDspaceName

      public String getDspaceName()
    • setDspaceName

      public void setDspaceName(String dspaceName)
    • getDspaceServer

      public String getDspaceServer()
    • setDspaceServer

      public void setDspaceServer(String dspaceServerURL)
    • getDspaceVersion

      public String getDspaceVersion()
    • setDspaceVersion

      public void setDspaceVersion(String dspaceVersion)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object