Subversion Repositories SmartDukaan

Rev

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

Rev 33658 Rev 33710
Line 91... Line 91...
91
    private int loiGeneratedBy;
91
    private int loiGeneratedBy;
92
    @Column(name = "loiDoc")
92
    @Column(name = "loiDoc")
93
    private int loiDoc;
93
    private int loiDoc;
94
    @Column(name = "lessCommitReason")
94
    @Column(name = "lessCommitReason")
95
    private String lessCommitReason;
95
    private String lessCommitReason;
-
 
96
    @Column(name = "onBoarding_id")
-
 
97
    private int onBoardingId;
96
 
98
 
-
 
99
    public int getOnBoardingId() {
-
 
100
        return onBoardingId;
-
 
101
    }
-
 
102
 
-
 
103
    public void setOnBoardingId(int onBoardingId) {
-
 
104
        this.onBoardingId = onBoardingId;
-
 
105
    }
97
 
106
 
98
    public int getBrandFeeId() {
107
    public int getBrandFeeId() {
99
        return brandFeeId;
108
        return brandFeeId;
100
    }
109
    }
101
 
110
 
Line 335... Line 344...
335
    public void setStorePotential(double storePotential) {
344
    public void setStorePotential(double storePotential) {
336
        this.storePotential = storePotential;
345
        this.storePotential = storePotential;
337
    }
346
    }
338
 
347
 
339
 
348
 
340
 
-
 
341
    public StoreType getBrandType() {
349
    public StoreType getBrandType() {
342
        return brandType;
350
        return brandType;
343
    }
351
    }
344
 
352
 
345
    public void setBrandType(StoreType brandType) {
353
    public void setBrandType(StoreType brandType) {