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