Package com.groiss.org
Interface Agent
- All Superinterfaces:
Activatable
,KeyValuePair<String,
,String> Persistent
,Serializable
Common interface for User and Role.
-
Field Summary
Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Method Summary
Methods inherited from interface com.groiss.store.Activatable
isActive, setActive
Methods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
Method Details
-
getOid
long getOid()Returns the unique oid of the object.- Specified by:
getOid
in interfacePersistent
- Returns:
- the oid
-
getId
String getId()Returns the id of the object.- Returns:
- the oid
-