📄 productappraisal.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: ProductAppraisal.java
package com.keyshop.shop.product.model;
import com.keyshop.pub.model.PubBean;
public class ProductAppraisal extends PubBean
{
String productId;
int appLevel;
String description;
String appTime;
String appUser;
String good;
String shortArea;
String createTime;
String subject;
public ProductAppraisal()
{
productId = "";
appLevel = 0;
description = "";
appTime = "";
appUser = "";
good = "";
shortArea = "";
createTime = "";
subject = "";
}
public void clear()
{
id = "";
description = "";
appTime = "";
appUser = "";
good = "";
createTime = "";
subject = "";
shortArea = "";
}
public String getAppTime()
{
return appTime;
}
public String getDescription()
{
return description;
}
public String getAppUser()
{
return appUser;
}
public String getGood()
{
return good;
}
public String getProductId()
{
return productId;
}
public String getShortArea()
{
return shortArea;
}
public void setShortArea(String shortArea)
{
this.shortArea = shortArea;
}
public void setProductId(String productId)
{
this.productId = productId;
}
public void setGood(String good)
{
this.good = good;
}
public void setDescription(String description)
{
this.description = description;
}
public void setAppUser(String appUser)
{
this.appUser = appUser;
}
public void setAppTime(String appTime)
{
this.appTime = appTime;
}
public String getSubject()
{
return subject;
}
public String getCreateTime()
{
return createTime;
}
public void setCreateTime(String createTime)
{
this.createTime = createTime;
}
public void setSubject(String subject)
{
this.subject = subject;
}
public int getAppLevel()
{
return appLevel;
}
public void setAppLevel(int appLevel)
{
this.appLevel = appLevel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -