The PrimaryObject is the base class for all primary objects in the
database.
Primary objects are the core objects in the database. Each object has
a database handle and a GRAMPS ID value. The database handle is used as
the record number for the database, and the GRAMPS ID is the user visible
version.
|
|
bool
|
|
|
|
|
|
|
|
MarkerType
|
|
Inherited from BasicPrimaryObject :
get_change_display ,
get_change_time ,
get_gramps_id ,
get_handle ,
has_media_reference ,
has_source_reference ,
remove_media_references ,
remove_source_references ,
replace_media_references ,
replace_source_references ,
set_gramps_id ,
set_handle
Inherited from baseobj.BaseObject :
get_handle_referents ,
get_referenced_handles ,
get_referenced_handles_recursively ,
get_text_data_child_list ,
get_text_data_list ,
matches_regexp ,
matches_string ,
serialize ,
unserialize
Inherited from privacybase.PrivacyBase :
get_privacy ,
set_privacy
|