public class RelationshipDisplayEvent extends EntityDisplayEvent
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
relationshipChanged |
protected Relationship[] |
relationships |
entity, entityChanged, mainTabFocus, unselectAttributesdataMap, dataMapChangeddataNode, dataNodeChangeddomain, domainChangedchanged, pathObject, refiredsource| Constructor and Description |
|---|
RelationshipDisplayEvent(Object src,
Relationship[] relationships,
Entity entity,
DataMap map,
DataChannelDescriptor domain) |
RelationshipDisplayEvent(Object src,
Relationship relationship,
Entity entity,
DataMap map,
DataChannelDescriptor domain) |
| Modifier and Type | Method and Description |
|---|---|
Relationship[] |
getRelationships() |
boolean |
isRelationshipChanged() |
void |
setRelationshipChanged(boolean temp) |
getEntity, isEntityChanged, isMainTabFocus, isUnselectAttributes, setEntity, setEntityChanged, setMainTabFocus, setUnselectAttributesgetDataMap, isDataMapChanged, setDataMap, setDataMapChangedgetDataNode, isDataNodeChanged, setDataNode, setDataNodeChangedgetDomain, isDomainChanged, setDomain, setDomainChangedgetPathObject, isChanged, isRefired, pointsTo, setChanged, setRefiredgetSource, toStringprotected Relationship[] relationships
protected boolean relationshipChanged
public RelationshipDisplayEvent(Object src, Relationship relationship, Entity entity, DataMap map, DataChannelDescriptor domain)
public RelationshipDisplayEvent(Object src, Relationship[] relationships, Entity entity, DataMap map, DataChannelDescriptor domain)
public Relationship[] getRelationships()
public boolean isRelationshipChanged()
public void setRelationshipChanged(boolean temp)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.