gbs_productmasterconditionform.java

来自「对日软件外包 为东芝做的一个全球商业管理系统」· Java 代码 · 共 410 行

JAVA
410
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?