首页>代码>java web学习入门的失物招领系统>/findu-master/src/com/findu/entity/Apply.java
package com.findu.entity;

import java.sql.Timestamp;

public class Apply {
	
	private int id;
	private Timestamp applytime;
	private String explain;
	private String state;
	private int goodid;
	private int userid;
	private String contact;
	private String picture;

	public Apply(String explain, String contact, String picture) {
		this.explain = explain;
		this.contact = contact;
		this.picture = picture;
	}

	public Apply(String explain, int goodid, int userid, String contact,
			String picture) {
		this.explain = explain;
		this.goodid = goodid;
		this.userid = userid;
		this.contact = contact;
		this.picture = picture;
	}

	public String getPicture() {
		return this.picture;
	}

	public void setPicture(String picture) {
		this.picture = picture;
	}

	public Apply(String explain, int goodid, int userid, String contact) {
		this.explain = explain;
		this.goodid = goodid;
		this.userid = userid;
		this.contact = contact;
	}

	public int getId() {
		return this.id;
	}

	public void setId(int id) {
		this.id = id;
	}

	public Timestamp getApplyTime() {
		return this.applytime;
	}

	public void setApplyTime(Timestamp applytime) {
		this.applytime = applytime;
	}

	public String getExplain() {
		return this.explain;
	}

	public void setExplain(String explain) {
		this.explain = explain;
	}

	public String getState() {
		return this.state;
	}

	public void setState(String state) {
		this.state = state;
	}

	public int getGoodid() {
		return this.goodid;
	}

	public void setGoodid(int goodid) {
		this.goodid = goodid;
	}

	public int getUserid() {
		return this.userid;
	}

	public void setUserid(int userid) {
		this.userid = userid;
	}

	public String getContact() {
		return this.contact;
	}

	public void setContact(String contact) {
		this.contact = contact;
	}

	public Apply() {
	}

	public String toString() {
		return "Apply [id=" + this.id + ", applytime=" + this.applytime
				+ ", explain=" + this.explain + ", state=" + this.state
				+ ", goodid=" + this.goodid + ", userid=" + this.userid
				+ ", contact=" + this.contact + ", picture=" + this.picture
				+ "]";
	}
}
最近下载更多
wangsheng818  LV4 4月4日
大道至简  LV13 2023年11月3日
jiemomo  LV12 2023年10月19日
cybcyb  LV1 2023年9月5日
dowell_liu  LV1 2023年8月2日
xhx行不行  LV1 2023年6月12日
小顾顾顾顾顾  LV4 2023年6月2日
娜娜子zz  LV2 2023年5月16日
gaoxuyang  LV8 2023年3月23日
lilonghui  LV3 2023年3月12日
最近浏览更多
wangsheng818  LV4 4月4日
tll123456  LV1 3月15日
sweet1 2月29日
暂无贡献等级
Octal1028 2月12日
暂无贡献等级
lyhlyh  LV10 2月4日
暂无贡献等级
ceshi56898 2023年12月30日
暂无贡献等级
smysmy 2023年12月28日
暂无贡献等级
asddwh  LV12 2023年12月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友