public class CyberLocation extends Object implements Serializable
| Constructor and Description |
|---|
CyberLocation()
Default constructor
|
CyberLocation(CyberLocation template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getAddress()
Return the address for the location.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAddress(String address)
Set up address of the location.
|
String |
toString()
Standard toString method.
|
public CyberLocation()
public CyberLocation(CyberLocation template)
template - template object to copy.public void setAddress(String address)
address - Stringpublic String getAddress()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.