|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
org.apache.shindig.protocol.model.ExtendableBeanImpl
org.apache.shindig.social.core.model.MediaLinkImpl
public class MediaLinkImpl
MediaLinkImpl class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.model.MediaLink |
|---|
MediaLink.Field |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
MediaLinkImpl()
Create a new MediaLink |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getDuration()
Returns the duration of this media. |
java.lang.Integer |
getHeight()
Sets the height of this media. |
ExtendableBean |
getOpenSocial()
getOpenSocial |
java.lang.String |
getUrl()
Returns the target URL of this MediaLink. |
java.lang.Integer |
getWidth()
Returns the width of this media. |
void |
setDuration(java.lang.Integer duration)
Sets the duration of this media. |
void |
setHeight(java.lang.Integer height)
Sets the height of this media. |
void |
setOpenSocial(ExtendableBean openSocial)
setOpenSocial |
void |
setUrl(java.lang.String url)
Sets the target URL for this MediaLink. |
void |
setWidth(java.lang.Integer width)
Sets the width of this media. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public MediaLinkImpl()
| Method Detail |
|---|
public java.lang.Integer getDuration()
getDuration in interface MediaLinkpublic void setDuration(java.lang.Integer duration)
setDuration in interface MediaLinkduration - is the target's durationpublic java.lang.Integer getHeight()
getHeight in interface MediaLinkpublic void setHeight(java.lang.Integer height)
setHeight in interface MediaLinkheight - is the target's heightpublic java.lang.String getUrl()
getUrl in interface MediaLinkpublic void setUrl(java.lang.String url)
setUrl in interface MediaLinkpublic java.lang.Integer getWidth()
Returns the width of this media.
getWidth in interface MediaLinkpublic void setWidth(java.lang.Integer width)
setWidth in interface MediaLinkwidth - is the target's widthpublic ExtendableBean getOpenSocial()
getOpenSocial
getOpenSocial in interface MediaLinkExtendableBean objectpublic void setOpenSocial(ExtendableBean openSocial)
setOpenSocial
setOpenSocial in interface MediaLink
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||