public class EmbeddableAttributeEvent extends EmbeddableEvent
Modifier and Type | Field and Description |
---|---|
protected EmbeddableAttribute |
embeddableAttribute |
embeddable
ADD, CHANGE, domain, id, oldName, oldNameSet, REMOVE
info, postedBy, subject
source
Constructor and Description |
---|
EmbeddableAttributeEvent(Object source,
EmbeddableAttribute attrib,
Embeddable embeddable,
int id) |
EmbeddableAttributeEvent(Object source,
Embeddable embeddable,
EmbeddableAttribute embeddableAttribute) |
Modifier and Type | Method and Description |
---|---|
EmbeddableAttribute |
getEmbeddableAttribute() |
String |
getNewName()
Returns the newName of the object that caused this event.
|
void |
setEmbeddableAttribute(EmbeddableAttribute embeddableAttribute) |
getEmbeddable, setEmbeddable
getDomain, getId, getOldName, isNameChange, setDomain, setId, setOldName
getInfo, getPostedBy, getSubject, setPostedBy, setSubject
getSource, toString
protected EmbeddableAttribute embeddableAttribute
public EmbeddableAttributeEvent(Object source, Embeddable embeddable, EmbeddableAttribute embeddableAttribute)
public EmbeddableAttributeEvent(Object source, EmbeddableAttribute attrib, Embeddable embeddable, int id)
public String getNewName()
MapEvent
getNewName
in class EmbeddableEvent
public EmbeddableAttribute getEmbeddableAttribute()
public void setEmbeddableAttribute(EmbeddableAttribute embeddableAttribute)
Copyright © 2001–2019 Apache Cayenne. All rights reserved.