Package org.apache.cayenne.map.event
Class EmbeddableEvent
java.lang.Object
java.util.EventObject
org.apache.cayenne.event.CayenneEvent
org.apache.cayenne.map.event.MapEvent
org.apache.cayenne.map.event.EmbeddableEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmbeddableAttributeEvent
- See Also:
-
Field Summary
Fields inherited from class org.apache.cayenne.map.event.MapEvent
ADD, CHANGE, domain, id, oldName, oldNameSet, REMOVE
Fields inherited from class org.apache.cayenne.event.CayenneEvent
info, postedBy, subject
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionEmbeddableEvent
(Object source, Embeddable embeddable) EmbeddableEvent
(Object src, Embeddable embeddable2, int id) EmbeddableEvent
(Object src, Embeddable embeddable2, String oldClassName) -
Method Summary
Modifier and TypeMethodDescriptionReturns the newName of the object that caused this event.void
setEmbeddable
(Embeddable embeddable) Methods inherited from class org.apache.cayenne.map.event.MapEvent
getDomain, getId, getOldName, isNameChange, setDomain, setId, setOldName
Methods inherited from class org.apache.cayenne.event.CayenneEvent
getInfo, getPostedBy, getSubject, setPostedBy, setSubject
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
embeddable
-
-
Constructor Details
-
EmbeddableEvent
-
EmbeddableEvent
-
EmbeddableEvent
-
-
Method Details
-
setEmbeddable
-
getEmbeddable
-
getNewName
Description copied from class:MapEvent
Returns the newName of the object that caused this event.- Specified by:
getNewName
in classMapEvent
-