Class ProjectTeamProperties

    • Constructor Detail

      • ProjectTeamProperties

        public ProjectTeamProperties()
        Default constructor
      • ProjectTeamProperties

        public ProjectTeamProperties​(ProjectTeamProperties template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getTeamRole

        public String getTeamRole()
        Return the membership type.
        Returns:
        membership type
      • setTeamRole

        public void setTeamRole​(String teamRole)
        Set up the membership type.
        Parameters:
        teamRole - membership type
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class RelationshipProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison