public class OrderedChangeObject
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
OrderedChangeObject(int changeType,
java.lang.Integer index,
ObjectChangeSet changeSet) |
OrderedChangeObject(int changeType,
java.lang.Integer index,
ObjectChangeSet changeSet,
java.lang.Object addedOrRemovedObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAddedOrRemovedObject() |
ObjectChangeSet |
getChangeSet()
INTERNAL:
Return the ObjectChangeSet representing the change made to the collection
|
int |
getChangeType()
INTERNAL:
Return the type of collection change operation (CollectionChangeEvent.REMOVE or CollectionChangeEvent.ADD)
|
java.lang.Integer |
getIndex()
INTERNAL:
Return the index the change was made to the collection.
|
void |
setChangeSet(ObjectChangeSet changeSet)
INTERNAL:
Set the ObjectChangeSet representing the change made to the collection
|
void |
setChangeType(int changeType)
INTERNAL:
Set the type of collection change operation this object represents (CollectionChangeEvent.REMOVE or CollectionChangeEvent.ADD)
|
void |
setIndex(java.lang.Integer index)
INTERNAL:
Set the index the change was made to the collection.
|
public OrderedChangeObject(int changeType, java.lang.Integer index, ObjectChangeSet changeSet)
public OrderedChangeObject(int changeType, java.lang.Integer index, ObjectChangeSet changeSet, java.lang.Object addedOrRemovedObject)
public java.lang.Object getAddedOrRemovedObject()
public int getChangeType()
public void setChangeType(int changeType)
public java.lang.Integer getIndex()
public void setIndex(java.lang.Integer index)
public ObjectChangeSet getChangeSet()
public void setChangeSet(ObjectChangeSet changeSet)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference