EO accessors and Jasper Reports
EO accessors and Jasper Reports
- Subject: EO accessors and Jasper Reports
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 13 Jul 2016 07:46:05 -0400
I have been using Jasper Reports for a few years in my D2W apps. I am starting a new app and accessors for Jasper has always bothered me.
My EO has some text attributes. (firstName, lastName for example) Jasper Reports seems to require accessors in the form of get<name>. In the past I just bit the bullet and added cover accessors:
public String getFirstName() {
return this.firstName();
}
public String getLastName() {
return this.lastName();
}
Without these accessors, Jasper will not see my attributes.
Is there a property for this? Am I working too hard? I am going over Kieran’s Jasper Reports videos and I don’t see that he had to add the accessors, so there must be someplace to set this.
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden