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

Class PBEntry

source code

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

Instance Methods [hide private]
 
__delfield_cell(self) source code
 
__delfield_cell2(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_info(self) source code
 
__delfield_name(self) source code
 
__delfield_note(self) source code
 
__delfield_wallpaper(self) source code
 
__delfield_wallpaper_range(self) source code
 
__delfield_work(self) source code
 
__getfield_cell(self) source code
 
__getfield_cell2(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_info(self) source code
 
__getfield_name(self) source code
 
__getfield_note(self) source code
 
__getfield_wallpaper(self) source code
 
__getfield_wallpaper_range(self) source code
 
__getfield_work(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_cell(self, value) source code
 
__setfield_cell2(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_info(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_note(self, value) source code
 
__setfield_wallpaper(self, value) source code
 
__setfield_wallpaper_range(self, value) source code
 
__setfield_work(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', 'name', 'email', 'email2', 'home', 'work',...
Properties [hide private]
  cell
  cell2
  datetime
  email
  email2
  fax
  group
  has_cell
  has_cell2
  has_date
  has_email
  has_email2
  has_fax
  has_group
  has_home
  has_name
  has_note
  has_wallpaper
  has_work
  home
  info
  name
  note
  wallpaper
  wallpaper_range
  work

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',
 'name',
 'email',
 'email2',
 'home',
 'work',
 'cell',
 'fax',
...

Property Details [hide private]

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)

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_cell

Get Method:
unreachable.has_cell(self)

has_cell2

Get Method:
unreachable.has_cell2(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_name

Get Method:
unreachable.has_name(self)

has_note

Get Method:
unreachable.has_note(self)

has_wallpaper

Get Method:
unreachable.has_wallpaper(self)

has_work

Get Method:
unreachable.has_work(self)

home

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

info

Get Method:
__getfield_info(self)
Set Method:
__setfield_info(self, value)
Delete Method:
__delfield_info(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)

wallpaper

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

wallpaper_range

Get Method:
__getfield_wallpaper_range(self)
Set Method:
__setfield_wallpaper_range(self, value)
Delete Method:
__delfield_wallpaper_range(self)

work

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