Class ProfileLocationElement
java.lang.Object
org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ProfileLocationElement
- All Implemented Interfaces:
Serializable
ProfileLocationElement contains the properties and header for a relationship between a profile and a user identity retrieved
from the metadata repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorProfileLocationElement(ProfileLocationElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStubReturn the properties of the location.Return the properties from the profile location relationship.inthashCode()Return hash code for this objectvoidsetLocation(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub location) Set up the userId properties.voidsetProperties(ProfileLocationProperties properties) Set up the properties from the profile location relationship.toString()JSON-style toString
-
Constructor Details
-
ProfileLocationElement
public ProfileLocationElement()Default constructor -
ProfileLocationElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getProperties
Return the properties from the profile location relationship.- Returns:
- profile identity
-
setProperties
Set up the properties from the profile location relationship.- Parameters:
properties- profile identity
-
getLocation
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub getLocation()Return the properties of the location.- Returns:
- properties
-
setLocation
public void setLocation(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub location) Set up the userId properties.- Parameters:
location- properties
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-