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

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

?? gbs_productmasterconditionform.java

?? 對日軟件外包 為東芝做的一個全球商業管理系統
?? JAVA
字號:
// Created by Xslt generator for Eclipse.
// XSL :  not found (java.io.FileNotFoundException:  (巜掕偝傟偨僷僗偑尒偮偐傝傑偣傫丅))
// Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xsl

package ACTION;

import java.util.ArrayList;
import java.util.List;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;

import COMMON.BaseActionForm;

/** 
 * GBS_ProductMasterConditionForm.java created by EasyStruts - XsltGen.
 * http://easystruts.sf.net
 * created on 07-29-2004
 * 
 * XDoclet definition:
 * @struts:form name="GBS_ProductMasterConditionForm"
 */
public class GBS_ProductMasterConditionForm extends BaseActionForm {

	// --------------------------------------------------------- Instance Variables

	/** productId property */
	private String productId;
	
	/** productName property */
	private String productName;
	
	/** mcKind property */
	private String mcKind;
	
	/** optionKind property */ 
	private String optionKind;

	/** colorCPM property */
	private String colorCPM;
	
	/** colorCPM1 property */
	private String colorCPM1;

	/** monoColorCPM property */
	private String monoColorCPM;

	/** monoColorCPM1 property */
	private String monoColorCPM1;

	/** bwCPM property */
	private String bwCPM;
	
	/** bwCPM1 property */
	private String bwCPM1;

	/** otherCPM property */
	private String otherCPM;
	
	/** otherCPM1 property */
	private String otherCPM1;

	/** productCategory property */
	private String[] productCategory  = null;
	
	/** productCategory property */
	private String[] optionCategory = null;
	
	/** lstGBSProductMasterConditionSubForm property */	
    private List lstGBSProductMasterConditionSubForm;
    
	/** lstProductCategory property */
    private List lstProductCategory;
     
	/** lstOptionCategory property */
	private List lstOptionCategory ;
    
	/** lstProductCategory property */
	private List lstSelectedProductCategory = new ArrayList();
     
	/** lstOptionCategory property */
	private List lstSelectedOptionCategory = new ArrayList();
	/** 
	 * Returns the lstOptionCategory.
	 * @return List
	 */
	public List getLstOptionCategory(){
		return lstOptionCategory;
	}
    
	/** 
	 * Set the listOptionCategory.
	 * @param listOptionCategory The listOptionCategory to set
	 */ 
	public void setLstOptionCategory( List listOptionCategory ){
		this.lstOptionCategory = listOptionCategory;
	}
    
	/** 
	 * Returns the productCategory.
	 * @return String[]
	 */
	public String[] getProductCategory() {
			return productCategory;
		}

	/** 
	 * Set the productCategory.
	 * @param productCategory The productCategory to set
	 */ 
	public void setProductCategory(String[] productCategory) {
		this.productCategory = productCategory;
	}
    
	/** 
	 * Returns the optionCategory.
	 * @return String[]
	 */
	public String[] getOptionCategory() {
			return optionCategory;
		}

	/** 
	 * Set the optionCategory.
	 * @param optionCategory The optionCategory to set
	 */ 
	public void setOptionCategory(String[] optionCategory) {
		this.optionCategory = optionCategory;
	}
	
	/** 
	 * Method reset
	 * @param ActionMapping mapping
	 * @param HttpServletRequest request
	 */
	public void reset(ActionMapping mapping, HttpServletRequest request) {
		optionCategory = null;
		monoColorCPM = "";
		bwCPM1 = "";
		otherCPM1 = "";
		mcKind = "";
		optionKind = "";
		productId = "";
		colorCPM = "";
		productCategory = null;
		productName = "";
		otherCPM = "";
		colorCPM1 = "";
		monoColorCPM1 = "";
		bwCPM = "";
		lstSelectedProductCategory = new ArrayList();
		lstSelectedOptionCategory = new ArrayList();
		super.reset( mapping, request);
	}

	/** 
	 * Returns the mcKind.
	 * @return String
	 */
	public String getMcKind() {
		return mcKind;
	}

	/** 
	 * Set the mcKind.
	 * @param mcKind The optionCategory to set
	 */
	public void setMcKind(String mcKind) {
		this.mcKind = mcKind;
	}
	/** 
	 * Returns the optionKind.
	 * @return String
	 */
	public String getOptionKind() {
		return optionKind;
	}

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

	/** 
	 * Returns the monoColorCPM.
	 * @return String
	 */
	public String getMonoColorCPM() {
		return monoColorCPM;
	}

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

	/** 
	 * Returns the bwCPM1.
	 * @return String
	 */
	public String getBwCPM1() {
		return bwCPM1;
	}

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

