Subversion Repositories SmartDukaan

Rev

Rev 36081 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36081 Rev 36451
Line 44... Line 44...
44
    private PartnerCriteria partnerCriteria;
44
    private PartnerCriteria partnerCriteria;
45
    private String partnerCriteriaString;
45
    private String partnerCriteriaString;
46
 
46
 
47
    Map<Integer, QtyAmountModel> criteriaQtyAmountModel;
47
    Map<Integer, QtyAmountModel> criteriaQtyAmountModel;
48
 
48
 
-
 
49
    private String reference;
-
 
50
 
49
 
51
 
50
    @JsonIgnore
52
    @JsonIgnore
51
    public LocalDateTime getBillingEndDate() {
53
    public LocalDateTime getBillingEndDate() {
52
        return this.endDate.plusDays(90);
54
        return this.endDate.plusDays(90);
53
    }
55
    }
Line 63... Line 65...
63
 
65
 
64
    public void setProcessTimestamp(LocalDateTime processTimestamp) {
66
    public void setProcessTimestamp(LocalDateTime processTimestamp) {
65
        this.processTimestamp = processTimestamp;
67
        this.processTimestamp = processTimestamp;
66
    }
68
    }
67
 
69
 
-
 
70
    public String getReference() {
-
 
71
        return reference;
-
 
72
    }
-
 
73
 
-
 
74
    public void setReference(String reference) {
-
 
75
        this.reference = reference;
-
 
76
    }
-
 
77
 
68
    @Override
78
    @Override
69
    public boolean equals(Object o) {
79
    public boolean equals(Object o) {
70
        if (this == o) return true;
80
        if (this == o) return true;
71
        if (o == null || getClass() != o.getClass()) return false;
81
        if (o == null || getClass() != o.getClass()) return false;
72
        CreateOfferRequest that = (CreateOfferRequest) o;
82
        CreateOfferRequest that = (CreateOfferRequest) o;