Package org.dspace.app.rest.model
Class ExternalSourceEntryRest
java.lang.Object
org.dspace.app.rest.model.RestAddressableModel
org.dspace.app.rest.model.ExternalSourceEntryRest
- All Implemented Interfaces:
Serializable,RestModel
This class serves as a REST representation for an entry of external data
- See Also:
-
Field Summary
FieldsFields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CONTENT_REPORT, CORE, DISCOVER, DUPLICATES, EPERSON, INTEGRATION, LDN, PID, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGeneric getter for the displayGeneric getter for the externalSourcegetId()Generic getter for the idGeneric getter for the metadatagetType()getValue()Generic getter for the valuevoidsetDisplay(String display) Generic setter for the displayvoidsetExternalSource(String externalSource) Generic setter for the externalSourcevoidGeneric setter for the idvoidsetMetadata(MetadataRest metadata) Generic setter for the metadatavoidGeneric setter for the valueMethods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjection
-
Field Details
-
NAME
- See Also:
-
PLURAL_NAME
- See Also:
-
CATEGORY
- See Also:
-
-
Constructor Details
-
ExternalSourceEntryRest
public ExternalSourceEntryRest()
-
-
Method Details
-
getCategory
- Specified by:
getCategoryin classRestAddressableModel
-
getController
- Specified by:
getControllerin classRestAddressableModel
-
getType
-
getTypePlural
-
getId
Generic getter for the id- Returns:
- the id value of this ExternalSourceEntryRest
-
setId
Generic setter for the id- Parameters:
id- The id to be set on this ExternalSourceEntryRest
-
getDisplay
Generic getter for the display- Returns:
- the display value of this ExternalSourceEntryRest
-
setDisplay
Generic setter for the display- Parameters:
display- The display to be set on this ExternalSourceEntryRest
-
getValue
Generic getter for the value- Returns:
- the value value of this ExternalSourceEntryRest
-
setValue
Generic setter for the value- Parameters:
value- The value to be set on this ExternalSourceEntryRest
-
getExternalSource
Generic getter for the externalSource- Returns:
- the externalSource value of this ExternalSourceEntryRest
-
setExternalSource
Generic setter for the externalSource- Parameters:
externalSource- The externalSource to be set on this ExternalSourceEntryRest
-
getMetadata
Generic getter for the metadata- Returns:
- the metadata value of this ExternalSourceEntryRest
-
setMetadata
Generic setter for the metadata- Parameters:
metadata- The metadata to be set on this ExternalSourceEntryRest
-