DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23977>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23977 Change the implementation of SpecialPropertySet to set the fields Summary: Change the implementation of SpecialPropertySet to set the fields Product: POI Version: 2.0-pre3 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: HPFS AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I ran into this when I derived from DocumentSummaryInformation to add a helper method to get the custom properties. It may be more useful to copy the fields from the delegated PropertySet into the wrapped one in the constructor, and then there will be no need for the 'delegate' field or any overridden methods. Then, anyone who derives from DocumentSummaryInfomation can add say their own getters to get specialized properties and freely use the fields. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
