| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646 |
- 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;
- }
- }
|