Package net.karneim.pojobuilder.model
Class CloneMethodM
- java.lang.Object
-
- net.karneim.pojobuilder.model.CloneMethodM
-
public class CloneMethodM extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CloneMethodM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloneMethodMsetShouldCatchCloneNotSupportedException(boolean value)booleanshouldCatchCloneNotSupportedException()java.lang.StringtoString()
-
-
-
Method Detail
-
shouldCatchCloneNotSupportedException
public boolean shouldCatchCloneNotSupportedException()
-
setShouldCatchCloneNotSupportedException
public CloneMethodM setShouldCatchCloneNotSupportedException(boolean value)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-