
Classes | |
| class | ERCStaticClazz |
Public Member Functions | |
| String | toString () |
| String | userPresentableDescription () |
Static Public Attributes | |
| static ERCStaticClazz | clazz = new ERCStaticClazz() |
| static final Logger | log = Logger.getLogger(ERCStatic.class) |
| String toString | ( | ) |
Overrides the EOGenericRecord's implementation to provide a slightly less verbose output. A typical output for an object mapped to the class com.foo.User with a primary key of 50 would look like: <com.foo.User pk:"50"> EOGenericRecord's implementation is preserved in the method toLongString. To restore the original verbose logging in your subclasses override this method and return toLongString.
Reimplemented from ERXGenericRecord.
| String userPresentableDescription | ( | ) |
ERCStaticClazz clazz = new ERCStaticClazz() [static] |
final Logger log = Logger.getLogger(ERCStatic.class) [static] |
logging support
Implements ERXEnterpriseObject.
1.5.8