phones :: p_samsungschu750 :: PBEntry :: Class PBEntry
[hide private]
[frames] | no frames]

Class PBEntry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              PBEntry

Instance Methods [hide private]
 
__delfield_cached_wp(self) source code
 
__delfield_cached_wp_num(self) source code
 
__delfield_cell(self) source code
 
__delfield_cell2(self) source code
 
__delfield_city(self) source code
 
__delfield_country(self) source code
 
__delfield_datetime(self) source code
 
__delfield_email(self) source code
 
__delfield_email2(self) source code
 
__delfield_fax(self) source code
 
__delfield_group(self) source code
 
__delfield_home(self) source code
 
__delfield_im_name(self) source code
 
__delfield_im_type(self) source code
 
__delfield_info(self) source code
 
__delfield_info2(self) source code
 
__delfield_name(self) source code
 
__delfield_note(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_state(self) source code
 
__delfield_street(self) source code
 
__delfield_wallpaper(self) source code
 
__delfield_work(self) source code
 
__delfield_zipcode(self) source code
 
__getfield_cached_wp(self) source code
 
__getfield_cached_wp_num(self) source code
 
__getfield_cell(self) source code
 
__getfield_cell2(self) source code
 
__getfield_city(self) source code
 
__getfield_country(self) source code
 
__getfield_datetime(self) source code
 
__getfield_email(self) source code
 
__getfield_email2(self) source code
 
__getfield_fax(self) source code
 
__getfield_group(self) source code
 
__getfield_home(self) source code
 
__getfield_im_name(self) source code
 
__getfield_im_type(self) source code
 
__getfield_info(self) source code
 
__getfield_info2(self) source code
 
__getfield_name(self) source code
 
__getfield_note(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_state(self) source code
 
__getfield_street(self) source code
 
__getfield_wallpaper(self) source code
 
__getfield_work(self) source code
 
__getfield_zipcode(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_cached_wp(self, value) source code
 
__setfield_cached_wp_num(self, value) source code
 
__setfield_cell(self, value) source code
 
__setfield_cell2(self, value) source code
 
__setfield_city(self, value) source code
 
__setfield_country(self, value) source code
 
__setfield_datetime(self, value) source code
 
__setfield_email(self, value) source code
 
__setfield_email2(self, value) source code
 
__setfield_fax(self, value) source code
 
__setfield_group(self, value) source code
 
__setfield_home(self, value) source code
 
__setfield_im_name(self, value) source code
 
__setfield_im_type(self, value) source code
 
__setfield_info(self, value) source code
 
__setfield_info2(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_note(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_state(self, value) source code
 
__setfield_street(self, value) source code
 
__setfield_wallpaper(self, value) source code
 
__setfield_work(self, value) source code
 
__setfield_zipcode(self, value) source code
 
_update(self, args, kwargs) source code
 
containerelements(self) source code
 
getfields(self) source code
 
iscontainer(self)
Do we contain fields?
source code
 
readfrombuffer(self, buf, autolog=True, logtitle='<read data>')
Reads this packet from the supplied buffer
source code
 
writetobuffer(self, buf, autolog=True, logtitle='<written data>')
Writes this packet to the supplied buffer
source code

Inherited from prototypes.BaseProtogenClass: autologread, autologwrite, getvalue, packetsize, packetspan, update

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

Class Variables [hide private]
  __fields = ['info', 'info2', 'name', 'email', 'email2', 'home'...
Properties [hide private]
  address
  cached_wp
  cached_wp_num
  cell
  cell2
  city
  country
  datetime
  email
  email2
  fax
  group
  has_address
  has_cached_wp
  has_cell
  has_cell2
  has_city
  has_country
  has_date
  has_email
  has_email2
  has_fax
  has_group
  has_home
  has_im_name
  has_name
  has_note
  has_ringtone
  has_state
  has_street
  has_wallpaper
  has_work
  has_zipcode
  home
  im_name
  im_type
  info
  info2
  name
  note
  ringtone
  state
  street
  wallpaper
  work
  zipcode

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

_update(self, args, kwargs)

source code 
Overrides: prototypes.BaseProtogenClass._update

iscontainer(self)

source code 

Do we contain fields?

Overrides: prototypes.BaseProtogenClass.iscontainer
(inherited documentation)

readfrombuffer(self, buf, autolog=True, logtitle='<read data>')

source code 

Reads this packet from the supplied buffer

Overrides: prototypes.BaseProtogenClass.readfrombuffer

writetobuffer(self, buf, autolog=True, logtitle='<written data>')

source code 

Writes this packet to the supplied buffer

Overrides: prototypes.BaseProtogenClass.writetobuffer

Class Variable Details [hide private]

__fields

Value:
['info',
 'info2',
 'name',
 'email',
 'email2',
 'home',
 'work',
 'cell',
...

Property Details [hide private]

address

Get Method:
unreachable.address(self)

cached_wp

Get Method:
__getfield_cached_wp(self)
Set Method:
__setfield_cached_wp(self, value)
Delete Method:
__delfield_cached_wp(self)

cached_wp_num

Get Method:
__getfield_cached_wp_num(self)
Set Method:
__setfield_cached_wp_num(self, value)
Delete Method:
__delfield_cached_wp_num(self)

cell

Get Method:
__getfield_cell(self)
Set Method:
__setfield_cell(self, value)
Delete Method:
__delfield_cell(self)

cell2

Get Method:
__getfield_cell2(self)
Set Method:
__setfield_cell2(self, value)
Delete Method:
__delfield_cell2(self)

city

Get Method:
__getfield_city(self)
Set Method:
__setfield_city(self, value)
Delete Method:
__delfield_city(self)

country

Get Method:
__getfield_country(self)
Set Method:
__setfield_country(self, value)
Delete Method:
__delfield_country(self)

datetime

Get Method:
__getfield_datetime(self)
Set Method:
__setfield_datetime(self, value)
Delete Method:
__delfield_datetime(self)

email

Get Method:
__getfield_email(self)
Set Method:
__setfield_email(self, value)
Delete Method:
__delfield_email(self)

email2

Get Method:
__getfield_email2(self)
Set Method:
__setfield_email2(self, value)
Delete Method:
__delfield_email2(self)

fax

Get Method:
__getfield_fax(self)
Set Method:
__setfield_fax(self, value)
Delete Method:
__delfield_fax(self)

group

Get Method:
__getfield_group(self)
Set Method:
__setfield_group(self, value)
Delete Method:
__delfield_group(self)

has_address

Get Method:
unreachable.has_address(self)

has_cached_wp

Get Method:
unreachable.has_cached_wp(self)

has_cell

Get Method:
unreachable.has_cell(self)

has_cell2

Get Method:
unreachable.has_cell2(self)

has_city

Get Method:
unreachable.has_city(self)

has_country

Get Method:
unreachable.has_country(self)

has_date

Get Method:
unreachable.has_date(self)

has_email

Get Method:
unreachable.has_email(self)

has_email2

Get Method:
unreachable.has_email2(self)

has_fax

Get Method:
unreachable.has_fax(self)

has_group

Get Method:
unreachable.has_group(self)

has_home

Get Method:
unreachable.has_home(self)

has_im_name

Get Method:
unreachable.has_im_name(self)

has_name

Get Method:
unreachable.has_name(self)

has_note

Get Method:
unreachable.has_note(self)

has_ringtone

Get Method:
unreachable.has_ringtone(self)

has_state

Get Method:
unreachable.has_state(self)

has_street

Get Method:
unreachable.has_street(self)

has_wallpaper

Get Method:
unreachable.has_wallpaper(self)

has_work

Get Method:
unreachable.has_work(self)

has_zipcode

Get Method:
unreachable.has_zipcode(self)

home

Get Method:
__getfield_home(self)
Set Method:
__setfield_home(self, value)
Delete Method:
__delfield_home(self)

im_name

Get Method:
__getfield_im_name(self)
Set Method:
__setfield_im_name(self, value)
Delete Method:
__delfield_im_name(self)

im_type

Get Method:
__getfield_im_type(self)
Set Method:
__setfield_im_type(self, value)
Delete Method:
__delfield_im_type(self)

info

Get Method:
__getfield_info(self)
Set Method:
__setfield_info(self, value)
Delete Method:
__delfield_info(self)

info2

Get Method:
__getfield_info2(self)
Set Method:
__setfield_info2(self, value)
Delete Method:
__delfield_info2(self)

name

Get Method:
__getfield_name(self)
Set Method:
__setfield_name(self, value)
Delete Method:
__delfield_name(self)

note

Get Method:
__getfield_note(self)
Set Method:
__setfield_note(self, value)
Delete Method:
__delfield_note(self)

ringtone

Get Method:
__getfield_ringtone(self)
Set Method:
__setfield_ringtone(self, value)
Delete Method:
__delfield_ringtone(self)

state

Get Method:
__getfield_state(self)
Set Method:
__setfield_state(self, value)
Delete Method:
__delfield_state(self)

street

Get Method:
__getfield_street(self)
Set Method:
__setfield_street(self, value)
Delete Method:
__delfield_street(self)

wallpaper

Get Method:
__getfield_wallpaper(self)
Set Method:
__setfield_wallpaper(self, value)
Delete Method:
__delfield_wallpaper(self)

work

Get Method:
__getfield_work(self)
Set Method:
__setfield_work(self, value)
Delete Method:
__delfield_work(self)

zipcode

Get Method:
__getfield_zipcode(self)
Set Method:
__setfield_zipcode(self, value)
Delete Method:
__delfield_zipcode(self)