org.apache.wink.common.model.synd
Class SyndLink
java.lang.Object
org.apache.wink.common.model.synd.SyndCommonAttributes
org.apache.wink.common.model.synd.SyndLink
public class SyndLink
- extends SyndCommonAttributes
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)
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.