ried exposing the setAllocation(int index. Allocation alloc)
method
too. It never gets called and the same error message is generated.
- Original Message -
From: "Jason Carreira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 07, 2003 1:49 PM
Subject:
9 PM
Subject: RE: Spam:[OS-webwork] WebWork 1.4 and indexed properties
You might want to expose getters and setters like this:
void setAllocation(int index, Allocation alloc)
Allocation getAllocation(int index)
> -Original Message-
> From: Frank Febbraro [mailto:[EMAIL PROTECTED]
You might want to expose getters and setters like this:
void setAllocation(int index, Allocation alloc)
Allocation getAllocation(int index)
> -Original Message-
> From: Frank Febbraro [mailto:[EMAIL PROTECTED]
> Sent: Sunday, December 07, 2003 12:10 PM
> To: [EMAIL PROTECTED]
> Subject: