Package org.apache.abdera.ext.media
Class MediaThumbnail
- java.lang.Object
-
- org.apache.abdera.model.ElementWrapper
-
- org.apache.abdera.ext.media.MediaThumbnail
-
@Deprecated(since="2021-07-29") public class MediaThumbnail extends ElementWrapper
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MediaThumbnail(Factory factory)Deprecated.MediaThumbnail(Element internal)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetHeight()Deprecated.java.lang.StringgetTime()Deprecated.IRIgetUrl()Deprecated.intgetWidth()Deprecated.voidsetHeight(int height)Deprecated.voidsetTime(java.lang.String time)Deprecated.voidsetUrl(java.lang.String url)Deprecated.voidsetWidth(int width)Deprecated.-
Methods inherited from class org.apache.abdera.model.ElementWrapper
addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
-
-
-
-
Method Detail
-
getUrl
public IRI getUrl()
Deprecated.
-
setUrl
public void setUrl(java.lang.String url)
Deprecated.
-
getWidth
public int getWidth()
Deprecated.
-
setWidth
public void setWidth(int width)
Deprecated.
-
getHeight
public int getHeight()
Deprecated.
-
setHeight
public void setHeight(int height)
Deprecated.
-
getTime
public java.lang.String getTime()
Deprecated.
-
setTime
public void setTime(java.lang.String time)
Deprecated.
-
-