public class ImplementationsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceControl |
governanceControl |
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 |
|---|
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) |
GovernanceControl |
getGovernanceControl() |
String |
getRationale()
The reasons for implementing the policy using this control.
|
int |
hashCode() |
void |
setGovernanceControl(GovernanceControl governanceControl) |
void |
setRationale(String rationale) |
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 GovernanceControl governanceControl
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 GovernanceControl getGovernanceControl()
public void setGovernanceControl(GovernanceControl governanceControl)
public String getRationale()
public void setRationale(String rationale)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.