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 java.lang.Object

represents an atom:link element.


Constructor Summary
AtomLink(java.lang.String rel, java.lang.String href)
          Construct a new AtomLink
 
Method Summary
 java.lang.String getHref()
           
 java.lang.String getRel()
           
 java.lang.String getTitle()
           
 java.lang.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(java.lang.String rel,
                java.lang.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 java.lang.String getHref()
Returns:
the link href

getRel

public java.lang.String getRel()
Returns:
the rel

getType

public java.lang.String getType()

getTitle

public java.lang.String getTitle()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.