public class BaseEdgeDocument extends BaseDocument
id, key, properties, revision| Constructor and Description |
|---|
BaseEdgeDocument() |
BaseEdgeDocument(Map<String,Object> properties) |
BaseEdgeDocument(String from,
String to) |
BaseEdgeDocument(String key,
String from,
String to) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFrom() |
String |
getTo() |
int |
hashCode() |
void |
setFrom(String from) |
void |
setTo(String to) |
String |
toString() |
addAttribute, getAttribute, getId, getKey, getProperties, getRevision, setId, setKey, setProperties, setRevision, updateAttributepublic String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public String toString()
toString in class BaseDocumentpublic int hashCode()
hashCode in class BaseDocumentpublic boolean equals(Object obj)
equals in class BaseDocumentCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.