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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...