Subversion Repositories SmartDukaan

Rev

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

Rev 34107 Rev 35971
Line 69... Line 69...
69
    private int agreeWalletValue;
69
    private int agreeWalletValue;
70
    @Column(name = "storeArea")
70
    @Column(name = "storeArea")
71
    private double storeArea;
71
    private double storeArea;
72
    @Column(name = "storePotential")
72
    @Column(name = "storePotential")
73
    private double storePotential;
73
    private double storePotential;
74
    @Column(name = "financeCode")
-
 
75
    private String financeCode;
-
 
76
    @Column(name = "agreedBrandFees")
74
    @Column(name = "agreedBrandFees")
77
    private double agreedBrandFees;
75
    private double agreedBrandFees;
78
    @Column(name = "brandType")
76
    @Column(name = "brandType")
79
    @Enumerated(EnumType.STRING)
77
    @Enumerated(EnumType.STRING)
80
    private StoreType brandType;
78
    private StoreType brandType;
Line 104... Line 102...
104
    @Column(name = "state_head")
102
    @Column(name = "state_head")
105
    private int stateHead;
103
    private int stateHead;
106
    @Column(name = "bdm")
104
    @Column(name = "bdm")
107
    private int bdm;
105
    private int bdm;
108
 
106
 
109
    public String getFinanceCode() {
-
 
110
        return financeCode;
-
 
111
    }
-
 
112
 
-
 
113
    public void setFinanceCode(String financeCode) {
-
 
114
        this.financeCode = financeCode;
-
 
115
    }
-
 
116
 
-
 
117
    public boolean isLoiApproved() {
107
    public boolean isLoiApproved() {
118
        return loiApproved;
108
        return loiApproved;
119
    }
109
    }
120
 
110
 
121
    public void setLoiApproved(boolean loiApproved) {
111
    public void setLoiApproved(boolean loiApproved) {