Package io.goobi.viewer.servlets.oembed
Class OEmbedRecord
java.lang.Object
io.goobi.viewer.servlets.oembed.OEmbedRecord
OEmbedRecord class.
-
Constructor Summary
ConstructorDescriptionConstructor for OEmbedRecord.OEmbedRecord
(String uri) Constructor for OEmbedRecord. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldphysicalElement
.Getter for the fieldstructElement
.getUri()
Getter for the fielduri
.boolean
isRichResponse.void
setPhysicalElement
(PhysicalElement physicalElement) Setter for the fieldphysicalElement
.void
setStructElement
(StructElement structElement) Setter for the fieldstructElement
.void
Setter for the fielduri
.
-
Constructor Details
-
OEmbedRecord
Constructor for OEmbedRecord.
- Parameters:
uri
- aString
object- Throws:
URISyntaxException
-
OEmbedRecord
public OEmbedRecord()Constructor for OEmbedRecord.
-
-
Method Details
-
getStructElement
Getter for the field
structElement
.- Returns:
- the structElement
-
setStructElement
Setter for the field
structElement
.- Parameters:
structElement
- the structElement to set
-
getPhysicalElement
Getter for the field
physicalElement
.- Returns:
- the physicalElement
-
setPhysicalElement
Setter for the field
physicalElement
.- Parameters:
physicalElement
- the physicalElement to set
-
isRichResponse
public boolean isRichResponse()isRichResponse.
- Returns:
- a boolean
-
getUri
Getter for the field
uri
.- Returns:
- the uri
-
setUri
Setter for the field
uri
.- Parameters:
uri
- the uri to set
-