public class LocationProperties extends ReferenceableProperties
| Constructor and Description |
|---|
LocationProperties()
Default constructor
|
LocationProperties(LocationProperties 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 of the location.
|
String |
getDisplayName()
Return a human memorable name for the location.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the description of the location.
|
void |
setDisplayName(String displayName)
Set up a human memorable name for the location.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic LocationProperties()
public LocationProperties(LocationProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - string textpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.