public class Location extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
additionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
Location()
Default constructor
|
Location(Location templateLocation)
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()
Returns the stored description property for the location.
|
String |
getDisplayName()
Return the stored display name property for the location.
|
void |
setDescription(String description)
Set up the stored description property for the location.
|
void |
setDisplayName(String displayName)
Set up the stored display name property for the location.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, hashCode, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLpublic Location()
public Location(Location templateLocation)
templateLocation - template object to copy.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - String location namepublic String getDescription()
public void setDescription(String description)
description - location descriptionpublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.