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

Class GeographicBoundary

source code


Nested Classes

Inherited from elixir.entity.Entity: __metaclass__

Instance Methods
 
full_name(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
  code = Field(Unicode(10))
  name = Field(Unicode(40), required= True)
  __elixir_mutators__ = [(<elixir.statements.ClassMutator object...
  mapper = None
hash(x)
  table = None
hash(x)
Properties

Inherited from object: __class__

Method Details

full_name(self)

source code 
Decorators:
  • @ColumnProperty

Class Variable Details

__elixir_mutators__

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