public DynamicSuperSend copy() { try { DynamicSuperSend _temp1 = (DynamicSuperSend) this.clone(); _temp1.postCopy(); return _temp1; } catch (CloneNotSupportedException e) { throw new RuntimeException(e); } }
public DynamicSuperSend basicNew() { DynamicSuperSend newInstance = new DynamicSuperSend(); newInstance.initialize(); return newInstance; }