Class CyberLocation
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.CyberLocation
- All Implemented Interfaces:
Serializable
CyberLocation indicates that a location is a cyber location rather than a physical location.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCyberLocation(CyberLocation template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the address for the location.inthashCode()Return hash code based on properties.voidsetAddress(String address) Set up address of the location.toString()Standard toString method.
-
Constructor Details
-
CyberLocation
public CyberLocation()Default constructor -
CyberLocation
Copy/clone constructor.- Parameters:
template- template object to copy.
-
-
Method Details
-
setAddress
Set up address of the location.- Parameters:
address- String
-
getAddress
Return the address for the location.- Returns:
- String address
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-