| Constructor and Description |
|---|
CustomizableEntity(Map<String,Object> customFields)
TODO
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getCustomField(String name,
Class<T> type)
Return the specified custom field value,
null if the custom field is not present. |
Set<Map.Entry<String,Object>> |
getCustomFields()
Returns the custom fields stored in the entity.
|
String |
toString() |
public final <T> T getCustomField(String name, Class<T> type)
null if the custom field is not present.name - the custom field name, it cannot be null.null if the custom field is not present.public final Set<Map.Entry<String,Object>> getCustomFields()
Copyright © 2010 - 2020 Adobe. All Rights Reserved