public class PropertyMapSetter extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
dirties |
protected Map<String,Object> |
map |
Constructor and Description |
---|
PropertyMapSetter(PropertyMap propertyMap) |
Modifier and Type | Method and Description |
---|---|
PropertyMap |
getDirties() |
void |
set(String key,
Boolean value) |
void |
set(String key,
Date value) |
void |
set(String key,
Double value) |
void |
set(String key,
Long value) |
void |
set(String key,
PropertyList value) |
void |
set(String key,
PropertyMap value) |
void |
set(String key,
String value) |
public PropertyMapSetter(PropertyMap propertyMap)
public PropertyMap getDirties()
public void set(String key, PropertyList value)
public void set(String key, PropertyMap value)
Copyright © 2018 Nuxeo. All rights reserved.