public class GovernanceEngineProperties extends ReferenceableProperties
| Constructor and Description |
|---|
GovernanceEngineProperties()
Default constructor.
|
GovernanceEngineProperties(GovernanceEngineProperties 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 governance engine.
|
String |
getDisplayName()
Return the display name for messages and UI.
|
String |
getPatchLevel()
Return the patch level of the governance engine.
|
String |
getSource()
Return the source of the governance engine implementation.
|
String |
getTypeDescription()
Return the description of the type of governance engine this is.
|
String |
getVersion()
Return the version of the governance engine.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDescription(String description)
Set up the description of the governance 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 governance engine.
|
void |
setSource(String source)
Set up the source of the governance engine implementation.
|
void |
setTypeDescription(String typeDescription)
Set up the description of the type of governance engine this is.
|
void |
setVersion(String version)
Set up the version string of the governance engine.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setVendorPropertiespublic GovernanceEngineProperties()
public GovernanceEngineProperties(GovernanceEngineProperties 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 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.