public class AlsoKnownAsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ExternalId |
externalId |
protected String |
name |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
AlsoKnownAsReference() |
AlsoKnownAsReference(Map objIdMap) |
AlsoKnownAsReference(Reference other) |
AlsoKnownAsReference(String guid) |
AlsoKnownAsReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
AlsoKnownAsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
AlsoKnownAsReference(String guid,
String relatedEndType) |
AlsoKnownAsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
AlsoKnownAsReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Description of how the external identifier relates to the resource.
|
ExternalId |
getExternalId() |
String |
getSource()
Details of where the external identifier was sourced from.
|
String |
getUsage()
Description of how the external identifier can be used.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setExternalId(ExternalId externalId) |
void |
setSource(String source) |
void |
setUsage(String usage) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected String relationship_Type
protected String name
protected ExternalId externalId
public AlsoKnownAsReference()
public AlsoKnownAsReference(String guid)
public AlsoKnownAsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public AlsoKnownAsReference(String relatedEndType, String attrName, Object attrValue)
public AlsoKnownAsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public AlsoKnownAsReference(Reference other)
public AlsoKnownAsReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic AlsoKnownAsReference(Map objIdMap)
public ExternalId getExternalId()
public void setExternalId(ExternalId externalId)
public String getDescription()
public void setDescription(String description)
public String getUsage()
public void setUsage(String usage)
public String getSource()
public void setSource(String source)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.