package com.ygj.yuemum.domain.college; public class CollegeCurriculumExperience { private Integer id; private String c_code; private String c_name; private String c_type; private Integer c_step; private String c_desc; private String c_content; private String city; private String m_name; private String m_address; private String latitude; private String longitude; private Integer credit; private String qrcode; private String cd_code; private String status; private Integer page; private Integer limit; public String getCd_code() { return cd_code; } public void setCd_code(String cd_code) { this.cd_code = cd_code; } public String getStatus() { return status; } public void setStatus(String status) { this.status = status; } public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getC_code() { return c_code; } public void setC_code(String c_code) { this.c_code = c_code; } public String getC_name() { return c_name; } public void setC_name(String c_name) { this.c_name = c_name; } public String getC_type() { return c_type; } public void setC_type(String c_type) { this.c_type = c_type; } public Integer getC_step() { return c_step; } public void setC_step(Integer c_step) { this.c_step = c_step; } public String getC_desc() { return c_desc; } public void setC_desc(String c_desc) { this.c_desc = c_desc; } public String getC_content() { return c_content; } public void setC_content(String c_content) { this.c_content = c_content; } public String getCity() { return city; } public void setCity(String city) { this.city = city; } public String getM_name() { return m_name; } public void setM_name(String m_name) { this.m_name = m_name; } public String getM_address() { return m_address; } public void setM_address(String m_address) { this.m_address = m_address; } public String getLatitude() { return latitude; } public void setLatitude(String latitude) { this.latitude = latitude; } public String getLongitude() { return longitude; } public void setLongitude(String longitude) { this.longitude = longitude; } public Integer getCredit() { return credit; } public void setCredit(Integer credit) { this.credit = credit; } public String getQrcode() { return qrcode; } public void setQrcode(String qrcode) { this.qrcode = qrcode; } public Integer getPage() { return page; } public void setPage(Integer page) { this.page = page; } public Integer getLimit() { return limit; } public void setLimit(Integer limit) { this.limit = limit; } }