yes the interface of the SFSB declares the setters and getters already
public interface Booking {
  |     ..   
  |     public String getDepartureAirport();
  |     public void setDepartureAirport(String departureAirport);
  |     ..
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041215
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to