Class TeamMemberProperties

    • Constructor Detail

      • TeamMemberProperties

        public TeamMemberProperties()
        Default constructor
      • TeamMemberProperties

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

      • getMembershipPosition

        public String getMembershipPosition()
        Return details of any special role as a member of the team.
        Returns:
        membership position
      • setMembershipPosition

        public void setMembershipPosition​(String membershipPosition)
        Set up details of any special role as a member of the team.
        Parameters:
        membershipPosition - membership position
      • getTeamGUID

        public String getTeamGUID()
        Return the unique identifier (guid) of the team.
        Returns:
        string guid
      • setTeamGUID

        public void setTeamGUID​(String teamGUID)
        Set up the unique identifier (guid) of the team.
        Parameters:
        teamGUID - string guid
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class PersonalRoleProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison