⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getallflight_schedulebyflightnoform.java

📁 航空订票系统,可实现航空订票的主要功能.
💻 JAVA
字号:
//Created by MyEclipse Struts// XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_4.0.1/xslt/JavaClass.xslpackage com.yuanlf.struts.form;import javax.servlet.http.HttpServletRequest;import org.apache.struts.action.ActionErrors;import org.apache.struts.action.ActionForm;import org.apache.struts.action.ActionMapping;/**  * MyEclipse Struts * Creation date: 05-03-2006 *  * XDoclet definition: * @struts.form name="getAllFlight_ScheduleByFlightnoForm" */public class GetAllFlight_ScheduleByFlightnoForm extends ActionForm {	// --------------------------------------------------------- Instance Variables	/** flight_day2 property */	private String flight_day2;	/** eco_seat_bk property */	private String eco_seat_bk;	/** depart_time property */	private String depart_time;	/** airbusNo property */	private String airbusNo;	/** journey_hrs property */	private String journey_hrs;	/** first_seat_bk property */	private String first_seat_bk;	/** route_code property */	private String route_code;	/** bus_seat property */	private String bus_seat;	/** flightno property */	private String flightno;	/** flight_day1 property */	private String flight_day1;	// --------------------------------------------------------- Methods	/** 	 * Method validate	 * @param mapping	 * @param request	 * @return ActionErrors	 */	public ActionErrors validate(		ActionMapping mapping,		HttpServletRequest request) {		// TODO Auto-generated method stub		return null;	}	/** 	 * Method reset	 * @param mapping	 * @param request	 */	public void reset(ActionMapping mapping, HttpServletRequest request) {		// TODO Auto-generated method stub	}	/** 	 * Returns the flight_day2.	 * @return String	 */	public String getFlight_day2() {		return flight_day2;	}	/** 	 * Set the flight_day2.	 * @param flight_day2 The flight_day2 to set	 */	public void setFlight_day2(String flight_day2) {		this.flight_day2 = flight_day2;	}	/** 	 * Returns the eco_seat_bk.	 * @return String	 */	public String getEco_seat_bk() {		return eco_seat_bk;	}	/** 	 * Set the eco_seat_bk.	 * @param eco_seat_bk The eco_seat_bk to set	 */	public void setEco_seat_bk(String eco_seat_bk) {		this.eco_seat_bk = eco_seat_bk;	}	/** 	 * Returns the depart_time.	 * @return String	 */	public String getDepart_time() {		return depart_time;	}	/** 	 * Set the depart_time.	 * @param depart_time The depart_time to set	 */	public void setDepart_time(String depart_time) {		this.depart_time = depart_time;	}	/** 	 * Returns the airbusNo.	 * @return String	 */	public String getAirbusNo() {		return airbusNo;	}	/** 	 * Set the airbusNo.	 * @param airbusNo The airbusNo to set	 */	public void setAirbusNo(String airbusNo) {		this.airbusNo = airbusNo;	}	/** 	 * Returns the journey_hrs.	 * @return String	 */	public String getJourney_hrs() {		return journey_hrs;	}	/** 	 * Set the journey_hrs.	 * @param journey_hrs The journey_hrs to set	 */	public void setJourney_hrs(String journey_hrs) {		this.journey_hrs = journey_hrs;	}	/** 	 * Returns the first_seat_bk.	 * @return String	 */	public String getFirst_seat_bk() {		return first_seat_bk;	}	/** 	 * Set the first_seat_bk.	 * @param first_seat_bk The first_seat_bk to set	 */	public void setFirst_seat_bk(String first_seat_bk) {		this.first_seat_bk = first_seat_bk;	}	/** 	 * Returns the route_code.	 * @return String	 */	public String getRoute_code() {		return route_code;	}	/** 	 * Set the route_code.	 * @param route_code The route_code to set	 */	public void setRoute_code(String route_code) {		this.route_code = route_code;	}	/** 	 * Returns the bus_seat.	 * @return String	 */	public String getBus_seat() {		return bus_seat;	}	/** 	 * Set the bus_seat.	 * @param bus_seat The bus_seat to set	 */	public void setBus_seat(String bus_seat) {		this.bus_seat = bus_seat;	}	/** 	 * Returns the flightno.	 * @return String	 */	public String getFlightno() {		return flightno;	}	/** 	 * Set the flightno.	 * @param flightno The flightno to set	 */	public void setFlightno(String flightno) {		this.flightno = flightno;	}	/** 	 * Returns the flight_day1.	 * @return String	 */	public String getFlight_day1() {		return flight_day1;	}	/** 	 * Set the flight_day1.	 * @param flight_day1 The flight_day1 to set	 */	public void setFlight_day1(String flight_day1) {		this.flight_day1 = flight_day1;	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -