package com.goafanti.business.bo; import java.math.BigDecimal; import java.util.Date; import org.apache.commons.lang3.time.DateFormatUtils; import com.goafanti.common.constant.AFTConstants; public class BusinessProjectBo { /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.id * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String id; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.create_id * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String createId; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.create_time * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private Date createTime; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.update_time * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private Date updateTime; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.delete_sign * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private Integer deleteSign; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.bname * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String bname; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.cid * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String cid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private BigDecimal price; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.offset * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private BigDecimal offset; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.activity_price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private BigDecimal activityPrice; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.activity_flag * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String activityFlag; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.member_price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private BigDecimal memberPrice; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.introduce * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String introduce; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.status * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String status; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.country * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String country; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.province * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String province; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.city * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String city; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.district * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String district; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.principal_id * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String principalId; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.Value_effect * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String valueEffect; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.client_size * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ private String clientSize; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.max_logo * @mbg.generated Tue Dec 12 11:46:55 CST 2017 */ private String maxLogo; /** * This field was generated by MyBatis Generator. This field corresponds to the database column business_project.min_logo * @mbg.generated Tue Dec 12 11:46:55 CST 2017 */ private String minLogo; private String projectUrl; /** * 分类名称 */ private String cname; /** * 创建人名称 */ private String createName; /** * 是否精品 */ private Integer boutique; /** * 首付金额 */ private BigDecimal firstPayment; /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.max_logo * @return the value of business_project.max_logo * @mbg.generated Tue Dec 12 11:46:55 CST 2017 */ public String getMaxLogo() { return maxLogo; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.max_logo * @param maxLogo the value for business_project.max_logo * @mbg.generated Tue Dec 12 11:46:55 CST 2017 */ public void setMaxLogo(String maxLogo) { this.maxLogo = maxLogo; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.min_logo * @return the value of business_project.min_logo * @mbg.generated Tue Dec 12 11:46:55 CST 2017 */ public String getMinLogo() { return minLogo; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.min_logo * @param minLogo the value for business_project.min_logo * @mbg.generated Tue Dec 12 11:46:55 CST 2017 */ public void setMinLogo(String minLogo) { this.minLogo = minLogo; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.id * @return the value of business_project.id * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getId() { return id; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.id * @param id the value for business_project.id * @mbg.generated Mon Dec 04 15:29:25 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 business_project.create_id * @return the value of business_project.create_id * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getCreateId() { return createId; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.create_id * @param createId the value for business_project.create_id * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setCreateId(String createId) { this.createId = createId; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.create_time * @return the value of business_project.create_time * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public Date getCreateTime() { return createTime; } public String getCreateTimeFormattedDate() { if (this.createTime == null) { return null; } else { return DateFormatUtils.format(this.getCreateTime(), AFTConstants.YYYYMMDDHHMMSS); } } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.create_time * @param createTime the value for business_project.create_time * @mbg.generated Mon Dec 04 15:29:25 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 business_project.update_time * @return the value of business_project.update_time * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public Date getUpdateTime() { return updateTime; } public String getUpdateTimeFormattedDate() { if (this.updateTime == null) { return null; } else { return DateFormatUtils.format(this.getUpdateTime(), AFTConstants.YYYYMMDDHHMMSS); } } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.update_time * @param updateTime the value for business_project.update_time * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.delete_sign * @return the value of business_project.delete_sign * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public Integer getDeleteSign() { return deleteSign; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.delete_sign * @param deleteSign the value for business_project.delete_sign * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setDeleteSign(Integer deleteSign) { this.deleteSign = deleteSign; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.bname * @return the value of business_project.bname * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getBname() { return bname; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.bname * @param bname the value for business_project.bname * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setBname(String bname) { this.bname = bname; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.cid * @return the value of business_project.cid * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getCid() { return cid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.cid * @param cid the value for business_project.cid * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setCid(String cid) { this.cid = cid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.price * @return the value of business_project.price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public BigDecimal getPrice() { return price; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.price * @param price the value for business_project.price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setPrice(BigDecimal price) { this.price = price; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.offset * @return the value of business_project.offset * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public BigDecimal getOffset() { return offset; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.offset * @param offset the value for business_project.offset * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setOffset(BigDecimal offset) { this.offset = offset; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.activity_price * @return the value of business_project.activity_price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public BigDecimal getActivityPrice() { return activityPrice; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.activity_price * @param activityPrice the value for business_project.activity_price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setActivityPrice(BigDecimal activityPrice) { this.activityPrice = activityPrice; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.activity_flag * @return the value of business_project.activity_flag * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getActivityFlag() { return activityFlag; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.activity_flag * @param activityFlag the value for business_project.activity_flag * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setActivityFlag(String activityFlag) { this.activityFlag = activityFlag; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.member_price * @return the value of business_project.member_price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public BigDecimal getMemberPrice() { return memberPrice; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.member_price * @param memberPrice the value for business_project.member_price * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setMemberPrice(BigDecimal memberPrice) { this.memberPrice = memberPrice; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.introduce * @return the value of business_project.introduce * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getIntroduce() { return introduce; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.introduce * @param introduce the value for business_project.introduce * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setIntroduce(String introduce) { this.introduce = introduce; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.status * @return the value of business_project.status * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getStatus() { return status; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.status * @param status the value for business_project.status * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setStatus(String status) { this.status = status; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.country * @return the value of business_project.country * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getCountry() { return country; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.country * @param country the value for business_project.country * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setCountry(String country) { this.country = country; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.province * @return the value of business_project.province * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getProvince() { return province; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.province * @param province the value for business_project.province * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setProvince(String province) { this.province = province; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.city * @return the value of business_project.city * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getCity() { return city; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.city * @param city the value for business_project.city * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setCity(String city) { this.city = city; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.district * @return the value of business_project.district * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getDistrict() { return district; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.district * @param district the value for business_project.district * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setDistrict(String district) { this.district = district; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.principal_id * @return the value of business_project.principal_id * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getPrincipalId() { return principalId; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.principal_id * @param principalId the value for business_project.principal_id * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setPrincipalId(String principalId) { this.principalId = principalId; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.Value_effect * @return the value of business_project.Value_effect * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getValueEffect() { return valueEffect; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.Value_effect * @param valueEffect the value for business_project.Value_effect * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setValueEffect(String valueEffect) { this.valueEffect = valueEffect; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column business_project.client_size * @return the value of business_project.client_size * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public String getClientSize() { return clientSize; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column business_project.client_size * @param clientSize the value for business_project.client_size * @mbg.generated Mon Dec 04 15:29:25 CST 2017 */ public void setClientSize(String clientSize) { this.clientSize = clientSize; } public String getCname() { return cname; } public void setCname(String cname) { this.cname = cname; } public String getCreateName() { return createName; } public void setCreateName(String createName) { this.createName = createName; } @Override public String toString() { return "BusinessProjectBo [id=" + id + ", createId=" + createId + ", createTime=" + createTime + ", updateTime=" + updateTime + ", deleteSign=" + deleteSign + ", bname=" + bname + ", cid=" + cid + ", price=" + price + ", offset=" + offset + ", activityPrice=" + activityPrice + ", activityFlag=" + activityFlag + ", memberPrice=" + memberPrice + ", introduce=" + introduce + ", status=" + status + ", country=" + country + ", province=" + province + ", city=" + city + ", district=" + district + ", principalId=" + principalId + ", valueEffect=" + valueEffect + ", clientSize=" + clientSize + ", cname=" + cname + ", createName=" + createName + "]"; } public Integer getBoutique() { return boutique; } public void setBoutique(Integer boutique) { this.boutique = boutique; } public String getProjectUrl() { return projectUrl; } public void setProjectUrl(String projectUrl) { this.projectUrl = projectUrl; } public BigDecimal getFirstPayment() { return firstPayment; } public void setFirstPayment(BigDecimal firstPayment) { this.firstPayment = firstPayment; } }