package com.jk.bean;

import java.util.Date;

public class Record {
    private Integer id;

    private String name;

    private String card;

    private String address;

    private String phone;

    private String nowAddress;

    private Integer typeId;

    private String policeStation;

    private Date time;

    private String state;

    
    @Override
	public int hashCode() {
		final int prime = 31;
		int result = 1;
		result = prime * result + ((address == null) ? 0 : address.hashCode());
		result = prime * result + ((card == null) ? 0 : card.hashCode());
		result = prime * result + ((name == null) ? 0 : name.hashCode());
		result = prime * result + ((nowAddress == null) ? 0 : nowAddress.hashCode());
		result = prime * result + ((phone == null) ? 0 : phone.hashCode());
		result = prime * result + ((policeStation == null) ? 0 : policeStation.hashCode());
		result = prime * result + ((state == null) ? 0 : state.hashCode());
		result = prime * result + ((time == null) ? 0 : time.hashCode());
		result = prime * result + ((typeId == null) ? 0 : typeId.hashCode());
		return result;
	}

	@Override
	public boolean equals(Object obj) {
		if (this == obj)
			return true;
		if (obj == null)
			return false;
		if (getClass() != obj.getClass())
			return false;
		Record other = (Record) obj;
		if (address == null) {
			if (other.address != null)
				return false;
		} else if (!address.equals(other.address))
			return false;
		if (card == null) {
			if (other.card != null)
				return false;
		} else if (!card.equals(other.card))
			return false;
		if (name == null) {
			if (other.name != null)
				return false;
		} else if (!name.equals(other.name))
			return false;
		if (nowAddress == null) {
			if (other.nowAddress != null)
				return false;
		} else if (!nowAddress.equals(other.nowAddress))
			return false;
		if (phone == null) {
			if (other.phone != null)
				return false;
		} else if (!phone.equals(other.phone))
			return false;
		if (policeStation == null) {
			if (other.policeStation != null)
				return false;
		} else if (!policeStation.equals(other.policeStation))
			return false;
		if (state == null) {
			if (other.state != null)
				return false;
		} else if (!state.equals(other.state))
			return false;
		if (time == null) {
			if (other.time != null)
				return false;
		} else if (!time.equals(other.time))
			return false;
		if (typeId == null) {
			if (other.typeId != null)
				return false;
		} else if (!typeId.equals(other.typeId))
			return false;
		return true;
	}

	@Override
	public String toString() {
		return "Record [id=" + id + ", name=" + name + ", card=" + card + ", address=" + address + ", phone=" + phone
				+ ", nowAddress=" + nowAddress + ", typeId=" + typeId + ", policeStation=" + policeStation + ", time="
				+ time + ", state=" + state + "]";
	}

	public Integer getId() {
        return id;
    }

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

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String getCard() {
        return card;
    }

    public void setCard(String card) {
        this.card = card;
    }

    public String getAddress() {
        return address;
    }

    public void setAddress(String address) {
        this.address = address;
    }

    public String getPhone() {
        return phone;
    }

    public void setPhone(String phone) {
        this.phone = phone;
    }

    public String getNowAddress() {
        return nowAddress;
    }

    public void setNowAddress(String nowAddress) {
        this.nowAddress = nowAddress;
    }

    public Integer getTypeId() {
        return typeId;
    }

    public void setTypeId(Integer typeId) {
        this.typeId = typeId;
    }

    public String getPoliceStation() {
        return policeStation;
    }

    public void setPoliceStation(String policeStation) {
        this.policeStation = policeStation;
    }

    public Date getTime() {
        return time;
    }

    public void setTime(Date time) {
        this.time = time;
    }

    public String getState() {
        return state;
    }

    public void setState(String state) {
        this.state = state;
    }
}
最近下载更多
shuangfu  LV25 2023年12月2日
murphy  LV7 2023年11月5日
a562571298  LV8 2022年6月23日
78997444  LV1 2022年4月18日
364550246  LV15 2022年1月24日
名字越长越厉害  LV3 2021年12月27日
893213895  LV18 2021年12月20日
alexcheung  LV3 2021年12月3日
廖业贵  LV18 2021年12月1日
543666826  LV33 2021年11月18日
最近浏览更多
zmkk66 7月6日
暂无贡献等级
768984103 5月11日
暂无贡献等级
sunlea  LV20 5月10日
WaZiN7  LV6 4月25日
273776525  LV3 3月27日
rain112  LV31 2月24日
wyyz5211314  LV4 1月30日
3263394665  LV9 1月27日
xuweiwowzy  LV5 1月14日
lilong007  LV22 2023年12月30日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友