public class AtomLinkModuleImpl extends Object implements AtomLinkModule, Cloneable, Serializable
URI| Constructor and Description |
|---|
AtomLinkModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copyFrom(CopyFrom obj) |
boolean |
equals(Object obj) |
List<SyndPerson> |
getAuthors() |
List<SyndPerson> |
getContributors() |
Class<? extends CopyFrom> |
getInterface() |
Link |
getLink() |
List<Link> |
getLinks() |
String |
getUri() |
int |
hashCode() |
void |
setAuthors(List<SyndPerson> authors) |
void |
setContributors(List<SyndPerson> contributors) |
void |
setLink(Link link) |
void |
setLinks(List<Link> links) |
String |
toString() |
public List<Link> getLinks()
getLinks in interface AtomLinkModulepublic Link getLink()
getLink in interface AtomLinkModulepublic void setLinks(List<Link> links)
setLinks in interface AtomLinkModulepublic void setLink(Link link)
setLink in interface AtomLinkModulepublic List<SyndPerson> getAuthors()
getAuthors in interface AtomLinkModulepublic void setAuthors(List<SyndPerson> authors)
setAuthors in interface AtomLinkModulepublic List<SyndPerson> getContributors()
getContributors in interface AtomLinkModulepublic void setContributors(List<SyndPerson> contributors)
setContributors in interface AtomLinkModulepublic Class<? extends CopyFrom> getInterface()
getInterface in interface CopyFrompublic Object clone()
Copyright © 2021. All rights reserved.