public class AtomLinkModuleImpl extends java.lang.Object implements AtomLinkModule
URI| Constructor and Description |
|---|
AtomLinkModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a deep clone of the object.
|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<SyndPerson> |
getAuthors() |
java.util.List<SyndPerson> |
getContributors() |
java.lang.Class<? extends CopyFrom> |
getInterface()
Returns the interface the copyFrom works on.
|
Link |
getLink() |
java.util.List<Link> |
getLinks() |
java.lang.String |
getUri()
Returns the URI of the module.
|
int |
hashCode() |
void |
setAuthors(java.util.List<SyndPerson> authors) |
void |
setContributors(java.util.List<SyndPerson> contributors) |
void |
setLink(Link link) |
void |
setLinks(java.util.List<Link> links) |
java.lang.String |
toString() |
public java.util.List<Link> getLinks()
getLinks in interface AtomLinkModulepublic Link getLink()
getLink in interface AtomLinkModulepublic void setLinks(java.util.List<Link> links)
setLinks in interface AtomLinkModulepublic void setLink(Link link)
setLink in interface AtomLinkModulepublic java.util.List<SyndPerson> getAuthors()
getAuthors in interface AtomLinkModulepublic void setAuthors(java.util.List<SyndPerson> authors)
setAuthors in interface AtomLinkModulepublic java.util.List<SyndPerson> getContributors()
getContributors in interface AtomLinkModulepublic void setContributors(java.util.List<SyndPerson> contributors)
setContributors in interface AtomLinkModulepublic java.lang.String getUri()
Modulepublic java.lang.Class<? extends CopyFrom> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic void copyFrom(CopyFrom obj)
CopyFromAny existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
public java.lang.Object clone()
Modulepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2025. All rights reserved.