Created on Sep 25, 2009
@author: Erik De Rijcke
Create a class that can be subclassed to provide a class that has a type 3 status with methods to manipulate and review its status :param status_attribute: the name of the type 3 status attribute
Creates a new type related to the given entity. .. typeable_entity:: A string referring to an entity.
Parameters: | cls_name – an Entity class name |
---|---|
Returns: | the status class used for this entity |
Parameters: | cls_name – an Entity class name |
---|---|
Returns: | the status type class used for this entity |
Creates a new type 3 status related to the given entity :statusable_entity: A string referring to an entity. :enumeration: if this parameter is used, no status type Entity is created, but the status type is described by the enumeration.