|
|||||||||
| Home >> All >> com >> sun >> syndication >> [ feed overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.feed
Interface CopyFrom

- public interface CopyFrom
| Method Summary | |
void |
copyFrom(java.lang.Object obj)
Copies all the properties of the given bean into this one. |
java.lang.Class |
getInterface()
Returns the interface the copyFrom works on. |
| Method Detail |
getInterface
public java.lang.Class getInterface()
- Returns the interface the copyFrom works on.
This is useful when dealing with properties that may have multiple implementations. For example, Module.
copyFrom
public void copyFrom(java.lang.Object obj)
- Copies all the properties of the given bean into this one.
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.
|
|||||||||
| Home >> All >> com >> sun >> syndication >> [ feed overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC