| | |
| | | public class TourismExperienceBean implements Serializable{ |
| | | //id |
| | | private int id; |
| | | //标题 |
| | | private String title; |
| | | //发生时间 |
| | | private String happenTime; |
| | | //地点 |
| | | //对应的完美旅途id |
| | | private String cid; |
| | | //行程时间 |
| | | private String happenDate; |
| | | //行程地点 |
| | | private String address; |
| | | //人物 |
| | | private String people; |
| | | //旅期 |
| | | private String travelPeriod; |
| | | //持证旅游 |
| | | private String certificate; |
| | | //费用 |
| | | private String totalPrice; |
| | | //0.公费 1.自费 |
| | | private int self; |
| | | //备注 |
| | | private String remark; |
| | | //景点 |
| | | private String scenic; |
| | | //门票费 |
| | | private double entrance; |
| | | //住宿酒店 |
| | | private String hotel; |
| | | //住宿费用 |
| | | private double stay; |
| | | //餐费 |
| | | private double eat; |
| | | //交通费 |
| | | private double travel; |
| | | //电子文件 |
| | | private String url; |
| | | //创建时间 |
| | | private String createTime; |
| | | //费用记录表id |
| | | private String feeId; |
| | | //出行方式 |
| | | private String travelMode; |
| | | //车次or航班 |
| | | private String flight; |
| | | //使用证件 |
| | | private String document; |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | public int getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | public void setId(int id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getHappenTime() { |
| | | return happenTime; |
| | | public String getCid() { |
| | | return cid; |
| | | } |
| | | |
| | | public void setHappenTime(String happenTime) { |
| | | this.happenTime = happenTime; |
| | | public void setCid(String cid) { |
| | | this.cid = cid; |
| | | } |
| | | |
| | | public String getHappenDate() { |
| | | return happenDate; |
| | | } |
| | | |
| | | public void setHappenDate(String happenDate) { |
| | | this.happenDate = happenDate; |
| | | } |
| | | |
| | | public String getAddress() { |
| | |
| | | this.address = address; |
| | | } |
| | | |
| | | public String getPeople() { |
| | | return people; |
| | | public double getEntrance() { |
| | | return entrance; |
| | | } |
| | | |
| | | public void setPeople(String people) { |
| | | this.people = people; |
| | | public void setEntrance(double entrance) { |
| | | this.entrance = entrance; |
| | | } |
| | | |
| | | public String getTravelPeriod() { |
| | | return travelPeriod; |
| | | public String getHotel() { |
| | | return hotel; |
| | | } |
| | | |
| | | public void setTravelPeriod(String travelPeriod) { |
| | | this.travelPeriod = travelPeriod; |
| | | public void setHotel(String hotel) { |
| | | this.hotel = hotel; |
| | | } |
| | | |
| | | public String getCertificate() { |
| | | return certificate; |
| | | public double getStay() { |
| | | return stay; |
| | | } |
| | | |
| | | public void setCertificate(String certificate) { |
| | | this.certificate = certificate; |
| | | public void setStay(double stay) { |
| | | this.stay = stay; |
| | | } |
| | | |
| | | public String getTotalPrice() { |
| | | return totalPrice; |
| | | public double getEat() { |
| | | return eat; |
| | | } |
| | | |
| | | public void setTotalPrice(String totalPrice) { |
| | | this.totalPrice = totalPrice; |
| | | public void setEat(double eat) { |
| | | this.eat = eat; |
| | | } |
| | | |
| | | public int getSelf() { |
| | | return self; |
| | | public double getTravel() { |
| | | return travel; |
| | | } |
| | | |
| | | public void setSelf(int self) { |
| | | this.self = self; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | public void setTravel(double travel) { |
| | | this.travel = travel; |
| | | } |
| | | |
| | | public String getUrl() { |
| | |
| | | this.url = url; |
| | | } |
| | | |
| | | public int getId() { |
| | | return id; |
| | | public String getTravelMode() { |
| | | return travelMode; |
| | | } |
| | | |
| | | public void setId(int id) { |
| | | this.id = id; |
| | | public void setTravelMode(String travelMode) { |
| | | this.travelMode = travelMode; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | public String getFlight() { |
| | | return flight; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | public void setFlight(String flight) { |
| | | this.flight = flight; |
| | | } |
| | | |
| | | public String getFeeId() { |
| | | return feeId; |
| | | public String getDocument() { |
| | | return document; |
| | | } |
| | | |
| | | public void setFeeId(String feeId) { |
| | | this.feeId = feeId; |
| | | public void setDocument(String document) { |
| | | this.document = document; |
| | | } |
| | | |
| | | public String getScenic() { |
| | | return scenic; |
| | | } |
| | | |
| | | public void setScenic(String scenic) { |
| | | this.scenic = scenic; |
| | | } |
| | | } |