public class ScholixRelationship extends Object
| Constructor and Description |
|---|
ScholixRelationship() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ScholixRelationship |
fromScholixIndexRelationship(ScholixRelationship inputRel) |
String |
getInverseRelationship()
Get inverseRelationship
|
String |
getName()
Get name
|
String |
getSchema()
Get The name of the schema or controlled list from which Relationship Sub-type is sourced
|
int |
hashCode() |
ScholixRelationship |
inverseRelationship(String inverseRelationship) |
ScholixRelationship |
name(String name) |
ScholixRelationship |
schema(String schema) |
void |
setInverseRelationship(String inverseRelationship) |
void |
setName(String name) |
void |
setSchema(String schema) |
String |
toString() |
public ScholixRelationship name(String name)
public String getName()
public void setName(String name)
public ScholixRelationship schema(String schema)
public String getSchema()
public void setSchema(String schema)
public ScholixRelationship inverseRelationship(String inverseRelationship)
public String getInverseRelationship()
public void setInverseRelationship(String inverseRelationship)
public static ScholixRelationship fromScholixIndexRelationship(ScholixRelationship inputRel)
Copyright © 2025. All rights reserved.