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 FeedBurner
public void setAwareness(String awareness)
setAwareness
in interface FeedBurner
public String getOrigLink()
getOrigLink
in interface FeedBurner
public void setOrigLink(String origLink)
setOrigLink
in interface FeedBurner
public String getOrigEnclosureLink()
getOrigEnclosureLink
in interface FeedBurner
public void setOrigEnclosureLink(String origEnclosureLink)
setOrigEnclosureLink
in interface FeedBurner
public String getUri()
Module
public void copyFrom(CopyFrom object)
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 Class<FeedBurner> getInterface()
CopyFrom
This is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface
in interface CopyFrom
Copyright © 2021. All rights reserved.