亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? gbs_presentationsubform.java

?? 對日軟件外包 為東芝做的一個全球商業管理系統
?? JAVA
字號:

package ACTION;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;
import org.apache.struts.upload.FormFile;

import COMMON.BaseActionForm;

/**
 * GBS_PresentationsubForm extends BaseActionForm
 * created on 11-08-2004
 * @author mxx
 * @version  1.0
 */

public class GBS_PresentationsubForm extends BaseActionForm {
	// --------------------------------------------------------- Instance Variables

	/** attachmentFile property */
	private FormFile attachmentFile = null;

	/** customerId property */
	private String customerId = "";

	/** rfpNo property */
	private String rfpNo = "";

	/** lineNo property */
	private String lineNo = "";

	/** attachDate property */
	private String attachDate = "";

	/** title property */
	private String title = "";
	
	/** presentationDate property */
	private String presentationDate = "";
	
	/** presentationBy property */
	private String presentationBy = "";
	
	/** listener property */
	private String listener = "";
	
	/** createUser property */
	private String createUser = "";
	
	/** createDate property */
	private String createDate = "";
	
	/** updateUser property */
	private String updateUser = "";
	
	/** updateDate property */
	private String updateDate = "";

	/** attachmentfilename property */
	private String attachmentfilename = "";	

	/** fDelFlag property */
	private String delFlag = "off";

	/** deleteCheck property */
	private String deleteCheck = "off";
	
	// --------------------------------------------------------- Methods
	
	/** 
	 * Method getAttachmentfilename
	 * Returns the Attachmentfilename.
	 * @return String
	 */
	public String getAttachmentfilename() {
		return attachmentfilename;
	}

	/** 
	 * Method setAttachmentfilename
	 * Set the Attachmentfilename.
	 * @param Attachmentfilename The Attachmentfilename to set
	 */
	public void setAttachmentfilename(String attachmentfilename) {
		this.attachmentfilename = attachmentfilename;
	}
	
	/** 
	 * Method getDelFlag
	 * Returns the fDelFlag.
	 * @return String
	 */
	public String getDelFlag() {
		return delFlag;
	}

	/** 
	 * Method setDelFlag
	 * Set the fDelFlag.
	 * @param fDelFlag The fDelFlag to set
	 */
	public void setDelFlag(String delFlag) {
		this.delFlag = delFlag;
	}
	
	
	
	
	/** 
	 * Method getAttachmentFile
	 * Returns the attachmentFile.
	 * @return String
	 */
	public FormFile getAttachmentFile() {
		return attachmentFile;
	}

	/** 
	 * Method setAttachmentFile
	 * Set the attachmentFile.
	 * @param attachmentFile The attachmentFile to set
	 */
	public void setAttachmentFile(FormFile attachmentFile) {
		this.attachmentFile = attachmentFile;
	}
	/** 
	 * Method getCustomerId
	 * Returns the customerId.
	 * @return String
	 */
	public String getCustomerId() {
		return customerId;
	}

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

	/** 
	 * Method getRfpNo
	 * Returns the rfpNo.
	 * @return String
	 */
	public String getRfpNo() {
		return rfpNo;
	}

	/** 
	 * Method setRfpNo
	 * Set the rfpNo.
	 * @param rfpNo The rfpNo to set
	 */
	public void setRfpNo(String rfpNo) {
		this.rfpNo = rfpNo;
	}
	/** 
	 * Method getLineNo
	 * Returns the lineNo.
	 * @return String
	 */
	public String getLineNo() {
		return lineNo;
	}

	/** 
	 * Method setLineNo
	 * Set the lineNo.
	 * @param lineNo The lineNo to set
	 */
	public void setLineNo(String lineNo) {
		this.lineNo = lineNo;
	}
	/** 
	 * Method getAttachDate
	 * Returns the attachDate.
	 * @return String
	 */
	public String getAttachDate() {
		return attachDate;
	}

	/** 
	 * Method setAttachDate
	 * Set the attachDate.
	 * @param attachDate The attachDate to set
	 */
	public void setAttachDate(String attachDate) {
		this.attachDate = attachDate;
	}
	/** 
	 * Method getTitle
	 * Returns the title.
	 * @return String
	 */
	public String getTitle() {
		return title;
	}

	/** 
	 * Method setTitle
	 * Set the title.
	 * @param title The title to set
	 */
	public void setTitle(String title) {
		this.title = title;
	}
	/** 
	 * Method getPresentationDate
	 * Returns the presentationDate.
	 * @return String
	 */
	public String getPresentationDate() {
		return presentationDate;
	}

	/** 
	 * Method setPresentationDate
	 * Set the presentationDate.
	 * @param presentationDate The presentationDate to set
	 */
	public void setPresentationDate(String presentationDate) {
		this.presentationDate = presentationDate;
	}
	/** 
	 * Method getPresentationBy
	 * Returns the presentationBy.
	 * @return String
	 */
	public String getPresentationBy() {
		return presentationBy;
	}

