Class ProfileIdentityProperties
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.properties.ProfileIdentityProperties
- All Implemented Interfaces:
Serializable
ProfileIdentityProperties describes the properties for the ProfileIdentity relationship between a profile
and a user identity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the description of the user identity with respect to the individual.Return the instance of the role.Return the type of the role.int
hashCode()
Hash code for this objectvoid
setDescription
(String description) Set up the description of the user identity with respect to the individual.void
setRoleGUID
(String roleGUID) Set up the instance of the role.void
setRoleTypeName
(String roleTypeName) Set up the type of the role.toString()
JSON-style toString.
-
Constructor Details
-
ProfileIdentityProperties
public ProfileIdentityProperties()Default constructor -
ProfileIdentityProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRoleTypeName
Return the type of the role.- Returns:
- name
-
setRoleTypeName
Set up the type of the role.- Parameters:
roleTypeName
- name
-
getRoleGUID
Return the instance of the role.- Returns:
- guid
-
setRoleGUID
Set up the instance of the role.- Parameters:
roleGUID
- guid
-
getDescription
Return the description of the user identity with respect to the individual.- Returns:
- value string
-
setDescription
Set up the description of the user identity with respect to the individual.- Parameters:
description
- value string
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Hash code for this object
-