public class ImplementsGovernanceRulesReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceRule |
governanceRule |
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 |
|---|
ImplementsGovernanceRulesReference() |
ImplementsGovernanceRulesReference(Map objIdMap) |
ImplementsGovernanceRulesReference(Reference other) |
ImplementsGovernanceRulesReference(String guid) |
ImplementsGovernanceRulesReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
ImplementsGovernanceRulesReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ImplementsGovernanceRulesReference(String guid,
String relatedEndType) |
ImplementsGovernanceRulesReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
ImplementsGovernanceRulesReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GovernanceRule |
getGovernanceRule() |
String |
getNotes()
Documents reasons for implementing the rule using this implementation.
|
int |
hashCode() |
void |
setGovernanceRule(GovernanceRule governanceRule) |
void |
setNotes(String notes) |
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 GovernanceRule governanceRule
public ImplementsGovernanceRulesReference()
public ImplementsGovernanceRulesReference(String guid)
public ImplementsGovernanceRulesReference(String guid, String relatedEndType)
public ImplementsGovernanceRulesReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ImplementsGovernanceRulesReference(String relatedEndType, String attrName, Object attrValue)
public ImplementsGovernanceRulesReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ImplementsGovernanceRulesReference(Reference other)
public ImplementsGovernanceRulesReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic ImplementsGovernanceRulesReference(Map objIdMap)
public GovernanceRule getGovernanceRule()
public void setGovernanceRule(GovernanceRule governanceRule)
public String getNotes()
public void setNotes(String notes)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.