org.apache.cayenne.map
Class CallbackDescriptor
java.lang.Object
org.apache.cayenne.map.CallbackDescriptor
- All Implemented Interfaces:
- Serializable
public class CallbackDescriptor
- extends Object
- implements Serializable
A mapping descriptor of a single callback event.
- Since:
- 3.0
- Author:
- Andrus Adamchik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callbackType
protected int callbackType
callbackMethods
protected Set callbackMethods
CallbackDescriptor
public CallbackDescriptor(int callbackType)
clear
public void clear()
- Removes all callback methods.
getCallbackMethods
public Collection getCallbackMethods()
- Returns all callback methods for this callback event.
addCallbackMethod
public void addCallbackMethod(String methodName)
removeCallbackMethod
public void removeCallbackMethod(String methodName)
getCallbackType
public int getCallbackType()
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.