📄 gbs_productmasterconditionlist_bean.java
字号:
// Created by Xslt generator for Eclipse.
// XSL : not found (java.io.FileNotFoundException: (巜掕偝傟偨僷僗偑尒偮偐傝傑偣傫丅))
// Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xsl
package DataBean;
import java.util.List;
import org.apache.struts.upload.FormFile;
/**
* <p>Title: struts sample </p>
* <p>Description: save UserMaster table data<br>
* </p>
* <p>Copyright: lp Copyright (c) 2003</p>
* @author shaohua
* @version 1.0
*/
public class GBS_ProductMasterConditionList_Bean implements java.io.Serializable {
private String productId;
private String productName; //productName
private String kind;//kind
private String productCategory;// productCategory
private String optionCategory;
private String colorCPM;
private String bwCPM;
private String monoColorCPM;
private String otherCPM;
private String deleteFlag;
private boolean delFlag;
private String createProduct;
private String updateProduct;
private String createUser;
private String createDate;
private String updateUser;
// 2004/08/12 ADD START
/** dispOrder property */
private String dispOrder = "";
/** dispOrder property */
private String productAbbrName = "";
private String Filetype = "";
public String getFiletype() {
return Filetype;
}
public void setFiletype(String filetype) {
Filetype = filetype;
}
public String getUpdateUser(){
return updateUser;
}
public void setUpdateUser(String uptUser){
this.updateUser = uptUser;
}
private FormFile attachmentFile = null;
/** attachmentfilename property */
private String attachmentfilename = "";
public String getAttachmentfilename() {
return attachmentfilename;
}
public void setAttachmentfilename(String attachmentfilename) {
this.attachmentfilename = attachmentfilename;
}
public FormFile getAttachmentFile() {
return attachmentFile;
}
public void setAttachmentFile(FormFile attachmentFile) {
this.attachmentFile = attachmentFile;
}
// special added START
private String order;
private String abbName;
public String getAbbName(){
return abbName;
}
public void setAbbName (String abbName){
this.abbName = abbName;
}
public String getOrder(){
return order;
}
public void setOrder(String order){
this.order = order;
}
// special added END
public boolean getDelFlag (){
return delFlag;
}
public void setDelFlag (boolean delFlag){
this.delFlag = delFlag;
}
public String getCreateDate(){
return createDate;
}
public void setCreateDate(String createDate){
this.createDate = createDate;
}
public String getCreateUser(){
return createUser;
}
public void setCreateUser(String createUser){
this.createUser = createUser;
}
private List opnCategory;
public List getOpnCategory(){
return opnCategory;
}
public void setOpnCategory(List opn ){
this.opnCategory = opn;
}
public String getCreateProduct(){
return createProduct;
}
public void setCreateProduct(String create){
createProduct = create;
}
public String getUpdateProduct(){
return updateProduct;
}
public void setUpdateProduct (String upd){
updateProduct = upd;
}
public String getDeleteFlag(){
return deleteFlag;
}
public void setDeleteFlag( String delFlag ){
deleteFlag = delFlag;
}
public String getProductId() {
return productId;
}
public void setProductId(String productId) {
this.productId = productId;
}
public String getProductName() {
return productName;
}
public void setProductName(String productName) {
this.productName = productName;
}
public String getKind() {
return kind;
}
public void setKind(String kind) {
this.kind = kind;
}
public String getProductCategory() {
return productCategory;
}
public void setProductCategory(String productCategory) {
this.productCategory = productCategory;
}
public String getOptionCategory() {
return optionCategory;
}
public void setOptionCategory(String optionCategory) {
this.optionCategory = optionCategory;
}
public String getColorCPM() {
return colorCPM;
}
public void setColorCPM(String colorCPM) {
this.colorCPM = colorCPM;
}
public String getBwCPM() {
return bwCPM;
}
public void setBwCPM(String bwCPM) {
this.bwCPM = bwCPM;
}
public String getMonoColorCPM() {
return monoColorCPM;
}
public void setMonoColorCPM(String monoColorCPM) {
this.monoColorCPM = monoColorCPM;
}
public String getOtherCPM() {
return otherCPM;
}
public void setOtherCPM(String otherCPM) {
this.otherCPM = otherCPM;
}
/**
* @return
*/
public String getDispOrder() {
return dispOrder;
}
/**
* @return
*/
public String getProductAbbrName() {
return productAbbrName;
}
/**
* @param string
*/
public void setDispOrder(String string) {
dispOrder = string;
}
/**
* @param string
*/
public void setProductAbbrName(String string) {
productAbbrName = string;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -