Issue987240

classification
Title: __getattr__ and __setattr__
Type: rfe Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: frebe
Priority: normal Keywords: RFE

Created on 2004-07-08.12:04:12 by frebe, last changed 2013-02-26.18:47:00 by fwierzbicki.

Messages
msg3013 (view) Author: Fredrik Bertilsson (frebe) Date: 2004-07-08.12:04:12
Is it possible for jython to use __getattr__ and
__setatt__ methods in java-objects for setting and
getting dynamic properties? BeanInfo is only possible
to use if the set of properties is the same for all
object instances for one class. 

/Fredrik
History
Date User Action Args
2013-02-26 18:47:00fwierzbickisetstatus: open -> closed
resolution: out of date
2009-03-12 06:49:23zyasoftsetkeywords: + RFE
2008-12-14 17:44:44fwierzbickisetcomponents: + Core, - None
2004-07-08 12:04:12frebecreate