|
@@ -1,6 +1,5 @@
|
|
|
package com.ynstkz.shitu.android.bean;
|
|
|
|
|
|
-import com.google.gson.annotations.SerializedName;
|
|
|
import com.ynstkz.shitu.android.base.BaseBean;
|
|
|
|
|
|
import java.io.Serializable;
|
|
@@ -23,40 +22,95 @@ public class CourseDetilBean extends BaseBean{
|
|
|
|
|
|
public static class DataBean implements Serializable{
|
|
|
|
|
|
- private String courseId;
|
|
|
+ private int marketPrice;
|
|
|
+ private boolean isNormal;
|
|
|
+ private int collectCount;
|
|
|
+ private boolean isCollect;
|
|
|
+ private String enrollmentArea;
|
|
|
+ private String memberName;
|
|
|
+ private String lon;
|
|
|
+ private String requirement;
|
|
|
private String title;
|
|
|
- private String detail;
|
|
|
private String coursePic;
|
|
|
+ private String phone;
|
|
|
private int price;
|
|
|
- private int marketPrice;
|
|
|
- private String memberId;
|
|
|
- private String createTime;
|
|
|
- private String updateTime;
|
|
|
- private int isDelete;
|
|
|
- private boolean isCollect;
|
|
|
+ private String detail;
|
|
|
+ private int courseId;
|
|
|
+ private String introduction;
|
|
|
+ private String lat;
|
|
|
+ private int memberId;
|
|
|
+ private String viewCount;
|
|
|
|
|
|
- public String getCourseId() {
|
|
|
- return courseId;
|
|
|
+ public int getMarketPrice() {
|
|
|
+ return marketPrice;
|
|
|
}
|
|
|
|
|
|
- public void setCourseId(String courseId) {
|
|
|
- this.courseId = courseId;
|
|
|
+ public void setMarketPrice(int marketPrice) {
|
|
|
+ this.marketPrice = marketPrice;
|
|
|
}
|
|
|
|
|
|
- public String getTitle() {
|
|
|
- return title;
|
|
|
+ public int getCollectCount() {
|
|
|
+ return collectCount;
|
|
|
}
|
|
|
|
|
|
- public void setTitle(String title) {
|
|
|
- this.title = title;
|
|
|
+ public void setCollectCount(int collectCount) {
|
|
|
+ this.collectCount = collectCount;
|
|
|
}
|
|
|
|
|
|
- public String getDetail() {
|
|
|
- return detail;
|
|
|
+ public boolean isNormal() {
|
|
|
+ return isNormal;
|
|
|
}
|
|
|
|
|
|
- public void setDetail(String detail) {
|
|
|
- this.detail = detail;
|
|
|
+ public void setNormal(boolean normal) {
|
|
|
+ isNormal = normal;
|
|
|
+ }
|
|
|
+
|
|
|
+ public boolean isCollect() {
|
|
|
+ return isCollect;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCollect(boolean collect) {
|
|
|
+ isCollect = collect;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getEnrollmentArea() {
|
|
|
+ return enrollmentArea;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEnrollmentArea(String enrollmentArea) {
|
|
|
+ this.enrollmentArea = enrollmentArea;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getMemberName() {
|
|
|
+ return memberName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMemberName(String memberName) {
|
|
|
+ this.memberName = memberName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLon() {
|
|
|
+ return lon;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLon(String lon) {
|
|
|
+ this.lon = lon;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getRequirement() {
|
|
|
+ return requirement;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRequirement(String requirement) {
|
|
|
+ this.requirement = requirement;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTitle() {
|
|
|
+ return title;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTitle(String title) {
|
|
|
+ this.title = title;
|
|
|
}
|
|
|
|
|
|
public String getCoursePic() {
|
|
@@ -67,6 +121,14 @@ public class CourseDetilBean extends BaseBean{
|
|
|
this.coursePic = coursePic;
|
|
|
}
|
|
|
|
|
|
+ public String getPhone() {
|
|
|
+ return phone;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPhone(String phone) {
|
|
|
+ this.phone = phone;
|
|
|
+ }
|
|
|
+
|
|
|
public int getPrice() {
|
|
|
return price;
|
|
|
}
|
|
@@ -75,52 +137,52 @@ public class CourseDetilBean extends BaseBean{
|
|
|
this.price = price;
|
|
|
}
|
|
|
|
|
|
- public int getMarketPrice() {
|
|
|
- return marketPrice;
|
|
|
+ public String getDetail() {
|
|
|
+ return detail;
|
|
|
}
|
|
|
|
|
|
- public void setMarketPrice(int marketPrice) {
|
|
|
- this.marketPrice = marketPrice;
|
|
|
+ public void setDetail(String detail) {
|
|
|
+ this.detail = detail;
|
|
|
}
|
|
|
|
|
|
- public String getMemberId() {
|
|
|
- return memberId;
|
|
|
+ public int getCourseId() {
|
|
|
+ return courseId;
|
|
|
}
|
|
|
|
|
|
- public void setMemberId(String memberId) {
|
|
|
- this.memberId = memberId;
|
|
|
+ public void setCourseId(int courseId) {
|
|
|
+ this.courseId = courseId;
|
|
|
}
|
|
|
|
|
|
- public String getCreateTime() {
|
|
|
- return createTime;
|
|
|
+ public String getIntroduction() {
|
|
|
+ return introduction;
|
|
|
}
|
|
|
|
|
|
- public void setCreateTime(String createTime) {
|
|
|
- this.createTime = createTime;
|
|
|
+ public void setIntroduction(String introduction) {
|
|
|
+ this.introduction = introduction;
|
|
|
}
|
|
|
|
|
|
- public String getUpdateTime() {
|
|
|
- return updateTime;
|
|
|
+ public String getLat() {
|
|
|
+ return lat;
|
|
|
}
|
|
|
|
|
|
- public void setUpdateTime(String updateTime) {
|
|
|
- this.updateTime = updateTime;
|
|
|
+ public void setLat(String lat) {
|
|
|
+ this.lat = lat;
|
|
|
}
|
|
|
|
|
|
- public int getIsDelete() {
|
|
|
- return isDelete;
|
|
|
+ public int getMemberId() {
|
|
|
+ return memberId;
|
|
|
}
|
|
|
|
|
|
- public void setIsDelete(int isDelete) {
|
|
|
- this.isDelete = isDelete;
|
|
|
+ public void setMemberId(int memberId) {
|
|
|
+ this.memberId = memberId;
|
|
|
}
|
|
|
|
|
|
- public boolean isCollect() {
|
|
|
- return isCollect;
|
|
|
+ public String getViewCount() {
|
|
|
+ return viewCount;
|
|
|
}
|
|
|
|
|
|
- public void setCollect(boolean collect) {
|
|
|
- isCollect = collect;
|
|
|
+ public void setViewCount(String viewCount) {
|
|
|
+ this.viewCount = viewCount;
|
|
|
}
|
|
|
}
|
|
|
}
|