Class ZoneMembershipProfileProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.security.ZoneMembershipProfileProperties
List of zones that the element belongs to
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
typeName -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the list of open metadata type Names mapped to the number of instances of that type in the zone.inthashCode()Return hash code for this objectvoidsetTypeMembership(Map<String, Long> typeMembership) Set up the list of zone namestoString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
ZoneMembershipProfileProperties
public ZoneMembershipProfileProperties()Default constructor -
ZoneMembershipProfileProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getTypeMembership
Return the list of open metadata type Names mapped to the number of instances of that type in the zone.- Returns:
- string name
-
setTypeMembership
Set up the list of zone names- Parameters:
typeMembership- string name
-
toString
JSON-style toString- Overrides:
toStringin classClassificationBeanProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classClassificationBeanProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classClassificationBeanProperties- Returns:
- int hash code
-