Module fileview :: Class MediaEntry
[hide private]
[frames] | no frames]

Class MediaEntry

source code

object --+
         |
        MediaEntry

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get(self) source code
 
set(self, d) source code
 
get_db_dict(self) source code
 
set_db_dict(self, d) source code
 
_create_id(self)
Create a BitPim serial for this entry
source code
 
_get_id(self) source code
 
_set_id(self, id) source code
 
_set_or_del(self, key, v, v_list=[]) source code
 
_get_origin(self) source code
 
_set_origin(self, v) source code
 
_get_mediadata(self) source code
 
_set_mediadata(self, v) source code
 
_get_name(self) source code
 
_set_name(self, v) source code
 
_get_index(self) source code
 
_set_index(self, v) source code
 
_get_timestamp(self) source code
 
_set_timestamp(self, v) source code

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

Class Variables [hide private]
  _id_index = 0
  _max_id_index = 999
Properties [hide private]
  id
  origin
  mediadata
  name
  index
  timestamp

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

id

Get Method:
_get_id(self)
Set Method:
_set_id(self, id)

origin

Get Method:
_get_origin(self)
Set Method:
_set_origin(self, v)

mediadata

Get Method:
_get_mediadata(self)
Set Method:
_set_mediadata(self, v)

name

Get Method:
_get_name(self)
Set Method:
_set_name(self, v)

index

Get Method:
_get_index(self)
Set Method:
_set_index(self, v)

timestamp

Get Method:
_get_timestamp(self)
Set Method:
_set_timestamp(self, v)