Package phones :: Module com_samsungscha950 :: Class PBEntry
[show private | hide private]
[frames | no frames]

Type PBEntry

object --+
         |
        PBEntry

Known Subclasses:
PBEntry, PBEntry

Method Summary
  __init__(self, phone, data, fundamentals)
  getvalue(self)
  writetobuffer(self, buf)
  _build(self, entry)
  _build_email(self, emails)
  _build_group(self, cat)
  _build_number(self, number, ringtone, primary)
  _build_wallpaper(self, wallpaper)
  _extract_emails(self, entry, p_class)
  _extract_group(self, entry, p_class)
  _extract_numbers(self, entry, p_class)
  _extract_wallpaper(self, entry, p_class)
    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
dict _number_type_dict = {'cell': (32, 'cell'), 'home': (8, '...
dict _pb_type_dict = {'cell': 'cell', 'home': 'home', 'fax': ...

Class Variable Details

_number_type_dict

Type:
dict
Value:
{'cell': (32, 'cell'),
 'cell2': (256, 'cell'),
 'fax': (128, 'fax'),
 'home': (8, 'home'),
 'work': (16, 'office')}                                               

_pb_type_dict

Type:
dict
Value:
{'cell': 'cell', 'home': 'home', 'fax': 'fax', 'office': 'work'}       

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