public class DossierContextImpl extends Object implements Serializable, DossierContext
| Constructor and Description |
|---|
DossierContextImpl() |
DossierContextImpl(Map<String,Object> values) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
boolean |
containsProperty(String name) |
boolean |
equals(Object obj) |
Object |
getProperty(String name) |
int |
hashCode() |
void |
setProperty(String name,
Object value) |
public Map<String,Object> asMap()
asMap in interface DossierContextpublic void setProperty(String name, Object value)
setProperty in interface DossierContextpublic boolean containsProperty(String name)
containsProperty in interface DossierContextpublic Object getProperty(String name)
getProperty in interface DossierContextCopyright © 2021. All rights reserved.