public class ProjectFocusReference 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 |
|---|
ProjectFocusReference() |
ProjectFocusReference(Map objIdMap) |
ProjectFocusReference(Reference other) |
ProjectFocusReference(String guid) |
ProjectFocusReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
ProjectFocusReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ProjectFocusReference(String guid,
String relatedEndType) |
ProjectFocusReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
ProjectFocusReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Project |
getProject() |
String |
getTeamRole()
Description of the role of the team in the project.
|
int |
hashCode() |
void |
setProject(Project project) |
void |
setTeamRole(String teamRole) |
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 ProjectFocusReference()
public ProjectFocusReference(String guid)
public ProjectFocusReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ProjectFocusReference(String relatedEndType, String attrName, Object attrValue)
public ProjectFocusReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ProjectFocusReference(Reference other)
public ProjectFocusReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic ProjectFocusReference(Map objIdMap)
public Project getProject()
public void setProject(Project project)
public String getTeamRole()
public void setTeamRole(String teamRole)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.