[jboss-user] [JBoss Seam] - Re: Navigating depth in object graph

petemuir do-not-reply at jboss.com
Thu Jul 27 07:06:42 EDT 2006


How about in your Client Entity

public class Client {
  |    private Address address;
  |    ...
  |    public Client() {
  |       address = new Address();
  |    }
  | 
  |    // Getters and Setters
  | }

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961241#3961241

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961241



More information about the jboss-user mailing list