Show
Ignore:
Timestamp:
02/15/06 23:26:52 (18 years ago)
Author:
jerome
Message:

Add the description attribute on creation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storage.py

    r2696 r2697  
    4040        self.parent = parent 
    4141        self.ident = None 
     42        self.Description = None 
    4243        self.isDirty = False 
    4344        self.Exists = False 
     
    5455        StorageObject.__init__(self, parent) 
    5556        self.Name = name 
    56         self.Description = None 
    5757        self.LimitBy = None 
    5858        self.AccountBalance = None 
     
    123123        self.AccountBalance = None 
    124124        self.LifeTimePaid = None 
    125         self.Description = None 
    126125         
    127126    def setLimitBy(self, limitby) :     
     
    159158        self.PricePerPage = None 
    160159        self.PricePerJob = None 
    161         self.Description = None 
    162160        self.MaxJobSize = None 
    163161        self.PassThrough = None 
     
    462460        StorageObject.__init__(self, parent) 
    463461        self.BillingCode = name 
    464         self.Description = None 
    465462        self.PageCounter = None 
    466463        self.Balance = None