Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
download source code of airline reservation system in j2ee
#1

Airline Reservation System Project in J2ee source code available here. Now a day Reservation system is very powerful for bus booking, train seat booking, airlines ticket reservation system and many more. This project can be useful future engineers who wants to develop airline reservation system in Java, VB, PHP, asp.net, asp, VB.Net, VB, J2EE, ppt, Pdf, HTML, project Report, SRS documents.

[cc lang= java ]package com;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionMessage;
import org.apache.struts.validator.ValidatorForm;
public class ReservationForm extends ValidatorForm
{
/**
*
*/
private static final long serialVersionUID = 1L;
private String custid;
private String flightnum;
private String flightname;
private String departure;
private String arrival;
private String orig;
private String destination;
private int seats;
public String getCustid() {
return custid;
}
public void setCustid(String custid) {
this.custid = custid;
}
public String getFlightnum() {
return flightnum;
}
public void setFlightnum(String flightnum) {
this.flightnum = flightnum;
}
public String getFlightname() {
return flightname;
}
public void setFlightname(String flightname) {
this.flightname = flightname;
}
public String getDeparture() {
return departure;
}
public void setDeparture(String departure) {
this.departure = departure;
}
public String getArrival() {
return arrival;
}
public void setArrival(String arrival) {
this.arrival = arrival;
}

public String getOrig() {
return orig;
}
public void setOrig(String orig) {
this.orig = orig;
}
public static long getSerialversionuid() {
return serialVersionUID;
}
public String getDestination() {
return destination;
}
public void setDestination(String destination) {
this.destination = destination;
}
public int getSeats() {
return seats;
}
public void setSeats(int seats) {
this.seats = seats;
}
Reply

#2
please i want this code soure because i need to changet a little for my project so please if you can take me dowlder
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.