public class CarmlRefObjectMap extends CarmlResource implements RefObjectMap
| Modifier and Type | Class and Description |
|---|---|
static class |
CarmlRefObjectMap.Builder |
| Constructor and Description |
|---|
CarmlRefObjectMap() |
CarmlRefObjectMap(TriplesMap parentTriplesMap,
Set<Join> joinConditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<Join> |
getJoinConditions() |
TriplesMap |
getParentTriplesMap() |
int |
hashCode() |
static CarmlRefObjectMap.Builder |
newBuilder() |
void |
setJoinConditions(Set<Join> joinConditions) |
void |
setParentTriplesMap(TriplesMap parentTriplesMap) |
String |
toString() |
getId, getLabel, setId, setLabelclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getLabel, getResourceNamepublic CarmlRefObjectMap()
public CarmlRefObjectMap(TriplesMap parentTriplesMap, Set<Join> joinConditions)
public TriplesMap getParentTriplesMap()
getParentTriplesMap in interface RefObjectMappublic Set<Join> getJoinConditions()
getJoinConditions in interface RefObjectMappublic void setParentTriplesMap(TriplesMap parentTriplesMap)
public static CarmlRefObjectMap.Builder newBuilder()
Copyright © 2017–2018 Taxonic. All rights reserved.