Class AtomLinkModuleImpl
- java.lang.Object
-
- com.rometools.modules.atom.modules.AtomLinkModuleImpl
-
- All Implemented Interfaces:
AtomLinkModule,CopyFrom,Module,Serializable,Cloneable
public class AtomLinkModuleImpl extends Object implements AtomLinkModule, Cloneable, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.rometools.modules.atom.modules.AtomLinkModule
URI
-
-
Constructor Summary
Constructors Constructor Description AtomLinkModuleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidcopyFrom(CopyFrom obj)booleanequals(Object obj)Class<? extends CopyFrom>getInterface()LinkgetLink()List<Link>getLinks()StringgetUri()inthashCode()voidsetLink(Link link)voidsetLinks(List<Link> links)StringtoString()
-
-
-
Method Detail
-
getLinks
public List<Link> getLinks()
- Specified by:
getLinksin interfaceAtomLinkModule
-
getLink
public Link getLink()
- Specified by:
getLinkin interfaceAtomLinkModule
-
setLinks
public void setLinks(List<Link> links)
- Specified by:
setLinksin interfaceAtomLinkModule
-
setLink
public void setLink(Link link)
- Specified by:
setLinkin interfaceAtomLinkModule
-
getInterface
public Class<? extends CopyFrom> getInterface()
- Specified by:
getInterfacein interfaceCopyFrom
-
clone
public Object clone()
-
-