Module memo :: Class MemoEntry
[hide private]
[frames] | no frames]

Class MemoEntry

source code

object --+
         |
        MemoEntry

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get(self) source code
 
set(self, d) source code
 
get_db_dict(self) source code
 
set_db_dict(self, d) source code
 
_set_or_del(self, key, v, v_list=()) source code
 
_get_subject(self) source code
 
_set_subject(self, v) source code
 
_get_text(self) source code
 
_set_text(self, v) source code
 
_get_secret(self) source code
 
_set_secret(self, v) source code
 
_get_categories(self) source code
 
_set_categories(self, v) source code
 
set_date_now(self) source code
 
set_date_isostr(self, iso_string) source code
 
_get_date(self) source code
 
_create_id(self)
Create a BitPim serial for this entry
source code
 
_get_id(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _body_subject_len = 12
  _id_index = 0
  _max_id_index = 999
Properties [hide private]
  subject
  text
  secret
  categories
  date
  id

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

subject

Get Method:
_get_subject(self)
Set Method:
_set_subject(self, v)

text

Get Method:
_get_text(self)
Set Method:
_set_text(self, v)

secret

Get Method:
_get_secret(self)
Set Method:
_set_secret(self, v)

categories

Get Method:
_get_categories(self)
Set Method:
_set_categories(self, v)

date

Get Method:
_get_date(self)

id

Get Method:
_get_id(self)