|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.extras.as.core.model.MediaLinkImpl
public class MediaLinkImpl
MediaLinkImpl class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.extras.as.opensocial.model.MediaLink |
|---|
MediaLink.Field |
| Constructor Summary | |
|---|---|
MediaLinkImpl()
Create a new MediaLink |
|
| Method Summary | |
|---|---|
String |
getDuration()
Returns the duration of this mediaLink |
String |
getHeight()
Sets the Height of this mediaLink |
String |
getTarget()
Returns the target of this MediaLink |
String |
getType()
Returns the type of the MediaLink |
String |
getWidth()
getWidth |
void |
setDuration(String duration)
Sets the duration of this mediaLink |
void |
setHeight(String height)
Sets the Height of this mediaLink |
void |
setTarget(String target)
Sets the target for this MediaLink |
void |
setType(String type)
Sets the type of the MediaLink |
void |
setWidth(String width)
Sets the Width of this mediaLink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MediaLinkImpl()
| Method Detail |
|---|
public String getTarget()
getTarget in interface MediaLinkpublic void setTarget(String target)
setTarget in interface MediaLinktarget - a target linkepublic String getType()
getType in interface MediaLinkpublic void setType(String type)
setType in interface MediaLinktype - a typepublic String getWidth()
getWidth
getWidth in interface MediaLinkString object.public void setWidth(String width)
setWidth in interface MediaLinkwidth - a widthpublic String getHeight()
getHeight in interface MediaLinkpublic void setHeight(String height)
setHeight in interface MediaLinkheight - a heightpublic String getDuration()
getDuration in interface MediaLinkpublic void setDuration(String duration)
setDuration in interface MediaLinkduration - a duration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||