Class ProjectTeamMember
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ProjectTeamMember
- All Implemented Interfaces:
MetadataElement
ProjectTeamMember describes a team member of a project.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorProjectTeamMember(ProjectTeamMember template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the element header associated with the relationship.Return the properties of the member.Return the properties from the membership relationship.inthashCode()Return hash code for this objectvoidsetElementHeader(ElementHeader elementHeader) Set up the element header associated with the relationship.voidsetMember(ElementStub member) Set up the properties of the member.voidsetProjectTeamProperties(ProjectTeamProperties projectTeamProperties) Set up the properties from the membership relationship.toString()JSON-style toString
-
Constructor Details
-
ProjectTeamMember
public ProjectTeamMember()Default constructor -
ProjectTeamMember
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getElementHeader
Return the element header associated with the relationship.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the relationship.- Specified by:
setElementHeaderin interfaceMetadataElement- Parameters:
elementHeader- element header object
-
getProjectTeamProperties
Return the properties from the membership relationship.- Returns:
- membership properties
-
setProjectTeamProperties
Set up the properties from the membership relationship.- Parameters:
projectTeamProperties- membership properties
-
getMember
Return the properties of the member.- Returns:
- member properties
-
setMember
Set up the properties of the member.- Parameters:
member- properties
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-