|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CopyFrom<T>
Method Summary | |
---|---|
void |
copyFrom(CopyFrom<? extends T> obj)
Copies all the properties of the given bean into this one. |
Class<? extends CopyFrom<T>> |
getInterface()
Returns the interface the copyFrom works on. |
Method Detail |
---|
Class<? extends CopyFrom<T>> getInterface()
This is useful when dealing with properties that may have multiple implementations. For example, Module.
void copyFrom(CopyFrom<? extends T> obj)
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.
obj
- the instance to copy properties from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |