gbs_mmifdetaillist_stbean.java
来自「对日软件外包 为东芝做的一个全球商业管理系统」· Java 代码 · 共 62 行
JAVA
62 行
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?