public void setChild(Set childSet) {
this.child = childSet;
}
-----Original Message-----
From: bansi [mailto:[EMAIL PROTECTED]
Sent: 26 June 2007 00:27
To: [email protected]
Subject: Simple Java Question - How to Overwrite Set
After working so much in Java, wondering how do i overwrite
java.util.Set
My pojo is Set of associated object. For example
class Parent
{
....
private Set child = new HashSet(0);
....
public Set getChild() {
return this.child;
}
.....
.....
}
I wanna overwrite set of child objects in pojo with the set passed from
UI tier
Any pointers/suggestions will be highly appreciated
Regards
Bansi
--
View this message in context:
http://www.nabble.com/Simple-Java-Question---How-to-Overwrite-Set-tf3979
647.html#a11297587
Sent from the MyFaces - Users mailing list archive at Nabble.com.
* ** *** ** * ** *** ** * ** *** ** *
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed.
Any views or opinions presented are solely those of the author, and do not
necessarily
represent those of ESB.
If you have received this email in error please notify the sender.
Although ESB scans e-mail and attachments for viruses, it does not guarantee
that either are virus-free and accepts no liability for any damage sustained
as a result of viruses.
Company Registration Information: http://www.esb.ie/companies
* ** *** ** * ** *** ** * ** *** ** *