	/** 
	 * Returns the otherCPM1.
	 * @return String
	 */
	public String getOtherCPM1() {
		return otherCPM1;
	}

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

	/** 
	 * Returns the productId.
	 * @return String
	 */
	public String getProductId() {
		return productId;
	}

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

	/** 
	 * Returns the colorCPM.
	 * @return String
	 */
	public String getColorCPM() {
		return colorCPM;
	}

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


	/** 
	 * Returns the productName.
	 * @return String
	 */
	public String getProductName() {
		return productName;
	}

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

	/** 
	 * Returns the otherCPM.
	 * @return String
	 */
	public String getOtherCPM() {
		return otherCPM;
	}

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

	/** 
	 * Returns the colorCPM1.
	 * @return String
	 */
	public String getColorCPM1() {
		return colorCPM1;
	}

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

	/** 
	 * Returns the monoColorCPM1.
	 * @return String
	 */
	public String getMonoColorCPM1() {
		return monoColorCPM1;
	}

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

	/** 
	 * Returns the bwCPM.
	 * @return String
	 */
	public String getBwCPM() {
		return bwCPM;
	}

	/** 
	 * Set the bwCPM.
	 * @param bwCPM The bwCPM to set
	 */
	public void setBwCPM(String bwCPM) {
		this.bwCPM = bwCPM;
	}
	
	/** 
	 * Returns the getLstGBSProductMasterConditionSubForm.
	 * @return List
	 */ 
	public List getLstGBSProductMasterConditionSubForm(){
		return lstGBSProductMasterConditionSubForm;
	}
   
	/** 
	 * Set the lstGBSProductMasterConditionSubForm.
	 * @param lstGBSProductMasterConditionSubForm The lstGBSProductMasterConditionSubForm to set
	 */ 
	public void setLstGBSProductMasterConditionSubForm(List lstGBSProductMasterConditionSubForm){
		this.lstGBSProductMasterConditionSubForm = lstGBSProductMasterConditionSubForm;
	}
	
	/** 
	 * Returns the lstProductCategory.
	 * @return List
	 */
	public List getLstProductCategory(){
		return lstProductCategory;
	}
    
	/** 
	 * Set the listProductCategory.
	 * @param listProductCategory The listProductCategory to set
	 */ 
	public void setLstProductCategory( List listProductCategory ){
		this.lstProductCategory = listProductCategory;
	}

	/**
	 * @return
	 */
	public List getLstSelectedOptionCategory() {
		return lstSelectedOptionCategory;
	}

	/**
	 * @return
	 */
	public List getLstSelectedProductCategory() {
		return lstSelectedProductCategory;
	}

	/**
	 * @param list
	 */
	public void setLstSelectedOptionCategory(List lstSelectedOptionCategory) {
		this.lstSelectedOptionCategory = lstSelectedOptionCategory;
	}