	/** 
	 * Method setPresentationBy
	 * Set the presentationBy.
	 * @param presentationBy The presentationBy to set
	 */
	public void setPresentationBy(String presentationBy) {
		this.presentationBy = presentationBy;
	}
	/** 
	 * Method getListener
	 * Returns the listener.
	 * @return String
	 */
	public String getListener() {
		return listener;
	}

	/** 
	 * Method setListener
	 * Set the listener.
	 * @param listener The listener to set
	 */
	public void setListener(String listener) {
		this.listener = listener;
	}
	/** 
	 * Method getCreateUser
	 * Returns the createUser.
	 * @return String
	 */
	public String getCreateUser() {
		return createUser;
	}

	/** 
	 * Method setCreateUser
	 * Set the createUser.
	 * @param createUser The createUser to set
	 */
	public void setCreateUser(String createUser) {
		this.createUser = createUser;
	}
	/** 
	 * Method getCreateDate
	 * Returns the createDate.
	 * @return String
	 */
	public String getCreateDate() {
		return createDate;
	}

	/** 
	 * Method setCreateDate
	 * Set the createDate.
	 * @param createDate The createDate to set
	 */
	public void setCreateDate(String createDate) {
		this.createDate = createDate;
	}
	/** 
	 * Method getUpdateUser
	 * Returns the updateUser.
	 * @return String
	 */
	public String getUpdateUser() {
		return updateUser;
	}

	/** 
	 * Method setUpdateUser
	 * Set the updateUser.
	 * @param updateUser The updateUser to set
	 */
	public void setUpdateUser(String updateUser) {
		this.updateUser = updateUser;
	}
	/** 
	 * Method getUpdateDate
	 * Returns the updateDate.
	 * @return String
	 */
	public String getUpdateDate() {
		return updateDate;
	}

