public class RelatedProjectsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Project |
project |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
RelatedProjectsReference() |
RelatedProjectsReference(Map objIdMap) |
RelatedProjectsReference(Reference other) |
RelatedProjectsReference(String guid) |
RelatedProjectsReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
RelatedProjectsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
RelatedProjectsReference(String guid,
String relatedEndType) |
RelatedProjectsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
RelatedProjectsReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Project |
getProject() |
int |
hashCode() |
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 String relationship_Type
protected String name
protected Project project
public RelatedProjectsReference()
public RelatedProjectsReference(String guid)
public RelatedProjectsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public RelatedProjectsReference(String relatedEndType, String attrName, Object attrValue)
public RelatedProjectsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public RelatedProjectsReference(Reference other)
public RelatedProjectsReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic RelatedProjectsReference(Map objIdMap)
public Project getProject()
public void setProject(Project project)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.