download source code of airline reservation system in j2ee
#1
Brick 

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
#2

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

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: airline reservation system php source code, airlines reservation project in j2ee, airline reservation system source code in java, complete online reservation system project using j2ee, bank management system in j2ee with source code, download source code of netbeans project for airline reservation, source code for airline reservation system in c with queue concept,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  simple java rmi chat application source code 2 19,191 20-07-2018, 12:08 PM
Last Post: Guest
  authentication schemes for session passwords using color and images project source code 2 2,237 03-02-2018, 09:35 AM
Last Post: Nischithnash
  free download source code for online movie ticket booking in java 2 18,701 15-08-2017, 03:21 PM
Last Post: Morshed
  source code for rsa encryption and decryption in java 2 8,014 29-05-2017, 04:21 PM
Last Post: Meghna Jadhav
  download liver tumor ct scan image in matlab with source code 4 8,063 21-05-2017, 09:54 PM
Last Post: abdulrahmanmashaal
  bus reservation system coding in netbeans 2 1,144 16-05-2017, 12:58 PM
Last Post: kamal A
  online cab booking source code in asp net 3 7,939 11-05-2017, 10:39 AM
Last Post: jaseela123d
Thumbs Up online catering management system on php with report and source code and ppt 4 8,799 29-04-2017, 10:59 AM
Last Post: jaseela123d
  source code for task scheduling using genetic algorithm using java 2 8,525 11-04-2017, 08:31 PM
Last Post: Guest
  automatic timetable generator source code vb 1 7,604 07-04-2017, 12:31 PM
Last Post: jaseela123d

Forum Jump: