Package io.goobi.viewer.servlets.oembed
Class OEmbedRecord
java.lang.Object
io.goobi.viewer.servlets.oembed.OEmbedRecord
OEmbedRecord class.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor 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.booleanisRichResponse.voidsetPhysicalElement(PhysicalElement physicalElement) Setter for the fieldphysicalElement.voidsetStructElement(StructElement structElement) Setter for the fieldstructElement.voidSetter for the fielduri.
-
Constructor Details
-
OEmbedRecord
Constructor for OEmbedRecord.
- Parameters:
uri- aStringobject- 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
-