public class BaseDocument extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
key |
protected Map<String,Object> |
properties |
protected String |
revision |
Constructor and Description |
---|
BaseDocument() |
BaseDocument(Map<String,Object> properties) |
BaseDocument(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String key,
Object value) |
boolean |
equals(Object obj) |
Object |
getAttribute(String key) |
String |
getId() |
String |
getKey() |
Map<String,Object> |
getProperties() |
String |
getRevision() |
int |
hashCode() |
void |
setKey(String key) |
void |
setProperties(Map<String,Object> properties) |
void |
setRevision(String revision) |
String |
toString() |
void |
updateAttribute(String key,
Object value) |
public BaseDocument()
public BaseDocument(String key)
Copyright © 2016 ArangoDB GmbH. All rights reserved.