Class StakeholderProperties

    • Constructor Detail

      • StakeholderProperties

        public StakeholderProperties()
        Default constructor
      • StakeholderProperties

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

      • getStakeholderRole

        public String getStakeholderRole()
        Return the role of the stakeholder to the initiative.
        Returns:
        role type
      • setStakeholderRole

        public void setStakeholderRole​(String stakeholderRole)
        Set up the role of the stakeholder to the initiative.
        Parameters:
        stakeholderRole - role 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