public class ExternalTypeReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected static String |
relationship_Type |
protected SchemaLinkElement |
schemaLinkElement |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
ExternalTypeReference() |
ExternalTypeReference(Map objIdMap) |
ExternalTypeReference(Reference other) |
ExternalTypeReference(String guid) |
ExternalTypeReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ExternalTypeReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
ExternalTypeReference(String guid,
String relatedEndType) |
ExternalTypeReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SchemaLinkElement |
getSchemaLinkElement() |
int |
hashCode() |
void |
setSchemaLinkElement(SchemaLinkElement schemaLinkElement) |
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 SchemaLinkElement schemaLinkElement
public ExternalTypeReference()
public ExternalTypeReference(String guid)
public ExternalTypeReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ExternalTypeReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ExternalTypeReference(Reference other)
public ExternalTypeReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic ExternalTypeReference(Map objIdMap)
public SchemaLinkElement getSchemaLinkElement()
public void setSchemaLinkElement(SchemaLinkElement schemaLinkElement)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.