📄 productrelationform.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: ProductRelationForm.java
package com.keyshop.shop.product.controller;
import com.keyshop.pub.controller.PubForm;
import com.keyshop.pub.model.PubBean;
import com.keyshop.shop.product.model.ProductRelation;
public class ProductRelationForm extends PubForm
{
String productName;
String key;
String categoryId;
String corpId;
String startPrice;
String endPrice;
String startCreateTime;
String endCreateTime;
String startUpdateTime;
String endUpdateTime;
int existedPageNo;
int enablePageNo;
String productId;
String enableselected[];
String existedselected[];
public PubBean bean;
public ProductRelationForm()
{
productName = "";
key = "";
categoryId = "";
corpId = "";
startPrice = "";
endPrice = "";
startCreateTime = "";
endCreateTime = "";
startUpdateTime = "";
endUpdateTime = "";
existedPageNo = 1;
enablePageNo = 1;
productId = "";
enableselected = null;
existedselected = null;
bean = new ProductRelation();
}
public PubBean getBean()
{
return bean;
}
public void clear()
{
super.clear();
bean = new ProductRelation();
productName = "";
key = "";
categoryId = "";
startPrice = "";
endPrice = "";
startCreateTime = "";
endCreateTime = "";
startUpdateTime = "";
endUpdateTime = "";
existedPageNo = 1;
enablePageNo = 1;
productId = "";
enableselected = null;
existedselected = null;
}
public void setBean(PubBean bean)
{
this.bean = bean;
}
public String getCategoryId()
{
return categoryId;
}
public String getEndCreateTime()
{
return endCreateTime;
}
public String getEndPrice()
{
return endPrice;
}
public String getEndUpdateTime()
{
return endUpdateTime;
}
public String getKey()
{
return key;
}
public String getProductName()
{
return productName;
}
public String getStartCreateTime()
{
return startCreateTime;
}
public String getStartPrice()
{
return startPrice;
}
public String getStartUpdateTime()
{
return startUpdateTime;
}
public void setStartUpdateTime(String startUpdateTime)
{
this.startUpdateTime = startUpdateTime;
}
public void setStartPrice(String startPrice)
{
this.startPrice = startPrice;
}
public void setStartCreateTime(String startCreateTime)
{
this.startCreateTime = startCreateTime;
}
public void setProductName(String productName)
{
this.productName = productName;
}
public void setKey(String key)
{
this.key = key;
}
public void setEndUpdateTime(String endUpdateTime)
{
this.endUpdateTime = endUpdateTime;
}
public void setEndPrice(String endPrice)
{
this.endPrice = endPrice;
}
public void setEndCreateTime(String endCreateTime)
{
this.endCreateTime = endCreateTime;
}
public void setCategoryId(String categoryId)
{
this.categoryId = categoryId;
}
public int getExistedPageNo()
{
return existedPageNo;
}
public void setExistedPageNo(int existedPageNo)
{
this.existedPageNo = existedPageNo;
}
public int getEnablePageNo()
{
return enablePageNo;
}
public void setEnablePageNo(int enablePageNo)
{
this.enablePageNo = enablePageNo;
}
public String[] getExistedselected()
{
return existedselected;
}
public void setExistedselected(String existedselected[])
{
this.existedselected = existedselected;
}
public String[] getEnableselected()
{
return enableselected;
}
public void setEnableselected(String enableselected[])
{
this.enableselected = enableselected;
}
public void setProductId(String productId)
{
this.productId = productId;
}
public String getProductId()
{
return productId;
}
public String getCorpId()
{
return corpId;
}
public void setCorpId(String corpId)
{
this.corpId = corpId;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -