org.apache.shindig.extras.as.opensocial.model
Interface ActionLink

All Known Implementing Classes:
ActionLinkImpl

public interface ActionLink

ActionLink interface.


Nested Class Summary
static class ActionLink.Field
          Fields that represent JSON elements for an activity entry.
 
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
 

Method Detail

getTarget

String getTarget()
Get the target of this action link

Returns:
a target

setTarget

void setTarget(String target)
Set the target of this action link

Parameters:
target - a target

getCaption

String getCaption()
Get the caption for this action link.

Returns:
a caption

setCaption

void setCaption(String caption)
Set the caption for this action link.

Parameters:
caption - a caption


Copyright © 2007-2012. All Rights Reserved.