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
public class EmbeddableEvent extends MapEvent
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description protected EmbeddableembeddableFields inherited from class org.apache.cayenne.map.event.MapEventADD, CHANGE, domain, id, oldName, oldNameSet, REMOVEFields inherited from class org.apache.cayenne.event.CayenneEventinfo, postedBy, subjectFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors Constructor Description EmbeddableEvent(Object source, Embeddable embeddable)EmbeddableEvent(Object src, Embeddable embeddable2, int id)EmbeddableEvent(Object src, Embeddable embeddable2, String oldClassName)
- 
Method SummaryModifier and Type Method Description EmbeddablegetEmbeddable()StringgetNewName()Returns the newName of the object that caused this event.voidsetEmbeddable(Embeddable embeddable)Methods inherited from class org.apache.cayenne.map.event.MapEventgetDomain, getId, getOldName, isNameChange, setDomain, setId, setOldNameMethods inherited from class org.apache.cayenne.event.CayenneEventgetInfo, getPostedBy, getSubject, setPostedBy, setSubjectMethods inherited from class java.util.EventObjectgetSource, toString
- 
Field Details- 
embeddable
 
- 
- 
Constructor Details- 
EmbeddableEvent
- 
EmbeddableEvent
- 
EmbeddableEvent
 
- 
- 
Method Details- 
setEmbeddable
- 
getEmbeddable
- 
getNewNameDescription copied from class:MapEventReturns the newName of the object that caused this event.- Specified by:
- getNewNamein class- MapEvent
 
 
-