public class UpdateAccumulate
extends java.lang.Object
| Constructor and Description |
|---|
UpdateAccumulate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changeAttribute(java.lang.Object newValue,
java.lang.String property) |
boolean |
changeAttribute(UpdateListener listener,
java.lang.Object source,
SendableEntityCreator creator,
java.lang.String property,
java.lang.Object oldValue,
java.lang.Object newValue) |
boolean |
changeItem(java.lang.Object source,
java.lang.Object target,
java.lang.String property) |
Entity |
getChange() |
Tokener |
getTokener() |
UpdateAccumulate |
withAttribute(java.lang.Object newValue,
java.lang.String property) |
UpdateAccumulate |
withChange(Entity change) |
UpdateAccumulate |
withMap(IdMap map) |
UpdateAccumulate |
withTarget(java.lang.Object value) |
UpdateAccumulate |
withTokener(Tokener tokener)
Set the Factory
|
public Tokener getTokener()
public UpdateAccumulate withTokener(Tokener tokener)
tokener - the new Factory Tokenerpublic boolean changeItem(java.lang.Object source,
java.lang.Object target,
java.lang.String property)
public UpdateAccumulate withMap(IdMap map)
public UpdateAccumulate withAttribute(java.lang.Object newValue, java.lang.String property)
public UpdateAccumulate withTarget(java.lang.Object value)
public boolean changeAttribute(UpdateListener listener, java.lang.Object source, SendableEntityCreator creator, java.lang.String property, java.lang.Object oldValue, java.lang.Object newValue)
public boolean changeAttribute(java.lang.Object newValue,
java.lang.String property)
public Entity getChange()
public UpdateAccumulate withChange(Entity change)