org.springframework.social.facebook.api
Class FacebookLink

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookLink

public class FacebookLink
extends Object

Model class representing a link to be posted to a users Facebook wall.


Constructor Summary
FacebookLink(String link, String name, String caption, String description)
          Creates a FacebookLink.
 
Method Summary
 String getCaption()
           
 String getDescription()
           
 String getLink()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacebookLink

public FacebookLink(String link,
                    String name,
                    String caption,
                    String description)
Creates a FacebookLink.

Parameters:
link - The link's URL
name - The name of the link
caption - A caption to be displayed with the link
description - The description of the link
Method Detail

getLink

public String getLink()

getName

public String getName()

getCaption

public String getCaption()

getDescription

public String getDescription()