Package com.groiss.store
Class ExportablePersistentObject
java.lang.Object
com.groiss.store.PersistentObject
com.groiss.store.ExportablePersistentObject
- All Implemented Interfaces:
KeyValuePair<String,
,String> Exportable
,Persistent
,Serializable
,Cloneable
- Direct Known Subclasses:
CheckedPersistent
,DirectoryServer
,EvaluationResult
,Recipient
this is an extension to the
PersistentObject
class
which can be exported via the @enterprise import/export functionality
all required Exportable
methods are implemented with default behavior- See Also:
-
Field Summary
Fields inherited from class com.groiss.store.PersistentObject
filled, oid
Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Constructor Summary
-
Method Summary
Methods inherited from class com.groiss.store.PersistentObject
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, clone, dbFields, equals, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getValue, hashCode, isFilled, isValid, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setOid, toListString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.groiss.store.Exportable
beforeImport, exportFields, getAdditionalObjects, getRequiredObjects, getRequiredReferences
Methods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
Constructor Details
-
ExportablePersistentObject
public ExportablePersistentObject()
-