Class NestedLocationProperties
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.NestedLocationProperties
- All Implemented Interfaces:
Serializable
NestedLocationProperties describes the properties for the NestedLocation relationship between locations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.RelationshipProperties
equals, getEffectiveFrom, getEffectiveTo, getExtendedProperties, hashCode, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
NestedLocationProperties
public NestedLocationProperties()Default constructor -
NestedLocationProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
toString
JSON-style toString.- Overrides:
toStringin classRelationshipProperties- Returns:
- list of properties and their values.
-