public class DiscoveryEngineProperties extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected String |
patchLevel |
protected String |
source |
protected String |
typeDescription |
protected String |
version |
additionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
DiscoveryEngineProperties()
Default constructor.
|
DiscoveryEngineProperties(DiscoveryEngineProperties 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 discovery engine.
|
String |
getDisplayName()
Return the display name for messages and UI.
|
String |
getPatchLevel()
Return the patch level of the discovery engine.
|
String |
getSource()
Return the source of the discovery engine implementation.
|
String |
getTypeDescription()
Return the description of the type of discovery engine this is.
|
String |
getVersion()
Return the version of the discovery engine.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDescription(String description)
Set up the description of the discovery engine.
|
void |
setDisplayName(String displayName)
Set up the display name for messages and UI.
|
void |
setPatchLevel(String patchLevel)
Set up the patch level of the discovery engine.
|
void |
setSource(String source)
Set up the source of the discovery engine implementation.
|
void |
setTypeDescription(String typeDescription)
Set up the description of the type of discovery engine this is.
|
void |
setVersion(String version)
Set up the version string of the discovery engine.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLprotected String displayName
protected String description
protected String typeDescription
protected String version
protected String patchLevel
protected String source
public DiscoveryEngineProperties()
public DiscoveryEngineProperties(DiscoveryEngineProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - stringpublic String getTypeDescription()
public void setTypeDescription(String typeDescription)
typeDescription - stringpublic String getVersion()
public void setVersion(String version)
version - stringpublic String getPatchLevel()
public void setPatchLevel(String patchLevel)
patchLevel - stringpublic String getSource()
public void setSource(String source)
source - string urlpublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2019 ODPi. All rights reserved.