public interface SCOMap<T> extends SCOContainer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
updateEmbeddedKey(Object key,
int fieldNumber,
Object newValue,
boolean makeDirty)
Method to update an embedded key stored in the map.
|
void |
updateEmbeddedValue(Object value,
int fieldNumber,
Object newValue,
boolean makeDirty)
Method to update an embedded value stored in the map.
|
isLoaded, load, setValueattachCopy, clone, detachCopy, getFieldName, getOwner, getValue, initialise, initialise, initialise, unsetOwnervoid updateEmbeddedKey(Object key, int fieldNumber, Object newValue, boolean makeDirty)
key - The keyfieldNumber - Number of field in the elementnewValue - the new value for this fieldmakeDirty - Whether to make the SCO field dirty.void updateEmbeddedValue(Object value, int fieldNumber, Object newValue, boolean makeDirty)
value - The valuefieldNumber - Number of field in the elementnewValue - the new value for this fieldmakeDirty - Whether to make the SCO field dirty.Copyright © 2015. All rights reserved.