Subversion Repositories SmartDukaan

Rev

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

Rev 16698 Rev 16727
Line 304... Line 304...
304
        self.customerOneLiner = customerOneLiner
304
        self.customerOneLiner = customerOneLiner
305
        self.retailerOneLiner = retailerOneLiner
305
        self.retailerOneLiner = retailerOneLiner
306
        self.priority = priority
306
        self.priority = priority
307
        self.offerCondition = offerCondition
307
        self.offerCondition = offerCondition
308
        
308
        
-
 
309
class UserAppBatchDrillDown():
-
 
310
    def __init__(self, dateVal, downloads, amount):
-
 
311
        self.dateVal = dateVal
-
 
312
        self.downloads = downloads
-
 
313
        self.amount = amount
-
 
314
        
-
 
315
class UserAppBatchDateDrillDown():
-
 
316
    def __init__(self, appName, downloads, amount):
-
 
317
        self.appName = appName
-
 
318
        self.downloads = downloads
-
 
319
        self.amount = amount
-
 
320
        
309
        
321
        
310
        
322
        
311
        
323
        
312
        
324
        
313
325