public class AssignedElementsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Referenceable |
referenceable |
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 |
|---|
AssignedElementsReference() |
AssignedElementsReference(Map objIdMap) |
AssignedElementsReference(Reference other) |
AssignedElementsReference(String guid) |
AssignedElementsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
AssignedElementsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
AssignedElementsReference(String guid,
String relatedEndType) |
AssignedElementsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConfidence()
Level of confidence in the correctness of the relationship.
|
String |
getDescription()
Description of the relationship.
|
String |
getExpression()
Expression describing the relationship.
|
Referenceable |
getReferenceable() |
String |
getSource()
Person, organization or automated process that created the relationship.
|
String |
getStatus()
The status of the relationship.
|
String |
getSteward()
Person responsible for the relationship.
|
int |
hashCode() |
void |
setConfidence(String confidence) |
void |
setDescription(String description) |
void |
setExpression(String expression) |
void |
setReferenceable(Referenceable referenceable) |
void |
setSource(String source) |
void |
setStatus(String status) |
void |
setSteward(String steward) |
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 Referenceable referenceable
public AssignedElementsReference()
public AssignedElementsReference(String guid)
public AssignedElementsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public AssignedElementsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public AssignedElementsReference(Reference other)
public AssignedElementsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic AssignedElementsReference(Map objIdMap)
public Referenceable getReferenceable()
public void setReferenceable(Referenceable referenceable)
public String getDescription()
public void setDescription(String description)
public String getExpression()
public void setExpression(String expression)
public String getStatus()
public void setStatus(String status)
public String getConfidence()
public void setConfidence(String confidence)
public String getSteward()
public void setSteward(String steward)
public String getSource()
public void setSource(String source)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.