public class AbstractIdentifiableObject extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.bson.types.ObjectId |
_id |
protected Map<String,Object> |
customFields |
| Constructor and Description |
|---|
AbstractIdentifiableObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomField(String key,
Object value) |
Object |
getCustomField(String key) |
Map<String,Object> |
getCustomFields() |
org.bson.types.ObjectId |
getId() |
void |
setCustomFields(Map<String,Object> customFields) |
void |
setId(org.bson.types.ObjectId _id) |
Copyright © 2019. All rights reserved.