Class AdjacentLocationProperties
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.AdjacentLocationProperties
- All Implemented Interfaces:
Serializable
AdjacentLocationProperties describes the properties for the AdjacentLocation relationship between adjacent 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
-
AdjacentLocationProperties
public AdjacentLocationProperties()Default constructor -
AdjacentLocationProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
JSON-style toString.- Overrides:
toString
in classRelationshipProperties
- Returns:
- list of properties and their values.
-