public class FeedBurnerImpl extends Object implements FeedBurner
URI| Constructor and Description |
|---|
FeedBurnerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a deep clone of the object.
|
void |
copyFrom(CopyFrom object)
Copies all the properties of the given bean into this one.
|
String |
getAwareness() |
Class<FeedBurner> |
getInterface()
Returns the interface the copyFrom works on.
|
String |
getOrigEnclosureLink() |
String |
getOrigLink() |
String |
getUri()
Returns the URI of the module.
|
void |
setAwareness(String awareness) |
void |
setOrigEnclosureLink(String origEnclosureLink) |
void |
setOrigLink(String origLink) |
public String getAwareness()
getAwareness in interface FeedBurnerpublic void setAwareness(String awareness)
setAwareness in interface FeedBurnerpublic String getOrigLink()
getOrigLink in interface FeedBurnerpublic void setOrigLink(String origLink)
setOrigLink in interface FeedBurnerpublic String getOrigEnclosureLink()
getOrigEnclosureLink in interface FeedBurnerpublic void setOrigEnclosureLink(String origEnclosureLink)
setOrigEnclosureLink in interface FeedBurnerpublic String getUri()
Modulepublic void copyFrom(CopyFrom object)
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 Class<FeedBurner> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFromCopyright © 2025. All rights reserved.