首页>代码>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
				+ "]";
	}
}
最近下载更多
打死王二狗  LV1 2024年12月16日
张泽帅  LV6 2024年10月21日
亦叶灰  LV1 2024年10月18日
yunduan123  LV1 2024年10月14日
柳咪华沙  LV7 2024年6月28日
wangsheng818  LV4 2024年4月4日
大道至简  LV13 2023年11月3日
jiemomo  LV12 2023年10月19日
cybcyb  LV1 2023年9月5日
dowell_liu  LV1 2023年8月2日
最近浏览更多
233123 2024年12月20日
暂无贡献等级
xinshou11111x 2024年12月19日
暂无贡献等级
打死王二狗  LV1 2024年12月13日
asdxvfvfs 2024年12月3日
暂无贡献等级
3312djdad  LV2 2024年11月8日
亦叶灰  LV1 2024年10月17日
张泽帅  LV6 2024年10月17日
yunduan123  LV1 2024年10月7日
799743530  LV11 2024年7月10日
沐风7178 2024年7月8日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友