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

📄 mostertrucklogform.java

📁 hibernate+spring+ext2.0 的物流网站
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.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: 08-13-2008
 * 
 * XDoclet definition:
 * @struts.form name="mosterTruckLogForm"
 */
public class MosterTruckLogForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/** branchID property */
	private String branchID;

	/** driverID property */
	private String driverID;

	/** tLStartData property */
	private String tLStartData;

	/** tLID property */
	private String tLID;

	/** branchName property */
	private String branchName;

	/** truckNum property */
	private String truckNum;

	/** driverName property */
	private String driverName;

	/** tLArrive property */
	private String tLArrive;

	/** truckID property */
	private String truckID;

	/*
	 * Generated 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 branchID.
	 * @return String
	 */
	public String getBranchID() {
		return branchID;
	}

	/** 
	 * Set the branchID.
	 * @param branchID The branchID to set
	 */
	public void setBranchID(String branchID) {
		this.branchID = branchID;
	}

	/** 
	 * Returns the driverID.
	 * @return String
	 */
	public String getDriverID() {
		return driverID;
	}

	/** 
	 * Set the driverID.
	 * @param driverID The driverID to set
	 */
	public void setDriverID(String driverID) {
		this.driverID = driverID;
	}

	/** 
	 * Returns the tLStartData.
	 * @return String
	 */
	public String getTLStartData() {
		return tLStartData;
	}

	/** 
	 * Set the tLStartData.
	 * @param tLStartData The tLStartData to set
	 */
	public void setTLStartData(String tLStartData) {
		this.tLStartData = tLStartData;
	}

	/** 
	 * Returns the tLID.
	 * @return String
	 */
	public String getTLID() {
		return tLID;
	}

	/** 
	 * Set the tLID.
	 * @param tLID The tLID to set
	 */
	public void setTLID(String tLID) {
		this.tLID = tLID;
	}

	/** 
	 * Returns the branchName.
	 * @return String
	 */
	public String getBranchName() {
		return branchName;
	}

	/** 
	 * Set the branchName.
	 * @param branchName The branchName to set
	 */
	public void setBranchName(String branchName) {
		this.branchName = branchName;
	}

	/** 
	 * Returns the truckNum.
	 * @return String
	 */
	public String getTruckNum() {
		return truckNum;
	}

	/** 
	 * Set the truckNum.
	 * @param truckNum The truckNum to set
	 */
	public void setTruckNum(String truckNum) {
		this.truckNum = truckNum;
	}

	/** 
	 * Returns the driverName.
	 * @return String
	 */
	public String getDriverName() {
		return driverName;
	}

	/** 
	 * Set the driverName.
	 * @param driverName The driverName to set
	 */
	public void setDriverName(String driverName) {
		this.driverName = driverName;
	}

	/** 
	 * Returns the tLArrive.
	 * @return String
	 */
	public String getTLArrive() {
		return tLArrive;
	}

	/** 
	 * Set the tLArrive.
	 * @param tLArrive The tLArrive to set
	 */
	public void setTLArrive(String tLArrive) {
		this.tLArrive = tLArrive;
	}

	/** 
	 * Returns the truckID.
	 * @return String
	 */
	public String getTruckID() {
		return truckID;
	}

	/** 
	 * Set the truckID.
	 * @param truckID The truckID to set
	 */
	public void setTruckID(String truckID) {
		this.truckID = truckID;
	}
}

⌨️ 快捷键说明

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