Class BitstreamFormatRest

All Implemented Interfaces:
Serializable, RestModel

public class BitstreamFormatRest extends BaseObjectRest<Integer>
The BitstreamFormat REST Resource
Author:
Andrea Bollini (andrea.bollini at 4science.it)
See Also:
  • Field Details

  • Constructor Details

    • BitstreamFormatRest

      public BitstreamFormatRest()
  • Method Details

    • getShortDescription

      public String getShortDescription()
    • setShortDescription

      public void setShortDescription(String shortDescription)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMimetype

      public String getMimetype()
    • setMimetype

      public void setMimetype(String mimetype)
    • getSupportLevel

      public String getSupportLevel()
    • setSupportLevel

      public void setSupportLevel(String supportLevel)
    • isInternal

      public boolean isInternal()
    • setInternal

      public void setInternal(boolean internal)
    • getExtensions

      public List<String> getExtensions()
    • setExtensions

      public void setExtensions(List<String> extensions)
    • getCategory

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

      public String getType()
    • getTypePlural

      public String getTypePlural()
    • getController

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