Method Summary |
|
__init__(self,
name,
**kw)
|
|
addAttribute (self,
attributeDescObj,
model)
add attribute to model |
|
addRelation (self,
relationDescObj)
add relation to model |
|
attFKName(self,
destEntityName)
|
|
attributeNamed(self,
name)
|
|
attributes (self)
|
|
build_attributes (self,
model)
Builds a Modeling.Entity / Phase 3 |
|
build_preprocess_relationships_and_inverse (self,
model)
Builds a Modeling.Entity / Phase 4 |
|
build_toMany_relationships(self,
model)
|
|
build_toOne_relationships(self,
model)
|
|
forward_rel_info(self,
rel,
model)
|
|
inheritFrom (self,
entityDescObj)
add to this entity all other atts & rels defined in entityDescObj |
|
prebuild_with_defaults (self,
model)
Phase 1 |
|
prebuild_with_parent_properties (self,
model)
Builds a Modeling.Entity / Phase 2 |
|
primaryKey (self)
Returns the entity's PK |
|
processAttributes(self,
model)
|
|
propagate_attribute(self,
attributeDescObj,
model)
|
|
propertyNamed(self,
name)
|
|
relationshipNamed (self,
name)
|
|
relationships (self)
|
|
removeAttribute (self,
attributeDescObj)
remove attribute from model |
|
removeRelation (self,
relationDescObj)
remove relation from model |
Inherited from BaseDescription |
|
build (self,
model)
|
|
clone (self,
descriptionObject)
return an independant copy of object |
|
defaultedField (self,
field,
defaultValue)
|
|
requiredField (self,
field)
make test more useful |
|
toXML (self)
|
|
update (self)
|