public class SecureLocation extends Object implements Serializable
| Constructor and Description |
|---|
SecureLocation()
Default constructor
|
SecureLocation(SecureLocation 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 |
getDescription()
Return the description fof the security at the location.
|
String |
getLevel()
Returns the name of the level of security for the location.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up description of the security at the location.
|
void |
setLevel(String level)
Set up the level of security for the location.
|
String |
toString()
Standard toString method.
|
public SecureLocation()
public SecureLocation(SecureLocation template)
template - template object to copy.public void setDescription(String description)
description - Stringpublic String getDescription()
public void setLevel(String level)
level - stringpublic String getLevel()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.