package com.goafanti.common.model; public class UserFollowBusiness { /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ private String id; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.follow_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ private String followId; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.business_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ private String businessId; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.follow_situation * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ private Integer followSituation; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.customer_status * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ private Integer customerStatus; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.remarks * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ private String remarks; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow_business.business_glossory_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ private Integer businessGlossoryId; /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.id * @return the value of user_follow_business.id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public String getId() { return id; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.id * @param id the value for user_follow_business.id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public void setId(String id) { this.id = id; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.follow_id * @return the value of user_follow_business.follow_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public String getFollowId() { return followId; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.follow_id * @param followId the value for user_follow_business.follow_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public void setFollowId(String followId) { this.followId = followId; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.business_id * @return the value of user_follow_business.business_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public String getBusinessId() { return businessId; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.business_id * @param businessId the value for user_follow_business.business_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public void setBusinessId(String businessId) { this.businessId = businessId; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.follow_situation * @return the value of user_follow_business.follow_situation * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public Integer getFollowSituation() { return followSituation; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.follow_situation * @param followSituation the value for user_follow_business.follow_situation * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public void setFollowSituation(Integer followSituation) { this.followSituation = followSituation; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.customer_status * @return the value of user_follow_business.customer_status * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public Integer getCustomerStatus() { return customerStatus; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.customer_status * @param customerStatus the value for user_follow_business.customer_status * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public void setCustomerStatus(Integer customerStatus) { this.customerStatus = customerStatus; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.remarks * @return the value of user_follow_business.remarks * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public String getRemarks() { return remarks; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.remarks * @param remarks the value for user_follow_business.remarks * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public void setRemarks(String remarks) { this.remarks = remarks; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow_business.business_glossory_id * @return the value of user_follow_business.business_glossory_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public Integer getBusinessGlossoryId() { return businessGlossoryId; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow_business.business_glossory_id * @param businessGlossoryId the value for user_follow_business.business_glossory_id * @mbg.generated Sat Nov 18 16:17:07 CST 2017 */ public void setBusinessGlossoryId(Integer businessGlossoryId) { this.businessGlossoryId = businessGlossoryId; } }