public class BaseRelationship extends Object
| Constructor and Description |
|---|
BaseRelationship(String relID) |
BaseRelationship(String id,
String one,
String two,
String table1,
String table2,
String type,
Map<String,Object> values,
Date when,
String username,
String status) |
| Modifier and Type | Method and Description |
|---|---|
Document |
getAsDocument() |
String |
getID() |
String |
getNode() |
String |
getOtherNode() |
Map<String,Object> |
getProperties() |
String |
getRelType() |
Object |
getStatus() |
String |
getTable1() |
String |
getTable2() |
Object |
getUser() |
Date |
getWhen() |
void |
setProperties(Map<String,Object> vals) |
void |
setTable1(String table1) |
void |
setTable2(String table2) |
public BaseRelationship(String id, String one, String two, String table1, String table2, String type, Map<String,Object> values, Date when, String username, String status)
public BaseRelationship(String relID)
public String getID()
public String getOtherNode()
public String getNode()
public String getRelType()
public Date getWhen()
public Object getStatus()
public Object getUser()
public String getTable2()
public void setTable2(String table2)
public String getTable1()
public void setTable1(String table1)
public Document getAsDocument()
Copyright © 2021. All rights reserved.