public class RelationshipEnd extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_END_GUID |
static String |
KEY_RELATIONSHIP_GUID |
static String |
KEY_TYPENAME |
static String |
KEY_UNIQUE_ATTRIBUTES |
protected String |
typeName |
| Constructor and Description |
|---|
RelationshipEnd() |
RelationshipEnd(Map objIdMap) |
RelationshipEnd(RelationshipEnd other) |
RelationshipEnd(String guid) |
RelationshipEnd(String typeName,
Map<String,Object> uniqueAttributes) |
RelationshipEnd(String guid,
String typeName) |
RelationshipEnd(String guid,
String typeName,
Map<String,Object> uniqueAttributes) |
RelationshipEnd(String typeName,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEndGuid()
This guid of the is the related end of this reference
|
String |
getRelationshipGuid()
This is the relationship guid associated with this reference
|
String |
getTypeName()
This is the related ends type name
|
Map<String,Object> |
getUniqueAttributes() |
int |
hashCode() |
void |
setEndGuid(String EndGuid) |
void |
setRelationshipGuid(String relationshipGuid) |
void |
setTypeName(String typeName) |
void |
setUniqueAttributes(Map<String,Object> uniqueAttributes) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
public static final String KEY_END_GUID
public static final String KEY_RELATIONSHIP_GUID
public static final String KEY_TYPENAME
public static final String KEY_UNIQUE_ATTRIBUTES
protected String typeName
public RelationshipEnd()
public RelationshipEnd(String guid)
public RelationshipEnd(String guid, String typeName, Map<String,Object> uniqueAttributes)
public RelationshipEnd(RelationshipEnd other)
public RelationshipEnd(Map objIdMap)
public String getEndGuid()
public void setEndGuid(String EndGuid)
public String getRelationshipGuid()
public void setRelationshipGuid(String relationshipGuid)
public String getTypeName()
public void setTypeName(String typeName)
public StringBuilder toString(StringBuilder sb)
Copyright © 2017–2018 ODPi. All rights reserved.