public class GovernedByReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceDefinition |
governanceDefinition |
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 |
|---|
GovernedByReference() |
GovernedByReference(Map objIdMap) |
GovernedByReference(Reference other) |
GovernedByReference(String guid) |
GovernedByReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
GovernedByReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
GovernedByReference(String guid,
String relatedEndType) |
GovernedByReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
GovernedByReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GovernanceDefinition |
getGovernanceDefinition() |
int |
hashCode() |
void |
setGovernanceDefinition(GovernanceDefinition governanceDefinition) |
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 GovernanceDefinition governanceDefinition
public GovernedByReference()
public GovernedByReference(String guid)
public GovernedByReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public GovernedByReference(String relatedEndType, String attrName, Object attrValue)
public GovernedByReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public GovernedByReference(Reference other)
public GovernedByReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic GovernedByReference(Map objIdMap)
public GovernanceDefinition getGovernanceDefinition()
public void setGovernanceDefinition(GovernanceDefinition governanceDefinition)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.