public interface BeanUtils
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
cloneBean(java.lang.Object bean)
Creates a deep copy of an  
Object | 
java.lang.Object cloneBean(java.lang.Object bean)
                           throws MdxException
Objectbean - The Object to copyObject with all its properties copiedMdxException - Thrown if an exception occurs during the copy