org.apache.wink.common.model.synd
Class SyndLink

java.lang.Object
  extended by org.apache.wink.common.model.synd.SyndCommonAttributes
      extended by org.apache.wink.common.model.synd.SyndLink

public class SyndLink
extends SyndCommonAttributes


Constructor Summary
SyndLink()
           
SyndLink(String rel, String type, String href)
           
SyndLink(String rel, String type, String href, String hreflang, String title, String length)
           
SyndLink(SyndLink other)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getHref()
           
 String getHreflang()
           
 String getLength()
           
 String getRel()
           
 String getTitle()
           
 String getType()
           
 int hashCode()
           
 void setHref(String href)
           
 void setHreflang(String hreflang)
           
 void setLength(String length)
           
 void setRel(String rel)
           
 void setTitle(String title)
           
 void setType(String type)
           
 
Methods inherited from class org.apache.wink.common.model.synd.SyndCommonAttributes
getBase, getLang, setBase, setLang
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyndLink

public SyndLink()

SyndLink

public SyndLink(String rel,
                String type,
                String href)

SyndLink

public SyndLink(String rel,
                String type,
                String href,
                String hreflang,
                String title,
                String length)

SyndLink

public SyndLink(SyndLink other)
Method Detail

getLength

public String getLength()

setLength

public void setLength(String length)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getHreflang

public String getHreflang()

setHreflang

public void setHreflang(String hreflang)

getRel

public String getRel()

setRel

public void setRel(String rel)

getType

public String getType()

setType

public void setType(String type)

getHref

public String getHref()

setHref

public void setHref(String href)

hashCode

public int hashCode()
Overrides:
hashCode in class SyndCommonAttributes

equals

public boolean equals(Object obj)
Overrides:
equals in class SyndCommonAttributes


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