public class ImpactingProjectsReference 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 |
|---|
ImpactingProjectsReference() |
ImpactingProjectsReference(Map objIdMap) |
ImpactingProjectsReference(Reference other) |
ImpactingProjectsReference(String guid) |
ImpactingProjectsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ImpactingProjectsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
ImpactingProjectsReference(String guid,
String relatedEndType) |
ImpactingProjectsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Project |
getProject() |
String |
getScopeDescription()
Description of how each item is being changed by the project.
|
int |
hashCode() |
void |
setProject(Project project) |
void |
setScopeDescription(String scopeDescription) |
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 ImpactingProjectsReference()
public ImpactingProjectsReference(String guid)
public ImpactingProjectsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ImpactingProjectsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ImpactingProjectsReference(Reference other)
public ImpactingProjectsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic ImpactingProjectsReference(Map objIdMap)
public Project getProject()
public void setProject(Project project)
public String getScopeDescription()
public void setScopeDescription(String scopeDescription)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.