public interface JaloPropertyContainer
| Modifier and Type | Method and Description |
|---|---|
void |
setAllLocalizedProperties(String name,
Map<Language,Object> values)
Allows to set all values of a localized property at once.
|
void |
setLocalizedProperty(SessionContext ctx,
String name,
Object value)
sets an external localized property
|
void |
setLocalizedProperty(String name,
Object value)
sets an external localized property, using the default session context to determine the property's language
|
void |
setProperty(String name,
Object value)
sets a property
|
void setProperty(String name, Object value)
value - may be null to remove a propertyvoid setLocalizedProperty(String name, Object value)
void setLocalizedProperty(SessionContext ctx, String name, Object value)
ctx - determines the property's language, but not the staging methodCopyright © 2017 SAP SE. All Rights Reserved.