	/** 
	 * Method setUpdateDate
	 * Set the updateDate.
	 * @param createDate The createDate to set
	 */
	public void setUpdateDate(String updateDate) {
		this.updateDate = updateDate;
	}
	/**
	 * Method reset
	 * @param mapping
	 * @param request
	 */
	public void reset(ActionMapping mapping, HttpServletRequest request) {	   
	   	/** attachmentFile property */
		attachmentFile = null;
	 	/** customerId property */
		customerId = "";
		/** rfpNo property */
		rfpNo = "";
		/** lineNo property */
		lineNo = "";
		/** attachDate property */
		attachDate = "";
		/** title property */
		title = "";	
		/** presentationDate property */
		presentationDate = "";	
		/** presentationBy property */
		presentationBy = "";	
		/** listener property */
		listener = "";	
		/** createUser property */
		createUser = "";	
		/** createDate property */
		createDate = "";	
		/** updateUser property */
		updateUser = "";	
		/** updateDate property */
		updateDate = "";
		/** attachmentfilename property */
		attachmentfilename = "";
		/** fDelFlag property */
		delFlag = "off";
	   super.reset( mapping, request);
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
www.爱久久.com| 奇米影视7777精品一区二区| 欧美性极品少妇| 成人小视频在线观看| 久久成人免费网| 亚洲高清一区二区三区| 亚洲日本中文字幕区| 中文字幕一区二区三区在线观看| 日韩女优毛片在线| 欧美一区二区三区公司| 欧美二区三区91| 7777精品伊人久久久大香线蕉完整版 | 蜜臀av在线播放一区二区三区| 亚洲另类中文字| 亚洲桃色在线一区| 亚洲乱码国产乱码精品精小说| 国产精品久久久久久福利一牛影视| 国产亚洲人成网站| 国产偷国产偷精品高清尤物 | 日本欧美一区二区三区乱码| 日韩成人av影视| 琪琪一区二区三区| 免费不卡在线观看| 国产精品原创巨作av| 成人免费毛片a| 91网站黄www| 欧美日韩一区二区三区在线看| 色婷婷国产精品久久包臀| 91亚洲大成网污www| 色久优优欧美色久优优| 欧美日韩国产电影| 日韩精品一区国产麻豆| 精品蜜桃在线看| 欧美高清一级片在线观看| 国产精品伦一区| 一区二区在线看| 日韩高清在线观看| 国产高清久久久| 一本大道久久a久久精品综合| 欧美在线观看视频一区二区| 欧美精品久久99久久在免费线| 日韩一二在线观看| 久久中文娱乐网| 亚洲另类在线视频| 日韩不卡在线观看日韩不卡视频| 国产精品综合在线视频| 91丝袜美腿高跟国产极品老师 | 成人午夜又粗又硬又大| 从欧美一区二区三区| 色狠狠综合天天综合综合| 制服丝袜中文字幕一区| xfplay精品久久| 亚洲综合色丁香婷婷六月图片| 亚洲女女做受ⅹxx高潮| 免费成人在线视频观看| 不卡的av网站| 精品国产自在久精品国产| 成人欧美一区二区三区视频网页 | 麻豆成人av在线| 99久久久精品| 欧美电视剧免费全集观看| 中文字幕综合网| 九九在线精品视频| 91一区在线观看| 国产日韩精品视频一区| 午夜久久久久久久久久一区二区| 北岛玲一区二区三区四区| 国产精品久久久久久久午夜片| 奇米精品一区二区三区在线观看 | 色偷偷88欧美精品久久久| 国产精品美女久久久久aⅴ | 欧美亚洲日本一区| 亚洲女女做受ⅹxx高潮| av在线不卡免费看| 国产精品视频看| 91丝袜美女网| 一区二区三区欧美在线观看| 91色视频在线| 亚洲免费在线播放| 在线观看免费一区| 婷婷一区二区三区| 欧美成人女星排行榜| 精品系列免费在线观看| 国产偷v国产偷v亚洲高清| 高清不卡一区二区| 综合久久久久综合| 欧美中文一区二区三区| 天堂久久一区二区三区| 日韩一区二区三区观看| 久久99久久精品欧美| 久久精品一区二区| 91麻豆产精品久久久久久| 亚洲国产精品久久不卡毛片 | 国产不卡视频一区| 亚洲美女在线一区| 91精品国产一区二区人妖| 国产一区视频网站| 亚洲视频一区二区在线观看| 欧美日韩国产美| 国产成人av一区| 亚洲成年人网站在线观看| 欧美精品一区在线观看| 99这里只有久久精品视频| 日韩黄色在线观看| 国产片一区二区| 欧美二区三区91| 成人毛片视频在线观看| 日精品一区二区| 国产精品久久久久永久免费观看 | 久久久国际精品| 欧美日韩高清一区| 成人免费福利片| 免费视频一区二区| 亚洲免费在线观看| 久久久精品tv| 欧美一级搡bbbb搡bbbb| 99精品视频免费在线观看| 美国精品在线观看| 亚洲欧美乱综合| 国产亚洲成aⅴ人片在线观看| 欧美亚洲综合一区| 成人免费视频一区| 蜜桃视频一区二区| 亚洲综合免费观看高清在线观看 | 91网站最新地址| 激情五月激情综合网| 亚洲国产精品欧美一二99| 中文字幕乱码亚洲精品一区| 日韩午夜精品视频| 欧美网站大全在线观看| 99视频热这里只有精品免费| 国产精品综合一区二区三区| 蜜臀av一区二区在线免费观看| 亚洲自拍另类综合| 亚洲视频在线观看三级| 国产亚洲精品aa午夜观看| 精品久久久影院| 欧美丰满高潮xxxx喷水动漫| 欧美视频在线观看一区二区| 91网页版在线| 色综合天天综合狠狠| 99久久伊人精品| 成人av动漫在线| 成人涩涩免费视频| 成人激情动漫在线观看| 成人夜色视频网站在线观看| 国产成人av电影在线| 国产老肥熟一区二区三区| 国产自产v一区二区三区c| 国产中文字幕一区| 国产一区二区成人久久免费影院| 蜜桃视频在线观看一区二区| 麻豆国产91在线播放| 久久99深爱久久99精品| 精品一区二区三区日韩| 激情综合色播激情啊| 国产精品一区二区久久不卡| 国产成人精品在线看| 国产精品一二三区| 成人av先锋影音| 91久久精品国产91性色tv| 欧美私模裸体表演在线观看| 欧美挠脚心视频网站| 91精品欧美一区二区三区综合在| 欧美一二三在线| 久久久精品人体av艺术| 国产精品乱子久久久久| 亚洲精品国产无天堂网2021| 亚洲国产精品麻豆| 久99久精品视频免费观看| 成人永久看片免费视频天堂| 91老师国产黑色丝袜在线| 欧美日韩黄色影视| 久久女同精品一区二区| 国产精品久久网站| 亚洲大尺度视频在线观看| 精品综合免费视频观看| 国产99久久久国产精品免费看| 91色综合久久久久婷婷| 5858s免费视频成人| 久久精品网站免费观看| 一区二区三区中文字幕在线观看| 午夜精品久久久久久久| 国产麻豆精品久久一二三| 日本精品一区二区三区高清| 日韩美女主播在线视频一区二区三区| 国产视频在线观看一区二区三区| 亚洲综合自拍偷拍| 国产精品456露脸| 欧美日韩国产经典色站一区二区三区| 精品三级在线观看| 亚洲一二三专区| 成人一级黄色片| 欧美成人a在线| 亚洲精品久久嫩草网站秘色| 国产高清久久久| 欧美成人高清电影在线| 亚洲国产精品一区二区www在线| 国产精品一区专区| 欧美一区二区三区人|