📄 gbs_mmif_stbean.java
字号:
/*
* Created on 2004/08/09
*
*/
package DataBean;
import java.io.Serializable;
/**
* <p>Title: MIF </p>
* <p>Description: process page action<br>
* </p>
* <p> Copyright (c) 2004</p>
* @author XJL
* @version 1.0
*/
public class GBS_MMif_stBean implements Serializable {
// --------------------------------------------------------- Instance Variables
/** strCustomerId property */
private String strCustomerId = "";
/** strCustomerName property */
private String strCustomerName = "";
/** strProductCategory property */
private String strProductCategory = "";
/** strCountryCode property */
private String strCountryCode = "";
/** strSubsidiaryCode property */
private String strSubsidiaryCode = "";
/** strRemarks property */
private String strRemarks = "";
/** strAtchFileName property */
private String strAtchFileName = "";
/** strCreateUser property */
private String strCreateUser = "";
/** strUpdateUser property */
private String strUpdateUser = "";
// --------------------------------------------------------- Methods
/**
* 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 strCustomerName.
* @return String
*/
public String getCustomerName() {
return strCustomerName;
}
/**
* Set the strCustomerName.
* @param strCustomerName The strCustomerName to set
*/
public void setCustomerName( String strCustomerName ) {
this.strCustomerName = strCustomerName;
}
/**
* 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 strAtchFileName.
* @return String
*/
public String getAtchFileName(){
return strAtchFileName;
}
/**
* Set the strAtchFileName.
* @param strAtchFileName The strAtchFileName to set
*/
public void setAtchFileName( String strAtchFileName ){
this.strAtchFileName = strAtchFileName;
}
/**
* 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 strCreateUser.
* @return String
*/
public String getCreateUser(){
return strCreateUser;
}
/**
* Set the strCreateUser.
* @param strCreateUser The strCreateUser to set
*/
public void setCreateUser( String strCreateUser ){
this.strCreateUser = strCreateUser;
}
/**
* Returns the strUpdateUser.
* @return String
*/
public String getUpdateUser(){
return strUpdateUser;
}
/**
* Set the strUpdateUser.
* @param strUpdateUser The strUpdateUser to set
*/
public void setUpdateUser( String strUpdateUser ){
this.strUpdateUser = strUpdateUser;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -