01: package net.sf.mockcreator.dumby;
02:
03: public class Dumby4 extends net.sf.mockcreator.dumby.Dumby3 implements
04: java.io.Serializable, java.lang.Cloneable {
05: private final static String MOCK_CREATOR_ALERT = "Class net.sf.mockcreator.dumby.Dumby4 is a dumby generated by MockCreator. Ensure you dont deploy it onto a real system instead of the actual class";
06:
07: public Dumby4(java.lang.String p0) {
08: super ();
09: }
10:
11: public Dumby4(java.lang.Boolean p0) {
12: super ();
13: }
14:
15: public Dumby4(boolean p0, java.lang.Boolean p1) {
16: super ();
17: }
18:
19: public Dumby4(long p0) {
20: super ();
21: }
22:
23: public Dumby4() {
24: super ();
25: }
26:
27: private static String getClassObjectMethodSignature(String method) {
28: return "net.sf.mockcreator.dumby.MockDumby4" + "#" + method;
29: }
30: }
|