Class LicenseRest

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

public class LicenseRest extends Object implements RestModel
The License text REST resource.
Author:
Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
See Also:
  • Field Details

  • Constructor Details

    • LicenseRest

      public LicenseRest()
  • Method Details

    • isCustom

      public boolean isCustom()
    • setCustom

      public void setCustom(boolean custom)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getType

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

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