public class GovernanceMetricProperties extends ReferenceableProperties
| Constructor and Description |
|---|
GovernanceMetricProperties()
Default constructor
|
GovernanceMetricProperties(GovernanceMetricProperties 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 this governance metric.
|
String |
getDisplayName()
Return the display name of this governance metric.
|
int |
getDomainIdentifier()
Return the identifier of the governance domain that this metric is managed by.
|
String |
getMeasurement()
Return the description of the measurements needed to support this metric.
|
String |
getTarget()
Return the description of the targets that the organization is aiming to achieve.
|
int |
hashCode()
Uses the guid to create a hashcode.
|
void |
setDescription(String description)
Set up the description of this governance metric.
|
void |
setDisplayName(String displayName)
Set up the display name of this governance metric.
|
void |
setDomainIdentifier(int domainIdentifier)
Set up the identifier of the governance domain that this metric is managed by.
|
void |
setMeasurement(String measurement)
Set up the description of the measurements needed to support this metric.
|
void |
setTarget(String target)
Set up the description of the targets that the organization is aiming to achieve.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic GovernanceMetricProperties()
public GovernanceMetricProperties(GovernanceMetricProperties template)
template - element to copypublic int getDomainIdentifier()
public void setDomainIdentifier(int domainIdentifier)
domainIdentifier - int identifierpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic String getMeasurement()
public void setMeasurement(String measurement)
measurement - String measurement descriptionpublic String getTarget()
public void setTarget(String target)
target - String target descriptionpublic 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.