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 AtomLinkModule
public void setLink(Link link)
setLink
in interface AtomLinkModule
public String getUri()
Module
public Class<? extends CopyFrom> getInterface()
CopyFrom
This is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface
in interface CopyFrom
public void copyFrom(CopyFrom obj)
CopyFrom
Any 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()
Module
Copyright © 2021. All rights reserved.