	/**
	 * @param list
	 */
	public void setLstSelectedProductCategory(List lstSelectedProductCategory) {
		this.lstSelectedProductCategory = lstSelectedProductCategory;
	}

}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产欧美日韩另类视频免费观看| 激情六月婷婷综合| 精一区二区三区| 91小视频在线免费看| 在线不卡免费欧美| 亚洲人亚洲人成电影网站色| 日本强好片久久久久久aaa| 不卡视频一二三四| 精品欧美乱码久久久久久1区2区 | 日本一区二区三区在线不卡| 午夜精品福利一区二区三区av | 免费在线观看一区二区三区| 成人福利视频在线看| 精品日韩一区二区| 日本成人在线不卡视频| 日本韩国一区二区| 国产精品视频第一区| 国产精品一区2区| 日韩视频免费观看高清在线视频| 亚洲香肠在线观看| 在线观看日产精品| 亚洲男帅同性gay1069| 国产v综合v亚洲欧| 久久精品视频一区| 国产一区二区精品久久91| 日韩视频在线永久播放| 男女男精品视频网| 日韩视频免费观看高清完整版 | 亚洲特级片在线| 欧美日韩和欧美的一区二区| 国产精品免费人成网站| 国v精品久久久网| 久久精品男人天堂av| 国产精一区二区三区| 久久久精品黄色| 成人av中文字幕| 国产精品第13页| 色爱区综合激月婷婷| 一区二区三区在线视频播放| 日本韩国欧美在线| 三级在线观看一区二区 | 全国精品久久少妇| 日韩亚洲国产中文字幕欧美| 国产主播一区二区| 欧美精彩视频一区二区三区| 国产精品一级黄| 1区2区3区精品视频| 欧美性猛交xxxx黑人交| 香蕉久久夜色精品国产使用方法| 欧美一区二区精品久久911| 精彩视频一区二区三区| 日韩精品一区二| 成人app在线| 亚洲一区二区高清| 亚洲黄色免费网站| 欧美日韩国产天堂| 日本少妇一区二区| 中文字幕 久热精品 视频在线| av高清久久久| 亚洲一区二区不卡免费| 久久影音资源网| 92国产精品观看| 日本色综合中文字幕| 国产欧美精品在线观看| 91福利精品第一导航| 美女爽到高潮91| 亚洲欧美在线视频观看| 91精品在线麻豆| av中文字幕亚洲| 日本成人在线一区| 亚洲日本在线视频观看| 日韩欧美激情四射| 色综合视频在线观看| 精品一区二区在线视频| 亚洲情趣在线观看| 国产午夜亚洲精品羞羞网站| 在线视频一区二区免费| 国产精品亚洲专一区二区三区 | 国产精品激情偷乱一区二区∴| 欧美三级在线看| 成人久久视频在线观看| 日韩影视精彩在线| 亚洲人成影院在线观看| 欧美www视频| 欧美三级电影精品| 99久久婷婷国产综合精品| 久久99精品久久只有精品| 亚洲一区免费观看| 国产精品福利影院| 久久午夜电影网| 日韩欧美综合在线| 欧美色图一区二区三区| yourporn久久国产精品| 国内精品国产成人国产三级粉色 | 日韩理论片网站| 久久综合网色—综合色88| 欧美精品乱码久久久久久按摩| 99免费精品视频| 懂色av一区二区三区蜜臀| 久久激情五月激情| 丝袜亚洲另类欧美| 亚洲成人在线网站| 亚洲成a人片综合在线| 亚洲美女区一区| 亚洲乱码国产乱码精品精的特点| 国产精品理伦片| 中文字幕高清一区| 亚洲国产岛国毛片在线| 国产日韩欧美一区二区三区综合 | 国产乱对白刺激视频不卡| 理论片日本一区| 久久精品国产一区二区| 蜜臀av性久久久久蜜臀aⅴ| 日韩在线a电影| 免费在线观看一区二区三区| 蜜臀va亚洲va欧美va天堂| 蜜乳av一区二区三区| 蜜桃av一区二区| 国产在线精品免费| 国产一区二区按摩在线观看| 狠狠色丁香婷婷综合| 国产99久久久国产精品潘金网站| 粉嫩一区二区三区在线看| 成人网男人的天堂| 91视频一区二区| 欧美视频一区在线| 8v天堂国产在线一区二区| 欧美福利一区二区| 精品国产乱码久久久久久久| 国产人成一区二区三区影院| 国产精品国产三级国产| 一区二区三区在线播| 日本大胆欧美人术艺术动态| 久久99深爱久久99精品| 成人妖精视频yjsp地址| 欧美在线观看视频在线| 777奇米四色成人影色区| 久久综合五月天婷婷伊人| 国产精品久久久久久久久果冻传媒| 尤物在线观看一区| 免费在线观看日韩欧美| 成人免费av资源| 欧美日韩国产欧美日美国产精品| 欧美一区二区在线播放| 国产欧美日韩三级| 午夜免费久久看| 国产精品18久久久久久久久 | 一区二区三区鲁丝不卡| 天天色天天操综合| 国产激情一区二区三区四区 | 91在线视频免费91| 538prom精品视频线放| 国产无一区二区| 亚洲成人一区在线| 成人成人成人在线视频| 91精品蜜臀在线一区尤物| 国产清纯白嫩初高生在线观看91| 亚洲一级电影视频| 国产盗摄一区二区三区| 欧美三级视频在线观看| 久久久.com| 日本欧美久久久久免费播放网| 成年人国产精品| 欧美成人a在线| 亚洲午夜一区二区| 懂色av一区二区夜夜嗨| 日韩午夜电影av| 亚洲福利一区二区三区| 成人app在线| 久久久亚洲精华液精华液精华液| 亚洲成人高清在线| 91美女福利视频| 欧美激情一区二区三区在线| 毛片基地黄久久久久久天堂| 欧美怡红院视频| 日韩伦理电影网| 高清不卡一区二区在线| 日韩欧美国产精品一区| 亚洲国产成人porn| 91女人视频在线观看| 国产精品网站在线播放| 精品一区二区三区视频| 日韩西西人体444www| 日韩在线一区二区| 欧美日韩一级片网站| 一区二区三区在线看| 97久久精品人人做人人爽| 国产性天天综合网| 国产精品自拍网站| 亚洲精品一线二线三线无人区| 日韩av一区二区三区| 51久久夜色精品国产麻豆| 亚洲一区国产视频| 在线视频国内一区二区| 亚洲美女在线一区| 欧美探花视频资源| 亚洲123区在线观看| 欧美日韩精品综合在线| 五月天一区二区| 日韩免费观看高清完整版 |