angelos.document.entity_mixin¶
Entity mixin for shared fields.
-
class
angelos.document.entity_mixin.
ChurchMixin
¶ Bases:
object
Mixin for church specific fields.
-
city
¶ Description of attribute city.
- Type
-
region
¶ Description of attribute region.
- Type
-
country
¶ Description of attribute country.
- Type
-
apply_rules
() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-
-
class
angelos.document.entity_mixin.
MinistryMixin
¶ Bases:
object
Mixin for ministry specific fields.
-
vision
¶ Description of attribute vision.
- Type
-
ministry
¶ Description of attribute ministry.
- Type
-
apply_rules
() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-
-
class
angelos.document.entity_mixin.
PersonMixin
¶ Bases:
object
Mixin for person specific fields.
-
sex
¶ Description of attribute sex.
- Type
-
names
¶ Description of attribute names.
- Type
-
family_name
¶ Description of attribute family_name.
- Type
-
given_name
¶ Description of attribute given_name.
- Type
-
apply_rules
() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-