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