public class DependsOnProjectsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Project |
project |
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 |
|---|
DependsOnProjectsReference() |
DependsOnProjectsReference(Map objIdMap) |
DependsOnProjectsReference(Reference other) |
DependsOnProjectsReference(String guid) |
DependsOnProjectsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
DependsOnProjectsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
DependsOnProjectsReference(String guid,
String relatedEndType) |
DependsOnProjectsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDependencySummary()
Reasons for the project dependency.
|
Project |
getProject() |
int |
hashCode() |
void |
setDependencySummary(String dependencySummary) |
void |
setProject(Project project) |
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 Project project
public DependsOnProjectsReference()
public DependsOnProjectsReference(String guid)
public DependsOnProjectsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public DependsOnProjectsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public DependsOnProjectsReference(Reference other)
public DependsOnProjectsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic DependsOnProjectsReference(Map objIdMap)
public Project getProject()
public void setProject(Project project)
public String getDependencySummary()
public void setDependencySummary(String dependencySummary)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.