Class AccessStatusRest

java.lang.Object
org.dspace.app.rest.model.AccessStatusRest
All Implemented Interfaces:
Serializable, RestModel

public class AccessStatusRest extends Object implements RestModel
The Access Status REST Resource.
See Also:
  • Field Details

  • Constructor Details

    • AccessStatusRest

      public AccessStatusRest()
    • AccessStatusRest

      public AccessStatusRest(String status)
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface RestModel
    • getTypePlural

      public String getTypePlural()
      The plural name is the same as the singular name
      Specified by:
      getTypePlural in interface RestModel
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getEmbargoDate

      public String getEmbargoDate()
    • setEmbargoDate

      public void setEmbargoDate(String embargoDate)