Class ProfileIdentityProperties

  • All Implemented Interfaces:
    Serializable

    public class ProfileIdentityProperties
    extends Object
    implements Serializable
    ProfileIdentityProperties describes the properties for the ProfileIdentity relationship between a profile and a user identity.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProfileIdentityProperties

        public ProfileIdentityProperties()
        Default constructor
      • ProfileIdentityProperties

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

      • getRoleTypeName

        public String getRoleTypeName()
        Return the type of the role.
        Returns:
        name
      • setRoleTypeName

        public void setRoleTypeName​(String roleTypeName)
        Set up the type of the role.
        Parameters:
        roleTypeName - name
      • getRoleGUID

        public String getRoleGUID()
        Return the instance of the role.
        Returns:
        guid
      • setRoleGUID

        public void setRoleGUID​(String roleGUID)
        Set up the instance of the role.
        Parameters:
        roleGUID - guid
      • getDescription

        public String getDescription()
        Return the description of the user identity with respect to the individual.
        Returns:
        value string
      • setDescription

        public void setDescription​(String description)
        Set up the description of the user identity with respect to the individual.
        Parameters:
        description - value string
      • toString

        public String toString()
        JSON-style toString.
        Overrides:
        toString in class Object
        Returns:
        list of properties and their values.
      • equals

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

        public int hashCode()
        Hash code for this object
        Overrides:
        hashCode in class Object
        Returns:
        int