Class AssetLocationProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.RelationshipProperties
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.AssetLocationProperties
-
- All Implemented Interfaces:
Serializable
public class AssetLocationProperties extends RelationshipProperties
AssetLocationProperties describes the properties for the AssetLocation relationship between an asset and a location.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetLocationProperties()Default constructorAssetLocationProperties(AssetLocationProperties template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()JSON-style toString.-
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.RelationshipProperties
equals, getEffectiveFrom, getEffectiveTo, getExtendedProperties, hashCode, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
-
-
-
Constructor Detail
-
AssetLocationProperties
public AssetLocationProperties()
Default constructor
-
AssetLocationProperties
public AssetLocationProperties(AssetLocationProperties template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
JSON-style toString.- Overrides:
toStringin classRelationshipProperties- Returns:
- list of properties and their values.
-
-