Module sms :: Class CannedMsgEntry
[hide private]
[frames] | no frames]

Class CannedMsgEntry

source code

object --+
         |
        CannedMsgEntry

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
 
_create_id(self)
Create a BitPim serial for this entry
source code
 
_get_id(self) source code
 
_get_builtin_list(self) source code
 
_get_user_list(self) source code
 
_set_user_list(self, v) source code

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

Class Variables [hide private]
  _data_key = 'canned_msg'
  builtin_type = 'builtin'
  user_type = 'user'
Properties [hide private]
  id
  builtin_list
  user_list
  msg_list

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]

id

Get Method:
_get_id(self)

builtin_list

Get Method:
_get_builtin_list(self)

user_list

Get Method:
_get_user_list(self)
Set Method:
_set_user_list(self, v)

msg_list

Get Method:
_get_user_list(self)
Set Method:
_set_user_list(self, v)