public class ExternalReferenceReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ExternalReference |
externalReference |
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 |
|---|
ExternalReferenceReference() |
ExternalReferenceReference(Map objIdMap) |
ExternalReferenceReference(Reference other) |
ExternalReferenceReference(String guid) |
ExternalReferenceReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ExternalReferenceReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
ExternalReferenceReference(String guid,
String relatedEndType) |
ExternalReferenceReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Description of the relevance of this reference to the linked item.
|
ExternalReference |
getExternalReference() |
String |
getReferenceId()
Local identifier for the reference.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setExternalReference(ExternalReference externalReference) |
void |
setReferenceId(String referenceId) |
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 ExternalReference externalReference
public ExternalReferenceReference()
public ExternalReferenceReference(String guid)
public ExternalReferenceReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ExternalReferenceReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ExternalReferenceReference(Reference other)
public ExternalReferenceReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic ExternalReferenceReference(Map objIdMap)
public ExternalReference getExternalReference()
public void setExternalReference(ExternalReference externalReference)
public String getReferenceId()
public void setReferenceId(String referenceId)
public String getDescription()
public void setDescription(String description)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.