| | |
| | | public class HomeDevicesBean implements Serializable { |
| | | private long id; |
| | | private String name; |
| | | private String createTime; |
| | | private String people; |
| | | private String createDate; |
| | | private String buyer; |
| | | private String content; |
| | | private String address; |
| | | private String location; |
| | | private String remark; |
| | | private String url; |
| | | private String familyId; |
| | | |
| | | public HomeDevicesBean(long id, String name, String createTime, String people, String content, String address, String remark, String url) { |
| | | this.id = id; |
| | | this.name = name; |
| | | this.createTime = createTime; |
| | | this.people = people; |
| | | this.createDate = createTime; |
| | | this.buyer = people; |
| | | this.content = content; |
| | | this.address = address; |
| | | this.location = address; |
| | | this.remark = remark; |
| | | this.url = url; |
| | | } |
| | |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | public String getCreateDate() { |
| | | return createDate; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | public void setCreateDate(String createDate) { |
| | | this.createDate = createDate; |
| | | } |
| | | |
| | | public String getPeople() { |
| | | return people; |
| | | public String getBuyer() { |
| | | return buyer; |
| | | } |
| | | |
| | | public void setPeople(String people) { |
| | | this.people = people; |
| | | public void setBuyer(String buyer) { |
| | | this.buyer = buyer; |
| | | } |
| | | |
| | | public String getContent() { |
| | |
| | | this.content = content; |
| | | } |
| | | |
| | | public String getAddress() { |
| | | return address; |
| | | public String getLocation() { |
| | | return location; |
| | | } |
| | | |
| | | public void setAddress(String address) { |
| | | this.address = address; |
| | | public void setLocation(String location) { |
| | | this.location = location; |
| | | } |
| | | |
| | | public String getRemark() { |
| | |
| | | public void setId(long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getFamilyId() { |
| | | return familyId; |
| | | } |
| | | |
| | | public void setFamilyId(String familyId) { |
| | | this.familyId = familyId; |
| | | } |
| | | } |