Class ActorProfileRequestBody

    • Constructor Detail

      • ActorProfileRequestBody

        public ActorProfileRequestBody()
        Default constructor
      • ActorProfileRequestBody

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

      • getProperties

        public ActorProfileProperties getProperties()
        Return the properties for this profile.
        Returns:
        properties bean
      • setProperties

        public void setProperties​(ActorProfileProperties properties)
        Set up the properties for this profile.
        Parameters:
        properties - properties bean
      • getContributionRecord

        public ContributionRecord getContributionRecord()
        Return the optional contribution record for the profile. If this is not null, the contribution set up.
        Returns:
        record
      • setContributionRecord

        public void setContributionRecord​(ContributionRecord contributionRecord)
        Set up the optional contribution record for the profile. If this is not null, the contribution set up.
        Parameters:
        contributionRecord - record
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class MetadataSourceRequestBody
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison