Package phones :: Module com_samsung :: Class TodoList
[show private | hide private]
[frames | no frames]

Type TodoList

object --+
         |
        TodoList


Method Summary
  __init__(self, phone, data)
  get(self)
  read(self)
  validate(self)
  write(self)
  _encode_fields(self, i, entry)
  _extract_fields(self, s)
  _write_entry(self, i, entry)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
int _td_datetime_stamp = 3                                                                     
int _td_due_datetime = 2                                                                     
int _td_entry = 0                                                                     
int _td_max_entries = 20                                                                    
int _td_max_len_name = 32                                                                    
int _td_max_read_fields = 6                                                                     
int _td_max_write_fields = 5                                                                     
int _td_priority = 1                                                                     
int _td_status = 4                                                                     
int _td_subject = 5                                                                     
int _td_write_subject = 4                                                                     

Class Variable Details

_td_datetime_stamp

Type:
int
Value:
3                                                                     

_td_due_datetime

Type:
int
Value:
2                                                                     

_td_entry

Type:
int
Value:
0                                                                     

_td_max_entries

Type:
int
Value:
20                                                                    

_td_max_len_name

Type:
int
Value:
32                                                                    

_td_max_read_fields

Type:
int
Value:
6                                                                     

_td_max_write_fields

Type:
int
Value:
5                                                                     

_td_priority

Type:
int
Value:
1                                                                     

_td_status

Type:
int
Value:
4                                                                     

_td_subject

Type:
int
Value:
5                                                                     

_td_write_subject

Type:
int
Value:
4                                                                     

Generated by Epydoc 2.1 on Fri Aug 15 18:58:28 2008 http://epydoc.sf.net