Package org.apache.cayenne.map.event
Class EmbeddableAttributeEvent
java.lang.Object
java.util.EventObject
org.apache.cayenne.event.CayenneEvent
org.apache.cayenne.map.event.MapEvent
org.apache.cayenne.map.event.EmbeddableEvent
org.apache.cayenne.map.event.EmbeddableAttributeEvent
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsFields inherited from class org.apache.cayenne.map.event.EmbeddableEventembeddableFields 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 SummaryConstructorsConstructorDescriptionEmbeddableAttributeEvent(Object source, EmbeddableAttribute attrib, Embeddable embeddable, int id) EmbeddableAttributeEvent(Object source, Embeddable embeddable, EmbeddableAttribute embeddableAttribute) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns the newName of the object that caused this event.voidsetEmbeddableAttribute(EmbeddableAttribute embeddableAttribute) Methods inherited from class org.apache.cayenne.map.event.EmbeddableEventgetEmbeddable, setEmbeddableMethods 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- 
embeddableAttribute
 
- 
- 
Constructor Details- 
EmbeddableAttributeEventpublic EmbeddableAttributeEvent(Object source, Embeddable embeddable, EmbeddableAttribute embeddableAttribute) 
- 
EmbeddableAttributeEventpublic EmbeddableAttributeEvent(Object source, EmbeddableAttribute attrib, Embeddable embeddable, int id) 
 
- 
- 
Method Details- 
getNewNameDescription copied from class:MapEventReturns the newName of the object that caused this event.- Overrides:
- getNewNamein class- EmbeddableEvent
 
- 
getEmbeddableAttribute
- 
setEmbeddableAttribute
 
-