📄 gbs_productmasterconditionmaintenanceform.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 org.apache.struts.upload.FormFile;
import COMMON.BaseActionForm;
/**
* GBS_ProductMasterConditionMaintenanceForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 08-02-2004
*
* XDoclet definition:
* @struts:form name="GBS_ProductMasterConditionMaintenanceForm"
*/
public class GBS_ProductMasterConditionMaintenanceForm extends BaseActionForm {
// --------------------------------------------------------- Instance Variables
/** attachmentFile property */
private FormFile attachmentFile = null;
/** optionCategory property */
private String optionCategory;
/** monoColorCPM property */
private String monoColorCPM;
/** kind property */
private String kind;
/** file property */
private String file;
/** productId property */
private String productId;
/** deleteFlg property */
private String deleteFlg;
/** deleteFlg property */
private String deleteCheck;
/** colorCPM property */
private String colorCPM;
/** productCategory property */
private String productCategory;
/** productName property */
private String productName;
/** otherCPM property */
private String otherCPM;
/** bwCPM property */
private String bwCPM;
/** seqno property */
private String seqno = "";
// 2004/08/12 ADD START
/** dispOrder property */
private String dispOrder = "";
/** dispOrder property */
private String productAbbrName = "";
private String deleteRecordCheck = "";
/**
* Returns the dispOrder.
* @return String
*/
public String getDispOrder() {
return dispOrder;
}
/**
* Set the dispOrder.
* @param dispOrder The dispOrder to set
*/
public void setDispOrder(String dispOrder) {
this.dispOrder = dispOrder;
}
/**
* Returns the productAbbrName.
* @return String
*/
public String getProductAbbrName() {
return productAbbrName;
}
/**
* Set the productAbbrName.
* @param productAbbrName The productAbbrName to set
*/
public void setProductAbbrName(String productAbbrName) {
this.productAbbrName = productAbbrName;
}
//2004/08/12 ADD END
/**
* Returns the seqno.
* @return String
*/
public String getSeqno() {
return seqno;
}
/**
* Set the seqno.
* @param seqno The seqno to set
*/
public void setSeqno(String seqno) {
this.seqno = seqno;
}
/**
* Returns the attachmentFile.
* @return String
*/
public FormFile getAttachmentFile() {
return attachmentFile;
}
/**
* Set the attachmentfile.
* @param attachmentfile The attachmentfile to set
*/
public void setAttachmentFile(FormFile attachmentFile) {
this.attachmentFile = attachmentFile;
}
/** attachmentfilename property */
private String attachmentfilename = "";
/**
* Returns the attachmentfilename.
* @return String attachmentfilename
*/
public String getAttachmentfilename() {
return attachmentfilename;
}
/**
* Set the attachmentfilename.
* @param attachmentfilename The attachmentfilename to set
*/
public void setAttachmentfilename(String attachmentfilename) {
this.attachmentfilename = attachmentfilename;
}
/** fdelflag property */
private int fdelflag = 0;
/**
* Returns the fdelflag.
* @return Boolean
*/
public int getFdelflag() {
return fdelflag;
}
/**
* Set the fdelflag.
* @param fdelflag The fdelflag to set
*/
public void setFdelflag(int fdelflag) {
this.fdelflag = fdelflag;
}
/** optnCategoryAlst property */
private ArrayList optnCategoryAlst = new ArrayList();
/** optionCategoryValueList property */
private List optionCategoryValueList;
/** productCategoryLabelList property */
private List productCategoryLabelList;
/** chkOption property */
private boolean chkOption;
/** radioProductcategory property */
private String radioProductcategory;
/**
* Returns the radioProductcategory.
* @return String
*/
public String getRadioProductcategory(){
return radioProductcategory;
}
/**
* Set the radioProductcategory.
* @param radioProduct The radioProductcategory to set
*/
public void setRadioProductcategory (String radioProduct){
this.radioProductcategory = radioProduct;
}
/**
* Returns the optnCategoryAlst.
* @return ArrayList
*/
public ArrayList getOptnCategoryAlst(){
return optnCategoryAlst;
}
/**
* Set the optnCategoryAlst.
* @param lst The optnCategoryAlst to set
*/
public void setOptnCategoryAlst(ArrayList lst){
this.optnCategoryAlst = lst;
}
/**
* Returns the chkOption.
* @return boolean
*/
public boolean getChkOption(){
return chkOption;
}
/**
* Set the chkOption.
* @param boo The chkOption to set
*/
public void setChkOption(boolean boo){
this.chkOption = boo;
}
/**
* Method reset
* @param ActionMapping mapping
* @param HttpServletRequest request
*/
public void reset(ActionMapping mapping, HttpServletRequest request) {
optionCategory = "";
monoColorCPM = "";
kind = "";
file = "";
productId = "";
deleteFlg = "";
deleteCheck = "";
colorCPM = "";
productCategory = "";
productName = "";
otherCPM = "";
bwCPM = "";
radioProductcategory = "";
attachmentFile = null;
fdelflag =0;
attachmentfilename = "";
dispOrder = "";
productAbbrName = "";
super.reset( mapping, request);
}
public List getOptionCategoryValueList() {
return optionCategoryValueList;
}
/**
* Set the subsidiaryCodeValueList.
* @param subsidiaryCodeValueList The subsidiaryCodeValueList to set
*/
public void setOptionCategoryValueList(List optionCategoryValueList) {
this.optionCategoryValueList = optionCategoryValueList;
}
/**
* Returns the subsidiaryCodeLabelList.
* @return String
*/
public List getProductCategoryLabelList() {
return productCategoryLabelList;
}
/**
* Set the subsidiaryCodeLabelList.
* @param subsidiaryCodeLabelList The subsidiaryCodeLabelList to set
*/
public void setProductCategoryLabelList(List productCategoryList) {
this.productCategoryLabelList = productCategoryList;
}
/**
* 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;
}
/**
* Returns the monoColorCPM.
* @return String
*/
public String getMonoColorCPM() {
return monoColorCPM;
}
/**
* Set the monoColorCPM.
* @param monoColorCPM The monoColorCPM to set
*/
public void setMonoColorCPM(String mnColorCPM ) {
this.monoColorCPM = mnColorCPM;
}
/**
* Returns the kind.
* @return String
*/
public String getKind() {
return kind;
}
/**
* Set the kind.
* @param kind The kind to set
*/
public void setKind(String kind) {
this.kind = kind;
}
/**
* Returns the file.
* @return String
*/
public String getFile() {
return file;
}
/**
* Set the file.
* @param file The file to set
*/
public void setFile(String file) {
this.file = file;
}
/**
* 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 deleteFlg.
* @return String
*/
public String getDeleteFlg() {
return deleteFlg;
}
/**
* Set the deleteFlg.
* @param deleteFlg The deleteFlg to set
*/
public void setDeleteFlg(String deleteFlg) {
this.deleteFlg = deleteFlg;
}
/**
* Returns the deleteFlg.deleteCheck
* @return String
*/
public String getDeleteCheck() {
return deleteCheck;
}
/**
* Set the deleteFlg.
* @param deleteFlg The deleteFlg to set
*/
public void setDeleteCheck(String deleteCheck) {
this.deleteCheck = deleteCheck;
}
/**
* 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 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 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 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;
}
/**
* @return
*/
public String getDeleteRecordCheck() {
return deleteRecordCheck;
}
/**
* @param string
*/
public void setDeleteRecordCheck(String string) {
deleteRecordCheck = string;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -