public class ImplementationsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Process |
process |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
ImplementationsReference() |
ImplementationsReference(Map objIdMap) |
ImplementationsReference(Reference other) |
ImplementationsReference(String guid) |
ImplementationsReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
ImplementationsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ImplementationsReference(String guid,
String relatedEndType) |
ImplementationsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
ImplementationsReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNotes()
Documents reasons for implementing the process using this implementation.
|
Process |
getProcess() |
int |
hashCode() |
void |
setNotes(String notes) |
void |
setProcess(Process process) |
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 Process process
public ImplementationsReference()
public ImplementationsReference(String guid)
public ImplementationsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ImplementationsReference(String relatedEndType, String attrName, Object attrValue)
public ImplementationsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ImplementationsReference(Reference other)
public ImplementationsReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic ImplementationsReference(Map objIdMap)
public Process getProcess()
public void setProcess(Process process)
public String getNotes()
public void setNotes(String notes)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.