Class GovernanceRoleAppointee

    • Constructor Detail

      • GovernanceRoleAppointee

        public GovernanceRoleAppointee()
        Default constructor
      • GovernanceRoleAppointee

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

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

      • getCurrentAppointees

        public List<GovernanceAppointee> getCurrentAppointees()
        Return information about the person appointed to the governance role.
        Returns:
        list of GovernanceAppointee objects
      • setCurrentAppointees

        public void setCurrentAppointees​(List<GovernanceAppointee> currentAppointees)
        Set up the information about the person appointed to the governance role.
        Parameters:
        currentAppointees - list of GovernanceAppointee objects
      • equals

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