public class RelationshipTO extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RelationshipTO.Builder |
Constructor and Description |
---|
RelationshipTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getOtherEndKey() |
String |
getOtherEndName() |
String |
getOtherEndType() |
String |
getType() |
int |
hashCode() |
void |
setOtherEndKey(String otherEndKey) |
void |
setOtherEndName(String otherEndName) |
void |
setOtherEndType(String otherEndType) |
void |
setType(String type) |
public String getType()
public void setType(String type)
public String getOtherEndType()
public void setOtherEndType(String otherEndType)
public String getOtherEndKey()
public void setOtherEndKey(String otherEndKey)
public String getOtherEndName()
public void setOtherEndName(String otherEndName)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.