📄 gbs_mifentrylist_stbean.java
字号:
/*
* Created on 2004/08/09
*
*/
package DataBean;
import java.io.Serializable;
import java.util.ArrayList;
/**
* <p>Title: MIF Entry </p>
* <p>Description: process page action<br>
* </p>
* <p> Copyright (c) 2004</p>
* @author XJL
* @version 1.0
*/
public class GBS_MifEntryList_stBean implements Serializable {
// --------------------------------------------------------- Instance Variables
/** strCustomerId property */
private String strCustomerId = "";
/** strProductCategory property */
private String strProductCategory = "";
/** strCountryCode property */
private String strCountryCode = "";
/** strSubsidiaryCode property */
private String strSubsidiaryCode = "";
/** strRemarks property */
private String strRemarks = "";
/** strUser property */
private String strUser = "";
/** deleteFile property */
private boolean deleteFile = false;
/** lstGBSMMifDetail_st property */
public ArrayList lstGBSMMifDetail_st = new ArrayList();
// --------------------------------------------------------- Methods
/**
* Returns the deleteFile.
* @return boolean
*/
public boolean getDeleteFile() {
return deleteFile;
}
/**
* Set the deleteFile.
* @param deleteFile The deleteFile to set
*/
public void setDeleteFile( boolean deleteFile ) {
this.deleteFile = deleteFile;
}
/**
* Returns the strCustomerId.
* @return String
*/
public String getCustomerId() {
return strCustomerId;
}
/**
* Set the strCustomerId.
* @param strCustomerId The strCustomerId to set
*/
public void setCustomerId( String strCustomerId ) {
this.strCustomerId = strCustomerId;
}
/**
* Returns the strProductCategory.
* @return String
*/
public String getProductCategory(){
return strProductCategory;
}
/**
* Set the strProductCategory.
* @param strProductCategory The strProductCategory to set
*/
public void setProductCategory( String strProductCategory ){
this.strProductCategory = strProductCategory;
}
/**
* Returns the strCountryCode.
* @return String
*/
public String getCountryCode(){
return strCountryCode;
}
/**
* Set the strCountryCode.
* @param strCountryCode The strCountryCode to set
*/
public void setCountryCode( String strCountryCode ){
this.strCountryCode = strCountryCode;
}
/**
* Returns the strSubsidiaryCode.
* @return String
*/
public String getSubsidiaryCode(){
return strSubsidiaryCode;
}
/**
* Set the strSubsidiaryCode.
* @param strSubsidiaryCode The strSubsidiaryCode to set
*/
public void setSubsidiaryCode( String strSubsidiaryCode ){
this.strSubsidiaryCode = strSubsidiaryCode;
}
/**
* Returns the strRemarks.
* @return String
*/
public String getRemarks(){
return strRemarks;
}
/**
* Set the strRemarks.
* @param strRemarks The strRemarks to set
*/
public void setRemarks( String strRemarks ){
this.strRemarks = strRemarks;
}
/**
* Returns the strUser.
* @return String
*/
public String getUser(){
return strUser;
}
/**
* Set the strUser.
* @param strUser The strUser to set
*/
public void setUser( String strUser ){
this.strUser = strUser;
}
/**
* Returns the lstGBSMMifDetail_st.
* @return ArrayList
*/
public ArrayList getGBSMMifDetail_st(){
return lstGBSMMifDetail_st;
}
/**
* Set the lstGBSMMifDetail_st.
* @param lstGBSMMifDetail_st The lstGBSMMifDetail_st to set
*/
public void setGBSMMifDetail_st( ArrayList lstGBSMMifDetail_st ){
this.lstGBSMMifDetail_st = lstGBSMMifDetail_st;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -