phones :: p_sanyo6600 :: contactindexentry :: Class contactindexentry
[hide private]
[frames] | no frames]

Class contactindexentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              contactindexentry

Instance Methods [hide private]
 
__delfield_addressp(self) source code
 
__delfield_defaultnum(self) source code
 
__delfield_emailps(self) source code
 
__delfield_groupid(self) source code
 
__delfield_memop(self) source code
 
__delfield_namep(self) source code
 
__delfield_numberps(self) source code
 
__delfield_pictureid(self) source code
 
__delfield_ringerid(self) source code
 
__delfield_secret(self) source code
 
__delfield_slot(self) source code
 
__delfield_urlp(self) source code
 
__getfield_addressp(self) source code
 
__getfield_defaultnum(self) source code
 
__getfield_emailps(self) source code
 
__getfield_groupid(self) source code
 
__getfield_memop(self) source code
 
__getfield_namep(self) source code
 
__getfield_numberps(self) source code
 
__getfield_pictureid(self) source code
 
__getfield_ringerid(self) source code
 
__getfield_secret(self) source code
 
__getfield_slot(self) source code
 
__getfield_urlp(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_addressp(self, value) source code
 
__setfield_defaultnum(self, value) source code
 
__setfield_emailps(self, value) source code
 
__setfield_groupid(self, value) source code
 
__setfield_memop(self, value) source code
 
__setfield_namep(self, value) source code
 
__setfield_numberps(self, value) source code
 
__setfield_pictureid(self, value) source code
 
__setfield_ringerid(self, value) source code
 
__setfield_secret(self, value) source code
 
__setfield_slot(self, value) source code
 
__setfield_urlp(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 = ['groupid', 'slot', 'namep', 'numberps', 'emailps',...
Properties [hide private]
  addressp
  defaultnum
  emailps
  groupid
  memop
  namep
  numberps
  pictureid
  ringerid
  secret
  slot
  urlp

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:
['groupid',
 'slot',
 'namep',
 'numberps',
 'emailps',
 'urlp',
 'addressp',
 'memop',
...

Property Details [hide private]

addressp

Get Method:
__getfield_addressp(self)
Set Method:
__setfield_addressp(self, value)
Delete Method:
__delfield_addressp(self)

defaultnum

Get Method:
__getfield_defaultnum(self)
Set Method:
__setfield_defaultnum(self, value)
Delete Method:
__delfield_defaultnum(self)

emailps

Get Method:
__getfield_emailps(self)
Set Method:
__setfield_emailps(self, value)
Delete Method:
__delfield_emailps(self)

groupid

Get Method:
__getfield_groupid(self)
Set Method:
__setfield_groupid(self, value)
Delete Method:
__delfield_groupid(self)

memop

Get Method:
__getfield_memop(self)
Set Method:
__setfield_memop(self, value)
Delete Method:
__delfield_memop(self)

namep

Get Method:
__getfield_namep(self)
Set Method:
__setfield_namep(self, value)
Delete Method:
__delfield_namep(self)

numberps

Get Method:
__getfield_numberps(self)
Set Method:
__setfield_numberps(self, value)
Delete Method:
__delfield_numberps(self)

pictureid

Get Method:
__getfield_pictureid(self)
Set Method:
__setfield_pictureid(self, value)
Delete Method:
__delfield_pictureid(self)

ringerid

Get Method:
__getfield_ringerid(self)
Set Method:
__setfield_ringerid(self, value)
Delete Method:
__delfield_ringerid(self)

secret

Get Method:
__getfield_secret(self)
Set Method:
__setfield_secret(self, value)
Delete Method:
__delfield_secret(self)

slot

Get Method:
__getfield_slot(self)
Set Method:
__setfield_slot(self, value)
Delete Method:
__delfield_slot(self)

urlp

Get Method:
__getfield_urlp(self)
Set Method:
__setfield_urlp(self, value)
Delete Method:
__delfield_urlp(self)