Module auto_sync :: Class AutoSyncSettingsEntry
[hide private]
[frames] | no frames]

Class AutoSyncSettingsEntry

source code

object --+
         |
        AutoSyncSettingsEntry

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__eq__(self, rhs) source code
 
__ne__(self, rhs) source code
 
get(self) source code
 
set(self, d) source code
 
get_db_dict(self) source code
 
set_db_dict(self, d) source code
 
_get_id(self) source code
 
_set_id(self, id) source code
 
_set_or_del(self, key, v, v_list=[]) source code
 
_get_caltype(self) source code
 
_set_caltype(self, v) source code
 
_get_calender_id(self) source code
 
_set_calender_id(self, v) source code
 
_get_sync_on_connect(self) source code
 
_set_sync_on_connect(self, v) source code
 
_get_sync_frequency(self) source code
 
_set_sync_frequency(self, v) source code

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

Class Variables [hide private]
  _caltype_key = 'caltype'
  _calender_id_key = 'calender_id'
  _sync_on_connect_key = 'sync_on_connect'
  _sync_frequency_key = 'sync_frequency'
Properties [hide private]
  id
  caltype
  calender_id
  sync_on_connect
  sync_frequency

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)
Set Method:
_set_id(self, id)

caltype

Get Method:
_get_caltype(self)
Set Method:
_set_caltype(self, v)

calender_id

Get Method:
_get_calender_id(self)
Set Method:
_set_calender_id(self, v)

sync_on_connect

Get Method:
_get_sync_on_connect(self)
Set Method:
_set_sync_on_connect(self, v)

sync_frequency

Get Method:
_get_sync_frequency(self)
Set Method:
_set_sync_frequency(self, v)