public class ScholixRelationship extends Object implements Serializable, Comparable<ScholixRelationship>
| Constructor and Description |
|---|
ScholixRelationship() |
ScholixRelationship(String name,
String schema,
String inverse) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScholixRelationship other) |
boolean |
equals(Object o) |
String |
getInverse() |
String |
getName() |
String |
getSchema() |
int |
hashCode() |
void |
setInverse(String inverse) |
void |
setName(String name) |
void |
setSchema(String schema) |
public String getName()
public void setName(String name)
public String getSchema()
public void setSchema(String schema)
public String getInverse()
public void setInverse(String inverse)
public int compareTo(ScholixRelationship other)
compareTo in interface Comparable<ScholixRelationship>Copyright © 2025. All rights reserved.