public class EndpointsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
endpoint |
protected String |
name |
protected static String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
EndpointsReference() |
EndpointsReference(Map objIdMap) |
EndpointsReference(Reference other) |
EndpointsReference(String guid) |
EndpointsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
EndpointsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
EndpointsReference(String guid,
String relatedEndType) |
EndpointsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Endpoint |
getEndpoint() |
int |
hashCode() |
void |
setEndpoint(Endpoint endpoint) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected static final String relationship_Type
protected String name
protected Endpoint endpoint
public EndpointsReference()
public EndpointsReference(String guid)
public EndpointsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public EndpointsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public EndpointsReference(Reference other)
public EndpointsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic EndpointsReference(Map objIdMap)
public Endpoint getEndpoint()
public void setEndpoint(Endpoint endpoint)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.