Class ExternalSourceEntryRest

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

public class ExternalSourceEntryRest extends RestAddressableModel
This class serves as a REST representation for an entry of external data
See Also:
  • Field Details

  • Constructor Details

    • ExternalSourceEntryRest

      public ExternalSourceEntryRest()
  • Method Details

    • getCategory

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

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

      public String getType()
    • getTypePlural

      public String getTypePlural()
    • getId

      public String getId()
      Generic getter for the id
      Returns:
      the id value of this ExternalSourceEntryRest
    • setId

      public void setId(String id)
      Generic setter for the id
      Parameters:
      id - The id to be set on this ExternalSourceEntryRest
    • getDisplay

      public String getDisplay()
      Generic getter for the display
      Returns:
      the display value of this ExternalSourceEntryRest
    • setDisplay

      public void setDisplay(String display)
      Generic setter for the display
      Parameters:
      display - The display to be set on this ExternalSourceEntryRest
    • getValue

      public String getValue()
      Generic getter for the value
      Returns:
      the value value of this ExternalSourceEntryRest
    • setValue

      public void setValue(String value)
      Generic setter for the value
      Parameters:
      value - The value to be set on this ExternalSourceEntryRest
    • getExternalSource

      public String getExternalSource()
      Generic getter for the externalSource
      Returns:
      the externalSource value of this ExternalSourceEntryRest
    • setExternalSource

      public void setExternalSource(String externalSource)
      Generic setter for the externalSource
      Parameters:
      externalSource - The externalSource to be set on this ExternalSourceEntryRest
    • getMetadata

      public MetadataRest getMetadata()
      Generic getter for the metadata
      Returns:
      the metadata value of this ExternalSourceEntryRest
    • setMetadata

      public void setMetadata(MetadataRest metadata)
      Generic setter for the metadata
      Parameters:
      metadata - The metadata to be set on this ExternalSourceEntryRest