Subversion Repositories SmartDukaan

Rev

Rev 33909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33909 Rev 34107
Line 99... Line 99...
99
    private LocalDateTime createOn;
99
    private LocalDateTime createOn;
100
    @Column(name = "loiApprover")
100
    @Column(name = "loiApprover")
101
    private String loiApprover;
101
    private String loiApprover;
102
    @Column(name = "loiApproved")
102
    @Column(name = "loiApproved")
103
    private boolean loiApproved;
103
    private boolean loiApproved;
-
 
104
    @Column(name = "state_head")
-
 
105
    private int stateHead;
-
 
106
    @Column(name = "bdm")
-
 
107
    private int bdm;
104
 
108
 
105
    public String getFinanceCode() {
109
    public String getFinanceCode() {
106
        return financeCode;
110
        return financeCode;
107
    }
111
    }
108
 
112
 
Line 439... Line 443...
439
 
443
 
440
    public void setLoiDoc(int loiDoc) {
444
    public void setLoiDoc(int loiDoc) {
441
        this.loiDoc = loiDoc;
445
        this.loiDoc = loiDoc;
442
    }
446
    }
443
 
447
 
-
 
448
    public int getStateHead() {
-
 
449
        return stateHead;
-
 
450
    }
-
 
451
    public void setStateHead(int stateHead) {
-
 
452
        this.stateHead = stateHead;
-
 
453
    }
-
 
454
    public int getBdm() {
-
 
455
        return bdm;
-
 
456
    }
-
 
457
    public void setBdm(int bdm) {
-
 
458
        this.bdm = bdm;
-
 
459
    }
-
 
460
 
444
    @Override
461
    @Override
445
    public boolean equals(Object o) {
462
    public boolean equals(Object o) {
446
        if (this == o) return true;
463
        if (this == o) return true;
447
        if (o == null || getClass() != o.getClass()) return false;
464
        if (o == null || getClass() != o.getClass()) return false;
448
        LoiForm that = (LoiForm) o;
465
        LoiForm that = (LoiForm) o;
Line 459... Line 476...
459
        return "LoiForm{" +
476
        return "LoiForm{" +
460
                "id=" + id +
477
                "id=" + id +
461
                ", referId=" + referId +
478
                ", referId=" + referId +
462
                ", referBy='" + referBy + '\'' +
479
                ", referBy='" + referBy + '\'' +
463
                ", filledBy='" + filledBy + '\'' +
480
                ", filledBy='" + filledBy + '\'' +
-
 
481
                ", state head='" + stateHead + '\'' +
-
 
482
                ", bdm='" + bdm + '\'' +
464
                ", businessType=" + businessType +
483
                ", businessType=" + businessType +
465
                ", acquiredDate=" + acquiredDate +
484
                ", acquiredDate=" + acquiredDate +
466
                ", firstName='" + firstName + '\'' +
485
                ", firstName='" + firstName + '\'' +
467
                ", lastName='" + lastName + '\'' +
486
                ", lastName='" + lastName + '\'' +
468
                ", fullName='" + fullName + '\'' +
487
                ", fullName='" + fullName + '\'' +