182183184185186187188
return (Method)privateMethodRead.get(); } public void setPrivateMethodRead(Method privateMethodRead) { this.privateMethodRead = new MethodPersistentReference(privateMethodRead,REFERENCE_TYPE_IN_USE); }
192193194195196197198
return (Method)privateMethodWrite.get(); } public void setPrivateMethodWrite(Method privateMethodWrite) { this.privateMethodWrite = new MethodPersistentReference(privateMethodWrite,REFERENCE_TYPE_IN_USE); }
366367368369370371372
public Method getReadResolveMethod() { return (Method)readResolveMethod.get(); } public void setReadResolveMethod(Method readResolveMethod) { this.readResolveMethod = new MethodPersistentReference(readResolveMethod,REFERENCE_TYPE_IN_USE); }
382383384385386387388
public Method getWriteReplaceMethod() { return (Method)writeReplaceMethod.get(); } public void setWriteReplaceMethod(Method writeReplaceMethod) { this.writeReplaceMethod = new MethodPersistentReference(writeReplaceMethod,REFERENCE_TYPE_IN_USE); }
177178179180181182183
187188189190191192193
354355356357358359360
370371372373374375376
140141142143144145146
/* 177 */ return (Method)this.privateMethodRead.get(); /* */ } /* */ /* */ public void setPrivateMethodRead(Method privateMethodRead) /* */ { /* 182 */ this.privateMethodRead = new MethodPersistentReference(privateMethodRead, 2); /* */ }
150151152153154155156
/* 187 */ return (Method)this.privateMethodWrite.get(); /* */ } /* */ /* */ public void setPrivateMethodWrite(Method privateMethodWrite) /* */ { /* 192 */ this.privateMethodWrite = new MethodPersistentReference(privateMethodWrite, 2); /* */ }