Class ProfileLocationProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securitymanager.properties.ProfileLocationProperties
-
- All Implemented Interfaces:
Serializable
public class ProfileLocationProperties extends Object implements Serializable
ProfileLocationProperties describes the properties for the ProfileLocation relationship between a profile and a location.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileLocationProperties()Default constructorProfileLocationProperties(ProfileLocationProperties template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Equals method that returns true if containing properties are the same.StringgetAssociationType()Return the type of the association.inthashCode()Hash code for this objectvoidsetAssociationType(String associationType)Set up the type of the association.StringtoString()JSON-style toString.
-
-
-
Constructor Detail
-
ProfileLocationProperties
public ProfileLocationProperties()
Default constructor
-
ProfileLocationProperties
public ProfileLocationProperties(ProfileLocationProperties template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getAssociationType
public String getAssociationType()
Return the type of the association.- Returns:
- string
-
setAssociationType
public void setAssociationType(String associationType)
Set up the type of the association.- Parameters:
associationType- string
-
toString
public String toString()
JSON-style toString.
-
equals
public boolean equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
-
-