org.apache.shindig.social.core.util.atom
Class AtomLink

java.lang.Object
  extended by org.apache.shindig.social.core.util.atom.AtomLink

public class AtomLink
extends Object

represents an atom:link element.


Constructor Summary
AtomLink(String rel, String href)
          Construct a new AtomLink
 
Method Summary
 String getHref()
           
 String getRel()
           
 String getTitle()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomLink

public AtomLink(String rel,
                String href)
Construct a new AtomLink

Parameters:
rel - a value for the rel attribute
href - a value for the href attribute
Method Detail

getHref

public String getHref()
Returns:
the link href

getRel

public String getRel()
Returns:
the rel

getType

public String getType()

getTitle

public String getTitle()


Copyright © 2007-2012. All Rights Reserved.