Class AgreementRoleProperties

    • Constructor Detail

      • AgreementRoleProperties

        public AgreementRoleProperties()
        Default constructor
      • AgreementRoleProperties

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

      • setRoleName

        public void setRoleName​(String roleName)
        Set up the name of the role from the agreement text.
        Parameters:
        roleName - String name
      • getRoleName

        public String getRoleName()
        Returns the name of the role from the agreement text.
        Returns:
        String name
      • 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