| | |
| | | //标题 |
| | | private String title; |
| | | //时间 |
| | | private String time; |
| | | private String happenTime; |
| | | //人物 |
| | | private String person; |
| | | private String people; |
| | | //地点 |
| | | private String place; |
| | | private String address; |
| | | //备注 |
| | | private String remark; |
| | | //电子文件 |
| | |
| | | this.title = title; |
| | | } |
| | | |
| | | public String getTime() { |
| | | return time; |
| | | public String getHappenTime() { |
| | | return happenTime; |
| | | } |
| | | |
| | | public void setTime(String time) { |
| | | this.time = time; |
| | | public void setHappenTime(String happenTime) { |
| | | this.happenTime = happenTime; |
| | | } |
| | | |
| | | public String getPerson() { |
| | | return person; |
| | | public String getPeople() { |
| | | return people; |
| | | } |
| | | |
| | | public void setPerson(String person) { |
| | | this.person = person; |
| | | public void setPeople(String people) { |
| | | this.people = people; |
| | | } |
| | | |
| | | public String getPlace() { |
| | | return place; |
| | | public String getAddress() { |
| | | return address; |
| | | } |
| | | |
| | | public void setPlace(String place) { |
| | | this.place = place; |
| | | public void setAddress(String address) { |
| | | this.address = address; |
| | | } |
| | | |
| | | public String getRemark() { |