Subversion Repositories SmartDukaan

Rev

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

Rev 3116 Rev 3238
Line 35... Line 35...
35
    @Persistent
35
    @Persistent
36
    private Long addToResearch;
36
    private Long addToResearch;
37
    
37
    
38
    @Persistent
38
    @Persistent
39
    private Long deleteFromResearch;
39
    private Long deleteFromResearch;
-
 
40
 
-
 
41
    @Persistent
-
 
42
    private Long shippingAccess;
-
 
43
 
40
    
44
    @Persistent
-
 
45
    private Long orderCreation;
-
 
46
 
-
 
47
    @Persistent
-
 
48
    private Long proceedToPay;
-
 
49
 
-
 
50
    @Persistent
-
 
51
    private Long paymentFailure;
-
 
52
 
-
 
53
    @Persistent
-
 
54
    private Long paymentSuccess;
-
 
55
 
41
    @Persistent
56
    @Persistent
42
    private Long uniqueView;
57
    private Long uniqueView;
43
    
58
    
44
    @Persistent
59
    @Persistent
45
    private Long uniqueAddToCart;
60
    private Long uniqueAddToCart;
Line 50... Line 65...
50
    @Persistent
65
    @Persistent
51
    private Long uniqueAddToResearch;
66
    private Long uniqueAddToResearch;
52
    
67
    
53
    @Persistent
68
    @Persistent
54
    private Long uniqueDeleteFromResearch;
69
    private Long uniqueDeleteFromResearch;
-
 
70
 
-
 
71
    @Persistent
-
 
72
    private Long uniqueShippingAccess;
-
 
73
 
-
 
74
    @Persistent
-
 
75
    private Long uniqueOrderCreation;
-
 
76
 
-
 
77
    @Persistent
-
 
78
    private Long uniqueProceedToPay;
-
 
79
 
-
 
80
    @Persistent
-
 
81
    private Long uniquePaymentFailure;
-
 
82
 
-
 
83
    @Persistent
-
 
84
    private Long uniquePaymentSuccess;
-
 
85
 
55
    
86
    
56
    public void setCatalogId(Long catalogId) {
87
    public void setCatalogId(Long catalogId) {
57
        this.catalogId = catalogId;
88
        this.catalogId = catalogId;
58
    }
89
    }
59
 
90
 
Line 107... Line 138...
107
 
138
 
108
    public void setDeleteFromResearch(Long deleteFromResearch) {
139
    public void setDeleteFromResearch(Long deleteFromResearch) {
109
        this.deleteFromResearch = deleteFromResearch;
140
        this.deleteFromResearch = deleteFromResearch;
110
    }
141
    }
111
 
142
 
-
 
143
    public Long getShippingAccess() {
-
 
144
        return shippingAccess;
-
 
145
    }
-
 
146
 
-
 
147
    public void setShippingAccess(Long shippingAccess) {
-
 
148
        this.shippingAccess = shippingAccess;
-
 
149
    }
-
 
150
 
-
 
151
    public Long getOrderCreation() {
-
 
152
        return orderCreation;
-
 
153
    }
-
 
154
 
-
 
155
    public void setOrderCreation(Long orderCreation) {
-
 
156
        this.orderCreation = orderCreation;
-
 
157
    }
-
 
158
 
-
 
159
    public Long getProceedToPay() {
-
 
160
        return proceedToPay;
-
 
161
    }
-
 
162
 
-
 
163
    public void setProceedToPay(Long proceedToPay) {
-
 
164
        this.proceedToPay = proceedToPay;
-
 
165
    }
-
 
166
 
-
 
167
    public Long getPaymentFailure() {
-
 
168
        return paymentFailure;
-
 
169
    }
-
 
170
 
-
 
171
    public void setPaymentFailure(Long paymentFailure) {
-
 
172
        this.paymentFailure = paymentFailure;
-
 
173
    }
-
 
174
 
-
 
175
    public Long getPaymentSuccess() {
-
 
176
        return paymentSuccess;
-
 
177
    }
-
 
178
 
-
 
179
    public void setPaymentSuccess(Long paymentSuccess) {
-
 
180
        this.paymentSuccess = paymentSuccess;
-
 
181
    }
-
 
182
 
112
    public void setKey(String key) {
183
    public void setKey(String key) {
113
        this.key = key;
184
        this.key = key;
114
    }
185
    }
115
 
186
 
116
    public String getKey() {
187
    public String getKey() {
117
        return key;
188
        return key;
118
    }
189
    }
119
    
190
 
120
    public Long getUniqueView() {
191
    public Long getUniqueView() {
121
        return uniqueView;
192
        return uniqueView;
122
    }
193
    }
123
 
194
 
124
    public void setUniqueView(Long uniqueView) {
195
    public void setUniqueView(Long uniqueView) {
Line 154... Line 225...
154
    }
225
    }
155
 
226
 
156
    public void setUniqueDeleteFromResearch(Long uniqueDeleteFromResearch) {
227
    public void setUniqueDeleteFromResearch(Long uniqueDeleteFromResearch) {
157
        this.uniqueDeleteFromResearch = uniqueDeleteFromResearch;
228
        this.uniqueDeleteFromResearch = uniqueDeleteFromResearch;
158
    }
229
    }
-
 
230
 
-
 
231
    public Long getUniqueShippingAccess() {
-
 
232
        return uniqueShippingAccess;
-
 
233
    }
-
 
234
 
-
 
235
    public void setUniqueShippingAccess(Long uniqueShippingAccess) {
-
 
236
        this.uniqueShippingAccess = uniqueShippingAccess;
-
 
237
    }
-
 
238
 
-
 
239
    public Long getUniqueOrderCreation() {
-
 
240
        return uniqueOrderCreation;
-
 
241
    }
-
 
242
 
-
 
243
    public void setUniqueOrderCreation(Long uniqueOrderCreation) {
-
 
244
        this.uniqueOrderCreation = uniqueOrderCreation;
-
 
245
    }
-
 
246
 
-
 
247
    public Long getUniqueProceedToPay() {
-
 
248
        return uniqueProceedToPay;
-
 
249
    }
-
 
250
 
-
 
251
    public void setUniqueProceedToPay(Long uniqueProceedToPay) {
-
 
252
        this.uniqueProceedToPay = uniqueProceedToPay;
-
 
253
    }
-
 
254
 
-
 
255
    public Long getUniquePaymentFailure() {
-
 
256
        return uniquePaymentFailure;
-
 
257
    }
-
 
258
 
-
 
259
    public void setUniquePaymentFailure(Long uniquePaymentFailure) {
-
 
260
        this.uniquePaymentFailure = uniquePaymentFailure;
-
 
261
    }
-
 
262
 
-
 
263
    public Long getUniquePaymentSuccess() {
-
 
264
        return uniquePaymentSuccess;
-
 
265
    }
-
 
266
 
-
 
267
    public void setUniquePaymentSuccess(Long uniquePaymentSuccess) {
-
 
268
        this.uniquePaymentSuccess = uniquePaymentSuccess;
-
 
269
    }
159
}
270
}