
Classes | |
| class | ERIAttributeTypeClazz |
| interface | Key |
Public Member Functions | |
| Format | formatter () |
| void | init (EOEditingContext ec) |
Static Public Attributes | |
| static final ERIAttributeTypeClazz | clazz = new ERIAttributeTypeClazz() |
Static Private Attributes | |
| static final org.apache.log4j.Logger | log = org.apache.log4j.Logger.getLogger(ERIAttributeType.class) |
| Format formatter | ( | ) |
| void init | ( | EOEditingContext | ec | ) |
used for initialization stuff instead of awakeFromInsertion. awakeFromInsertions is buggy because if an EO is deleted and then its EOEditingContext is reverted using 'revert' for example then EOF will -insert- this EO again in its EOEditingContext which in turn calls awakeFromInsertion again.
| ec | the EOEditingContext in which this new EO is inserted |
Reimplemented from ERXGenericRecord.
final ERIAttributeTypeClazz clazz = new ERIAttributeTypeClazz() [static] |
final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(ERIAttributeType.class) [static, private] |
general logging support
Implements ERXEnterpriseObject.
1.5.8