Subversion Repositories SmartDukaan

Rev

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

Rev 33507 Rev 33577
Line 20... Line 20...
20
    private int id;
20
    private int id;
21
    @Column(name = "referId")
21
    @Column(name = "referId")
22
    private int referId;
22
    private int referId;
23
    @Column(name = "referBy")
23
    @Column(name = "referBy")
24
    private String referBy;
24
    private String referBy;
-
 
25
    @Column(name = "filledBy")
-
 
26
    private String filledBy;
25
    @Column(name = "businessType")
27
    @Column(name = "businessType")
26
    @Enumerated(EnumType.STRING)
28
    @Enumerated(EnumType.STRING)
27
    private BusinessType businessType;
29
    private BusinessType businessType;
28
    @Column(name = "acquiredDate")
30
    @Column(name = "acquiredDate")
29
    private LocalDateTime acquiredDate;
31
    private LocalDateTime acquiredDate;
Line 171... Line 173...
171
 
173
 
172
    public void setReferBy(String referBy) {
174
    public void setReferBy(String referBy) {
173
        this.referBy = referBy;
175
        this.referBy = referBy;
174
    }
176
    }
175
 
177
 
-
 
178
    public String getFilledBy() {
-
 
179
        return filledBy;
-
 
180
    }
-
 
181
 
-
 
182
    public void setFilledBy(String filledBy) {
-
 
183
        this.filledBy = filledBy;
-
 
184
    }
-
 
185
 
176
    public BusinessType getBusinessType() {
186
    public BusinessType getBusinessType() {
177
        return businessType;
187
        return businessType;
178
    }
188
    }
179
 
189
 
180
    public void setBusinessType(BusinessType businessType) {
190
    public void setBusinessType(BusinessType businessType) {