public class AtomLinkModuleImpl extends Object implements AtomLinkModule, Cloneable, Serializable
URI| Constructor and Description |
|---|
AtomLinkModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
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(Object obj) |
Class<? extends CopyFrom> |
getInterface()
Returns the interface the copyFrom works on.
|
Link |
getLink() |
String |
getUri()
Returns the URI of the module.
|
int |
hashCode() |
void |
setLink(Link link) |
String |
toString() |
public Link getLink()
getLink in interface AtomLinkModulepublic void setLink(Link link)
setLink in interface AtomLinkModulepublic String getUri()
Modulepublic 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 Object clone()
ModuleCopyright © 2025. All rights reserved.