public class ModelBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<CustomAttribute> |
attributes |
| Constructor and Description |
|---|
ModelBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CustomAttribute customAttribute) |
void |
addAll(CustomAttribute[] customAttributes) |
String |
getCustomAttributeValue(String customAttributeName) |
String[] |
getCustomAttributeValues(String customAttributeName) |
Map<String,Object> |
getGroupedAttributes() |
protected Set<CustomAttribute> attributes
public void add(CustomAttribute customAttribute)
public void addAll(CustomAttribute[] customAttributes)
Copyright © 2020. All rights reserved.