package com.goafanti.common.model; import java.util.Date; public class UserFollow { /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.id * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private String id; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.uid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private String uid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.aid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private String aid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.paid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private String paid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.result * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private String result; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.attachment_url * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private String attachmentUrl; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.create_time * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private Date createTime; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.ocb_id * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private String ocbId; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.contact_type * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private Integer contactType; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.effective * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private Integer effective; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.time_stamp * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private Date timeStamp; /** * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.follow_count * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ private Integer followCount; /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.id * @return the value of user_follow.id * @mbg.generated Tue Nov 14 19:38:26 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.id * @param id the value for user_follow.id * @mbg.generated Tue Nov 14 19:38:26 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.uid * @return the value of user_follow.uid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public String getUid() { return uid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.uid * @param uid the value for user_follow.uid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setUid(String uid) { this.uid = uid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.aid * @return the value of user_follow.aid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public String getAid() { return aid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.aid * @param aid the value for user_follow.aid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setAid(String aid) { this.aid = aid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.paid * @return the value of user_follow.paid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public String getPaid() { return paid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.paid * @param paid the value for user_follow.paid * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setPaid(String paid) { this.paid = paid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.result * @return the value of user_follow.result * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public String getResult() { return result; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.result * @param result the value for user_follow.result * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setResult(String result) { this.result = result; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.attachment_url * @return the value of user_follow.attachment_url * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public String getAttachmentUrl() { return attachmentUrl; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.attachment_url * @param attachmentUrl the value for user_follow.attachment_url * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setAttachmentUrl(String attachmentUrl) { this.attachmentUrl = attachmentUrl; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.create_time * @return the value of user_follow.create_time * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public Date getCreateTime() { return createTime; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.create_time * @param createTime the value for user_follow.create_time * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setCreateTime(Date createTime) { this.createTime = createTime; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.ocb_id * @return the value of user_follow.ocb_id * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public String getOcbId() { return ocbId; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.ocb_id * @param ocbId the value for user_follow.ocb_id * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setOcbId(String ocbId) { this.ocbId = ocbId; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.contact_type * @return the value of user_follow.contact_type * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public Integer getContactType() { return contactType; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.contact_type * @param contactType the value for user_follow.contact_type * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setContactType(Integer contactType) { this.contactType = contactType; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.effective * @return the value of user_follow.effective * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public Integer getEffective() { return effective; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.effective * @param effective the value for user_follow.effective * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setEffective(Integer effective) { this.effective = effective; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.time_stamp * @return the value of user_follow.time_stamp * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public Date getTimeStamp() { return timeStamp; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.time_stamp * @param timeStamp the value for user_follow.time_stamp * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setTimeStamp(Date timeStamp) { this.timeStamp = timeStamp; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.follow_count * @return the value of user_follow.follow_count * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public Integer getFollowCount() { return followCount; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.follow_count * @param followCount the value for user_follow.follow_count * @mbg.generated Tue Nov 14 19:38:26 CST 2017 */ public void setFollowCount(Integer followCount) { this.followCount = followCount; } }