public class AbstractOrganizableObject extends AbstractIdentifiableObject
AbstractIdentifiableObject and is used
as parent class for all the objects that should be organized or identified
by custom attributes| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
attributes |
static String |
NAME |
static String |
VERSION |
_id, customFields| Constructor and Description |
|---|
AbstractOrganizableObject() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
void |
setAttributes(Map<String,String> attributes)
Sets the attributes used to identify this object's instance
|
addCustomField, getCustomField, getCustomFields, getId, setCustomFields, setIdpublic static final String NAME
public static final String VERSION
Copyright © 2019. All rights reserved.