public class RelationshipRest extends BaseObjectRest<Integer>
Relationship for explanation about the properties| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
NAME |
idAUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
RelationshipRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Class |
getController() |
UUID |
getLeftId() |
int |
getLeftPlace() |
RelationshipTypeRest |
getRelationshipType() |
int |
getRelationshipTypeId() |
UUID |
getRightId() |
int |
getRightPlace() |
String |
getType() |
void |
setLeftId(UUID leftId) |
void |
setLeftPlace(int leftPlace) |
void |
setRelationshipType(RelationshipTypeRest relationshipType) |
void |
setRelationshipTypeId(int relationshipTypeId) |
void |
setRightId(UUID rightId) |
void |
setRightPlace(int rightPlace) |
getErrors, getId, setErrors, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public static final String CATEGORY
public String getType()
public String getCategory()
public Class getController()
public UUID getLeftId()
public void setLeftId(UUID leftId)
@LinkRest(linkClass=RelationshipTypeRest.class) public RelationshipTypeRest getRelationshipType()
public void setRelationshipType(RelationshipTypeRest relationshipType)
public UUID getRightId()
public void setRightId(UUID rightId)
public int getLeftPlace()
public void setLeftPlace(int leftPlace)
public int getRightPlace()
public void setRightPlace(int rightPlace)
public int getRelationshipTypeId()
public void setRelationshipTypeId(int relationshipTypeId)
Copyright © 2019 DuraSpace. All rights reserved.