|
||||||||||
| 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.ActionLinkImpl
public class ActionLinkImpl
A simple implementation of an ActionLink used by ActivityStreams.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.extras.as.opensocial.model.ActionLink |
|---|
ActionLink.Field |
| Constructor Summary | |
|---|---|
ActionLinkImpl()
Construct an empty ActionLinkImpl. |
|
| Method Summary | |
|---|---|
String |
getCaption()
Get the caption for this action link. |
String |
getTarget()
Get the target of this action link |
void |
setCaption(String caption)
Set the caption for this action link. |
void |
setTarget(String target)
Set the target of this action link |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionLinkImpl()
| Method Detail |
|---|
public String getTarget()
getTarget in interface ActionLinkpublic void setTarget(String target)
setTarget in interface ActionLinktarget - a targetpublic String getCaption()
getCaption in interface ActionLinkpublic void setCaption(String caption)
setCaption in interface ActionLinkcaption - a caption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||