|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.model.EmbeddedExperienceImpl
public class EmbeddedExperienceImpl
Embedded experience implementation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.model.EmbeddedExperience |
|---|
EmbeddedExperience.Field |
| Constructor Summary | |
|---|---|
EmbeddedExperienceImpl()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getContext()
Gets the contextual data for this embedded experience |
java.lang.String |
getGadget()
Gets the URL to the gadget definition for this embedded experience |
java.lang.String |
getPreviewImage()
Gets the URL to an image that may act as a preview for this embedded experience |
java.lang.String |
getUrl()
Gets the URL that may be used as an embedded experience |
void |
setContext(java.lang.Object context)
Sets the contextual data for the embedded experience |
void |
setGadget(java.lang.String gadget)
Sets the URL to the gadget definition for this embedded experience |
void |
setPreviewImage(java.lang.String previewImage)
Set the URL to an image that may act as a preview for this embedded experience |
void |
setUrl(java.lang.String url)
Sets the URL that may be used as an embedded experience |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmbeddedExperienceImpl()
| Method Detail |
|---|
public java.lang.Object getContext()
getContext in interface EmbeddedExperiencepublic java.lang.String getGadget()
getGadget in interface EmbeddedExperiencepublic java.lang.String getPreviewImage()
getPreviewImage in interface EmbeddedExperiencepublic java.lang.String getUrl()
getUrl in interface EmbeddedExperiencepublic void setContext(java.lang.Object context)
setContext in interface EmbeddedExperiencecontext - the contextual data for this embedded experiencepublic void setGadget(java.lang.String gadget)
setGadget in interface EmbeddedExperiencegadget - the URL to the gadget definition for this embedded experiencepublic void setPreviewImage(java.lang.String previewImage)
setPreviewImage in interface EmbeddedExperiencepreviewImage - the URL to an image that may act as a preview for this embedded
experiencepublic void setUrl(java.lang.String url)
setUrl in interface EmbeddedExperienceurl - the URL that may be used as an embedded experience
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||