org.apache.shindig.social.core.util.atom
Class AtomLink
java.lang.Object
org.apache.shindig.social.core.util.atom.AtomLink
public class AtomLink
- extends Object
represents an atom:link element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomLink
public AtomLink(String rel,
String href)
- Construct a new AtomLink
- Parameters:
rel - a value for the rel attributehref - a value for the href attribute
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.