Package Camelot :: Package camelot :: Package model :: Module authentication :: Class EmployerEmployee
[frames] | no frames]

Class EmployerEmployee

source code


Relation from employer to employee
Nested Classes
  Admin
  EmployeeAdmin
  EmployerAdmin

Inherited from elixir.entity.Entity: __metaclass__

Instance Methods
 
first_name(self) source code
 
last_name(self) source code
 
social_security_number(self) source code
 
__unicode__(self) source code

Inherited from elixir.entity.Entity: __init__, delete, expire, expunge, flush, from_dict, merge, refresh, save, save_or_update, set, to_dict, update

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

Class Methods

Inherited from elixir.entity.Entity: get, get_by, update_or_create

Class Variables
  established_from = ManyToOne('Organization', required= True, o...
  established_to = ManyToOne('Person', required= True, ondelete=...
  __elixir_mutators__ = [(<elixir.statements.ClassMutator object...

Inherited from PartyRelationship: comment, from_date, mapper, table, thru_date

Properties

Inherited from object: __class__

Method Details

first_name(self)

source code 
Decorators:
  • @ColumnProperty

last_name(self)

source code 
Decorators:
  • @ColumnProperty

social_security_number(self)

source code 
Decorators:
  • @ColumnProperty

Class Variable Details

established_from

Value:
ManyToOne('Organization', required= True, ondelete= 'cascade', onupdat\
e= 'cascade')

established_to

Value:
ManyToOne('Person', required= True, ondelete= 'cascade', onupdate= 'ca\
scade')

__elixir_mutators__

Value:
[(<elixir.statements.ClassMutator object at 0x9804e0c>,
  (),
  {'inheritance': 'multi', 'tablename': 'party_relationship_empl'})]