?? gbs_mifentryform.java
字號:
// Created by Xslt generator for Eclipse.
// XSL : not found (java.io.FileNotFoundException: (Bad file descriptor))
// Default XSL used : easyuts.jar$org.easyuts.xslgen.JavaClass.xsl
package ACTION;
import java.util.ArrayList;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionMapping;
import COMMON.BaseActionForm;
/**
* GBS_MifEntryForm.java created by EasyStruts - XsltGen.
* http://easyuts.sf.net
* created on 08-10-2004
*
* XDoclet definition:
* @uts:form name="GBS_MifEntryForm"
*/
public class GBS_MifEntryForm extends BaseActionForm {
// --------------------------------------------------------- Instance Variables
/** CustomerName property */
private String customerName = "";
/** CustomerId property */
private String customerId = "";
/** CustomerId property */
private String deleteFile = "";
/** attachmentFile property */
//private FormFile attachmentFile = null;
/** AttachmentName property */
private String attachmentName = "";
/** Remarks property */
private String remarks = "";
/** SubsidiaryCode property */
private String subsidiaryCode = "";
/** ProductCategory property */
private String productCategory = "";
/** CountryCode property */
private String countryCode = "";
/** errorFlg property */
private String errorFlag = "";
/** lstProductCategoryCodeValue property */
private ArrayList productCategoryCodeValue = new ArrayList();
/** lstProductCategoryLabelValue property */
private ArrayList productCategoryLabelValue = new ArrayList();
/** lstSubsidiaryCodeValue property */
private ArrayList subsidiaryCodeValue = new ArrayList();
/** lstSubsidiaryLabelValue property */
private ArrayList subsidiaryLabelValue = new ArrayList();
/** lstCountryCodeValue property */
private ArrayList countryCodeValue = new ArrayList();
/** lstCountryLabelValue property */
private ArrayList countryLabelValue = new ArrayList();
/** lstCurrencyCodeValue property */
private ArrayList currencyCodeValue = new ArrayList();
/** lstCurrencyLabelValue property */
private ArrayList currencyLabelValue = new ArrayList();
/** lstMifDetail property */
private ArrayList mifDetail = new ArrayList();
/** modelOld[] property */
private String[] modelOld = null;
/** model[] property */
private String[] model = null;
/** qty[] property */
private String[] qty = null;
/** currencyOld[] property */
private String[] currency = null;
/** hardPrice[] property */
private String[] hardPrice = null;
/** cpcPrice[] property */
private String[] cpcPrice = null;
/** mcv[] property */
private String[] mcv = null;
/** installDate[] property */
private String[] installDate = null;
/** rfpDate[] property */
private String[] rfpDate = null;
/** userName[] property */
private String[] userName = null;
/** userId[] property */
private String[] userId = null;
/** person[] property */
private String[] person = null;
private String seqNo = "";
private String fileStatus="";
private ArrayList countrySubsList=new ArrayList();
// --------------------------------------------------------- Methods
/**
* Returns the deleteFile.
* @return String
*/
public String getDeleteFile() {
return deleteFile;
}
/**
* Set the deleteFile.
* @param deleteFile The deleteFile to set
*/
public void setDeleteFile(String deleteFile) {
this.deleteFile = deleteFile;
}
/**
* Returns the customerName.
* @return String
*/
public String getCustomerName() {
return customerName;
}
/**
* Set the CustomerName.
* @param CustomerName The CustomerName to set
*/
public void setCustomerName(String customerName) {
this.customerName = customerName;
}
/**
* Returns the customerId.
* @return String
*/
public String getCustomerId() {
return customerId;
}
/**
* Set the customerId.
* @param customerId The customerId to set
*/
public void setCustomerId(String customerId) {
this.customerId = customerId;
}
/**
* Returns the attachmentName.
* @return String
*/
public String getAttachmentName() {
return attachmentName;
}
/**
* Set the attachmentName.
* @param attachmentName The attachmentName to set
*/
public void setAttachmentName(String attachmentName) {
this.attachmentName = attachmentName;
}
/**
* Returns the remarks.
* @return String
*/
public String getRemarks() {
return remarks;
}
/**
* Set the remarks.
* @param remarks The remarks to set
*/
public void setRemarks(String remarks) {
this.remarks = remarks;
}
/**
* Returns the subsidiaryCode.
* @return String
*/
public String getSubsidiaryCode() {
return subsidiaryCode;
}
/**
* Set the subsidiaryCode.
* @param subsidiaryCode The subsidiaryCode to set
*/
public void setSubsidiaryCode(String subsidiaryCode) {
this.subsidiaryCode = subsidiaryCode;
}
/**
* 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 countryCode.
* @return String
*/
public String getCountryCode() {
return countryCode;
}
/**
* Set the countryCode.
* @param countryCode The countryCode to set
*/
public void setCountryCode(String countryCode) {
this.countryCode = countryCode;
}
/**
* Returns the errorFlag.
* @return String
*/
public String getErrorFlag() {
return errorFlag;
}
/**
* Set the errorFlag.
* @param errorFlag The countryCode to set
*/
public void setErrorFlag(String errorFlag) {
this.errorFlag = errorFlag;
}
/**
* Returns the productCategoryCodeValue.
* @return ArrayList
*/
public ArrayList getProductCategoryCodeValue() {
return productCategoryCodeValue;
}
/**
* Set the productCategoryCodeValue.
* @param productCategoryCodeValue The productCategoryCodeValue to set
*/
public void setProductCategoryCodeValue( ArrayList productCateCodeValue ) {
this.productCategoryCodeValue = productCateCodeValue;
}
/**
* Returns the productCategoryLabelValue.
* @return ArrayList
*/
public ArrayList getProductCategoryLabelValue() {
return productCategoryLabelValue;
}
/**
* Set the productCategoryLabelValue.
* @param productCategoryLabelValue The productCategoryLabelValue to set
*/
public void setProductCategoryLabelValue( ArrayList productCategoryLabelValue ) {
this.productCategoryLabelValue = productCategoryLabelValue;
}
/**
* Returns the subsidiaryCodeValue.
* @return ArrayList
*/
public ArrayList getSubsidiaryCodeValue() {
return subsidiaryCodeValue;
}
/**
* Set the subsidiaryCodeValue.
* @param subsidiaryCodeValue The subsidiaryCodeValue to set
*/
public void setSubsidiaryCodeValue( ArrayList subsidiaryCodeValue ) {
this.subsidiaryCodeValue = subsidiaryCodeValue;
}
/**
* Returns the subsidiaryLabelValue.
* @return ArrayList
*/
public ArrayList getSubsidiaryLabelValue() {
return subsidiaryLabelValue;
}
/**
* Set the lstSubsidiaryLabelValue.
* @param lstSubsidiaryLabelValue The lstSubsidiaryLabelValue to set
*/
public void setSubsidiaryLabelValue( ArrayList subsidiaryLabelValue ) {
this.subsidiaryLabelValue = subsidiaryLabelValue;
}
/**
* Returns the countryCodeValue.
* @return ArrayList
*/
public ArrayList getCountryCodeValue() {
return countryCodeValue;
}
/**
* Set the countryCodeValue.
* @param countryCodeValue The countryCodeValue to set
*/
public void setCountryCodeValue( ArrayList countryCodeValue ) {
this.countryCodeValue = countryCodeValue;
}
/**
* Returns the countryLabelValue.
* @return ArrayList
*/
public ArrayList getCountryLabelValue() {
return countryLabelValue;
}
/**
* Set the countryLabelValue.
* @param countryLabelValue The countryLabelValue to set
*/
public void setCountryLabelValue( ArrayList countryLabelValue ) {
this.countryLabelValue = countryLabelValue;
}
/**
* Returns the currencyCodeValue.
* @return ArrayList
*/
public ArrayList getCurrencyCodeValue() {
return currencyCodeValue;
}
/**
* Set the currencyCodeValue.
* @param currencyCodeValue The currencyCodeValue to set
*/
public void setCurrencyCodeValue( ArrayList currencyCodeValue ) {
this.currencyCodeValue = currencyCodeValue;
}
/**
* Returns the currencyLabelValue.
* @return ArrayList
*/
public ArrayList getCurrencyLabelValue() {
return currencyLabelValue;
}
/**
* Set the currencyLabelValue.
* @param currencyLabelValue The currencyLabelValue to set
*/
public void setCurrencyLabelValue( ArrayList currencyLabelValue ) {
this.currencyLabelValue = currencyLabelValue;
}
/**
* Returns the mifDetail.
* @return ArrayList
*/
public ArrayList getMifDetail() {
return mifDetail;
}
/**
* Set the mifDetail.
* @param mifDetail The mifDetail to set
*/
public void setMifDetail( ArrayList mifDetail ) {
this.mifDetail = mifDetail;
}
/**
* Returns the model.
* @return String[]
*/
public String[] getModel() {
return model;
}
/**
* Set the model.
* @param model The model to set
*/
public void setModel( String[] model ) {
this.model = model;
}
/**
* Returns the modelOld.
* @return String[]
*/
public String[] getModelOld() {
return modelOld;
}
/**
* Set the modelOld.
* @param model The modelOld to set
*/
public void setModelOld( String[] modelOld ) {
this.modelOld = modelOld;
}
/**
* Returns the qty.
* @return String[]
*/
public String[] getQty() {
return qty;
}
/**
* Set the qty.
* @param qty The qty to set
*/
public void setQty( String[] qty ) {
this.qty = qty;
}
/**
* Returns the currency.
* @return String[]
*/
public String[] getCurrency() {
return currency;
}
/**
* Set the currency.
* @param currency The currency to set
*/
public void setCurrency( String[] currency ) {
this.currency = currency;
}
/**
* Returns the hardPrice.
* @return String[]
*/
public String[] getHardPrice() {
return hardPrice;
}
/**
* Set the hardPrice.
* @param hardPrice The hardPrice to set
*/
public void setHardPrice( String[] hardPrice ) {
this.hardPrice = hardPrice;
}
/**
* Returns the cpcPrice.
* @return String[]
*/
public String[] getCpcPrice() {
return cpcPrice;
}
/**
* Set the cpcPrice.
* @param cpcPrice The cpcPrice to set
*/
public void setCpcPrice( String[] cpcPrice ) {
this.cpcPrice = cpcPrice;
}
/**
* Returns the mcv.
* @return String[]
*/
public String[] getMcv() {
return mcv;
}
/**
* Set the mcv.
* @param mcv The mcv to set
*/
public void setMcv( String[] mcv ) {
this.mcv = mcv;
}
/**
* Returns the installDate.
* @return String[]
*/
public String[] getInstallDate() {
return installDate;
}
/**
* Set the installDate.
* @param installDate The installDate to set
*/
public void setInstallDate( String[] installDate ) {
this.installDate = installDate;
}
/**
* Returns the rfpDate.
* @return String[]
*/
public String[] getRfpDate() {
return rfpDate;
}
/**
* Set the rfpDate.
* @param rfpDate The rfpDate to set
*/
public void setRfpDate( String[] rfpDate ) {
this.rfpDate = rfpDate;
}
/**
* Returns the userName.
* @return String[]
*/
public String[] getUserName() {
return userName;
}
/**
* Set the userName.
* @param userName The userName to set
*/
public void setUserName( String[] userName ) {
this.userName = userName;
}
/**
* Returns the userId.
* @return String[]
*/
public String[] getUserId() {
return userId;
}
/**
* Set the userId.
* @param userId The userId to set
*/
public void setUserId( String[] userId ) {
this.userId = userId;
}
/**
* Returns the person.
* @return String[]
*/
public String[] getPerson() {
return person;
}
/**
* Set the person.
* @param person The person to set
*/
public void setPerson( String[] person ) {
this.person = person;
}
/**
* Method reset
* @param mapping
* @param request
*/
public void reset(ActionMapping mapping, HttpServletRequest request) {
customerName = "";
customerId = "";
deleteFile = "";
attachmentName = "";
remarks = "";
subsidiaryCode = "";
productCategory = "";
countryCode = "";
errorFlag = "";
productCategoryCodeValue = new ArrayList();
productCategoryLabelValue = new ArrayList();
subsidiaryCodeValue = new ArrayList();
subsidiaryLabelValue = new ArrayList();
countryCodeValue = new ArrayList();
countryLabelValue = new ArrayList();
currencyCodeValue = new ArrayList();
currencyLabelValue = new ArrayList();
mifDetail = new ArrayList();
modelOld = null;
model = null;
qty = null;
currency = null;
hardPrice = null;
cpcPrice = null;
mcv = null;
installDate = null;
rfpDate = null;
userName = null;
userId = null;
person = null;
seqNo = "";
fileStatus = "";
countrySubsList=new ArrayList();
super.reset(mapping, request);
}
/**
* @return
*/
public String getFileStatus() {
return fileStatus;
}
/**
* @return
*/
public String getSeqNo() {
return seqNo;
}
/**
* @param string
*/
public void setFileStatus(String string) {
fileStatus = string;
}
/**
* @param string
*/
public void setSeqNo(String string) {
seqNo = string;
}
/**
* @return
*/
public ArrayList getCountrySubsList() {
return countrySubsList;
}
/**
* @param list
*/
public void setCountrySubsList(ArrayList list) {
countrySubsList = list;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -