📄 gbs_mifentrydetaillist_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_MifEntryDetailList_stBean extends GBS_TreeNoteBaseBean implements Serializable {
// --------------------------------------------------------- Instance Variables
/** productCategory property */
private String productCategory = "";
/** string1 property */
private String string1 = "";
/** countryCode property */
private String countryCode = "";
/** countryName property */
private String countryName = "";
/** subsidiaryCode property */
private String subsidiaryCode = "";
/** subsidiaryName property */
private String subsidiaryName = "";
/** atchFiletype property */
private String atchFiletype = "";
/** remarks property */
private String remarks = "";
/** model property */
private String model = "";
/** qty property */
private String qty = "";
/** currency property */
private String currency = "";
/** hardPrice property */
private String hardPrice = "";
/** cpcPrice property */
private String cpcPrice = "";
/** mcv property */
private String mcv = "";
/** installDate property */
private String installDate = "";
/** rfpRcvDate property */
private String rfpRcvDate = "";
/** memberName property */
private String memberName = "";
// --------------------------------------------------------- Methods
/**
* 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 string1.
* @return String
*/
public String getString1(){
return string1;
}
/**
* Set the string1.
* @param string1 The string1 to set
*/
public void setString1( String string1 ){
this.string1 = string1;
}
/**
* 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 countryName.
* @return String
*/
public String getCountryName(){
return countryName;
}
/**
* Set the countryName.
* @param countryName The countryName to set
*/
public void setCountryName( String countryName ){
this.countryName = countryName;
}
/**
* 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 subsidiaryName.
* @return String
*/
public String getSubsidiaryName(){
return subsidiaryName;
}
/**
* Set the subsidiaryName.
* @param subsidiaryName The subsidiaryName to set
*/
public void setSubsidiaryName( String subsidiaryName ){
this.subsidiaryName = subsidiaryName;
}
/**
* Returns the atchFiletype.
* @return String
*/
public String getAtchFiletype(){
return atchFiletype;
}
/**
* Set the atchFiletype.
* @param atchFiletype The atchFiletype to set
*/
public void setAtchFiletype( String atchFiletype ){
this.atchFiletype = atchFiletype;
}
/**
* 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 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 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 rfpRcvDate.
* @return String
*/
public String getRfpRcvDate(){
return rfpRcvDate;
}
/**
* Set the rfpRcvDate.
* @param rfpRcvDate The rfpRcvDate to set
*/
public void setRfpRcvDate( String rfpRcvDate ){
this.rfpRcvDate = rfpRcvDate;
}
/**
* Returns the memberName.
* @return String
*/
public String getMemberName(){
return memberName;
}
/**
* Set the memberName.
* @param memberName The memberName to set
*/
public void setMemberName( String memberName ){
this.memberName = memberName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -