public class DiscoveryEngineProperties extends PropertyBase
CURRENT_AUDIT_HEADER_VERSION| 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.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
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 |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
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 |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
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 |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
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.
|
getElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeNamepublic DiscoveryEngineProperties()
public DiscoveryEngineProperties(DiscoveryEngineProperties template)
template - object to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public 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 void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.