|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.common.helper.ObjectHelper
Helper to copy Objects and getting Object Information.
| Method Summary | |
static java.lang.Object |
createDeepCopy(java.lang.Object obj)
Creates a deepCopy of the passed Object |
static java.lang.String |
getShortClassName(java.lang.Class cls)
Returns the className of the passed class without the package path |
static java.lang.String |
getShortClassName(java.lang.Object obj)
Returns the className of the passed object without the package path |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.Object createDeepCopy(java.lang.Object obj)
obj -
public static java.lang.String getShortClassName(java.lang.Class cls)
cls -
public static java.lang.String getShortClassName(java.lang.Object obj)
obj -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||