public abstract class SimpleUpdateObject extends SimpleObject implements UpdateBehaviorDescriptor
| Constructor and Description |
|---|
SimpleUpdateObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addToDoubleValue(double increment) |
abstract void |
addToIntValue(int increment) |
abstract void |
addToLongValue(long increment) |
ResultFromUpdate |
getResultFromUpdate() |
void |
setResultFromUpdate(ResultFromUpdate resultFromUpdate) |
addRelatedObject, addRelatedObject, addToRelatedObjectSet, addToStringList, addToStringSet, equals, getAnotherIntValue, getBytes, getDoubleValue, getId, getIntValue, getLongValue, getRelatedObject, getRelatedObjectMap, getRelatedObjects, getRelatedObjectSet, getSimpleEnum, getStringList, getStringMap, getStringSet, getStringValue, getTransientValue, hashCode, isTestBoolean, setAnotherIntValue, setBytes, setDoubleValue, setId, setIntValue, setLongValue, setRelatedObject, setRelatedObjectMap, setRelatedObjects, setRelatedObjectSet, setSimpleEnum, setStringList, setStringMap, setStringSet, setStringValue, setTestBoolean, setTransientValue, toStringpublic abstract void addToIntValue(int increment)
public abstract void addToLongValue(long increment)
public abstract void addToDoubleValue(double increment)
public ResultFromUpdate getResultFromUpdate()
getResultFromUpdate in interface UpdateBehaviorDescriptorpublic void setResultFromUpdate(ResultFromUpdate resultFromUpdate)
Copyright © 2017. All Rights Reserved.