| | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 资源 |
| | | * @author WWW |
| | | */ |
| | | @SuppressWarnings("ALL") |
| | | public class ResEntity implements Serializable { |
| | | private static final long serialVersionUID = -286579305905187168L; |
| | | |
| | | private int id; |
| | | |
| | | private int pid; |
| | | |
| | | private String cnName; |
| | | |
| | | private String enName; |
| | | |
| | | private int type; |
| | | |
| | | private int status; |
| | | |
| | | private int category; |
| | | private int type; |
| | | |
| | | private int firm; |
| | | private int data; |
| | | |
| | | private int category; |
| | | |
| | | private String url; |
| | | |
| | |
| | | |
| | | private String img; |
| | | |
| | | private int level; |
| | | |
| | | private int sort; |
| | | |
| | | private int createUser; |
| | | |
| | | private Timestamp createTime; |
| | |
| | | |
| | | private String bak; |
| | | |
| | | private String tab; |
| | | |
| | | private String args; |
| | | |
| | | private String createName; |
| | | |
| | | private String updateName; |
| | | |
| | | private Integer pubid; |
| | | |
| | | public ResEntity() { |
| | | } |
| | |
| | | |
| | | public void setId(int id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public int getPid() { |
| | | return pid; |
| | | } |
| | | |
| | | public void setPid(int pid) { |
| | | this.pid = pid; |
| | | } |
| | | |
| | | public String getCnName() { |
| | |
| | | this.enName = enName; |
| | | } |
| | | |
| | | public int getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(int type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public int getStatus() { |
| | | return status; |
| | | } |
| | |
| | | this.status = status; |
| | | } |
| | | |
| | | public int getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(int type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public int getData() { |
| | | return data; |
| | | } |
| | | |
| | | public void setData(int data) { |
| | | this.data = data; |
| | | } |
| | | |
| | | public int getCategory() { |
| | | return category; |
| | | } |
| | | |
| | | public void setCategory(int category) { |
| | | this.category = category; |
| | | } |
| | | |
| | | public int getFirm() { |
| | | return firm; |
| | | } |
| | | |
| | | public void setFirm(int firm) { |
| | | this.firm = firm; |
| | | } |
| | | |
| | | public String getUrl() { |
| | |
| | | this.img = img; |
| | | } |
| | | |
| | | public int getLevel() { |
| | | return level; |
| | | } |
| | | |
| | | public void setLevel(int level) { |
| | | this.level = level; |
| | | } |
| | | |
| | | public int getSort() { |
| | | return sort; |
| | | } |
| | | |
| | | public void setSort(int sort) { |
| | | this.sort = sort; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | | return createUser; |
| | | } |
| | |
| | | this.bak = bak; |
| | | } |
| | | |
| | | public String getTab() { |
| | | return tab; |
| | | } |
| | | |
| | | public void setTab(String tab) { |
| | | this.tab = tab; |
| | | } |
| | | |
| | | public String getArgs() { |
| | | return args; |
| | | } |
| | | |
| | | public void setArgs(String args) { |
| | | this.args = args; |
| | | } |
| | | |
| | | public String getCreateName() { |
| | | return createName; |
| | | } |
| | |
| | | public void setUpdateName(String updateName) { |
| | | this.updateName = updateName; |
| | | } |
| | | |
| | | public Integer getPubid() { |
| | | return pubid; |
| | | } |
| | | |
| | | public void setPubid(Integer pubid) { |
| | | this.pubid = pubid; |
| | | } |
| | | } |