
Classes | |
| class | AssetClazz |
| interface | Key |
Public Member Functions | |
| String | attributeGroupName () |
| ERIDocument | document () |
| String | genericInfo () |
| void | init (EOEditingContext ec) |
| void | setGenericInfo (String value) |
Static Public Attributes | |
| static final AssetClazz | clazz = new AssetClazz() |
Private Member Functions | |
| ERIAttributeGroup | attributeGroup () |
| NSArray< ERIAttribute > | attributes () |
Private Attributes | |
| NSMutableDictionary< String, String > | _genericInfos = ERXMutableDictionary.synchronizedDictionary() |
Static Private Attributes | |
| static final org.apache.log4j.Logger | log = org.apache.log4j.Logger.getLogger(Asset.class) |
| ERIAttributeGroup attributeGroup | ( | ) | [private] |
| String attributeGroupName | ( | ) |
| NSArray<ERIAttribute> attributes | ( | ) | [private] |
| ERIDocument document | ( | ) |
Implements ERIExtensibleObject.
| String genericInfo | ( | ) |
| void init | ( | EOEditingContext | ec | ) |
Initializes the EO. This is called when an EO is created, not when it is inserted into an EC.
Reimplemented from ERXGenericRecord.
| void setGenericInfo | ( | String | value | ) |
NSMutableDictionary<String, String> _genericInfos = ERXMutableDictionary.synchronizedDictionary() [private] |
final AssetClazz clazz = new AssetClazz() [static] |
final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(Asset.class) [static, private] |
general logging support
Implements ERXEnterpriseObject.
1.5.8