|
Wondering what’s the purpose of set-method attribute if
the framework calls getNames() to set the names member variable? So if I have … Class myClass { private ArrayList names; public void setNames(ArrayList<String> names) {} public ArrayList<String> getNames() {} } How come Castor calls getNames() for each name it needs to
add? Why not Create and ArrayList<String> and call setName()? J |
- [castor-user] set-method Jason Wood
- Re: [castor-user] set-method Bill Leng
- RE: [castor-user] set-method Jason Wood
- Re: [castor-user] set-method Stephen Bash
- Re: [castor-user] set-method Keith Visco
- Re: [castor-user] set-method Stephen Bash
- RE: [castor-user] set-method Jason Wood
- RE: [castor-user] set-method Jason Wood

