public class MediaLinkImpl extends ExtendableBeanImpl implements MediaLink
MediaLinkImpl class.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>MediaLink.Field| Constructor and Description |
|---|
MediaLinkImpl()
Create a new MediaLink
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDuration()
Returns the duration of this media.
|
Integer |
getHeight()
Sets the height of this media.
|
ExtendableBean |
getOpenSocial()
getOpenSocial
|
String |
getUrl()
Returns the target URL of this MediaLink.
|
Integer |
getWidth()
Returns the width of this media.
|
void |
setDuration(Integer duration)
Sets the duration of this media.
|
void |
setHeight(Integer height)
Sets the height of this media.
|
void |
setOpenSocial(ExtendableBean openSocial)
setOpenSocial
|
void |
setUrl(String url)
Sets the target URL for this MediaLink.
|
void |
setWidth(Integer width)
Sets the width of this media.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic Integer getDuration()
getDuration in interface MediaLinkpublic void setDuration(Integer duration)
setDuration in interface MediaLinkduration - is the target's durationpublic Integer getHeight()
public void setHeight(Integer height)
public String getUrl()
public void setUrl(String url)
public Integer getWidth()
Returns the width of this media.
public void setWidth(Integer width)
public ExtendableBean getOpenSocial()
getOpenSocial
getOpenSocial in interface MediaLinkExtendableBean objectpublic void setOpenSocial(ExtendableBean openSocial)
setOpenSocial
setOpenSocial in interface MediaLinkCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.