📄 gbs_mmifdetaillist_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_MMifDetailList_stBean extends GBS_TreeNoteBaseBean implements Serializable {
// --------------------------------------------------------- Instance Variables
/** productCategory property */
private String productCategory = "";
/** string1 property */
private String string1 = "";
// --------------------------------------------------------- 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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -