On Sep 11, 2003, "Gregory F. March" <[EMAIL PROTECTED]>  wrote:

 |        public Vector getWireData() {
 |            return(wireInfo);
 |        }
 |    
 |        public void setWireData(WireData[] _wireInfo) {
 |            wireInfo = new Vector();
 |    
 |            for(int i = 0; i < _wireInfo.length; i++) {
 |                BfWireData wd = new BfWireData();
 |
 |                wd.setAllFields(_wireInfo[i]);
 |                wireInfo.add(wd);
 |            }
 |        }

Max was on the right track, just wrong place (even though he is right
about what he pointed out!).

This is new to me (the whole naming convention thing), and it was
pointed out that the setter must take the same type as the getter
returns.

I did that, and it worked.

Anybody know a good dent remover in NYC?  I need to remove the dents in
my forehead from pounding it on the table...

Thanks all...

/greg

--
Gregory F. March    -=-    http://www.gfm.net:81/~march    -=-    AIM:GfmNet

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to