public class GovernanceZoneDefinition extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceZoneDefinition()
Default constructor
|
GovernanceZoneDefinition(GovernanceZoneDefinition 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,Object> |
getAdditionalProperties()
Return a copy of the additional properties.
|
List<String> |
getClassifications()
Return the list of classifications associated with the governance metric.
|
String |
getCriteria()
Return the description of the measurements needed to support this metric.
|
String |
getDescription()
Return the description of this governance metric.
|
String |
getDisplayName()
Return the display name of this governance metric.
|
String |
getGUID()
Return the unique identifier for the governance metric.
|
String |
getQualifiedName()
Returns the fully qualified name.
|
int |
hashCode()
Uses the guid to create a hashcode.
|
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set up additional properties.
|
void |
setClassifications(List<String> classifications)
Set up the classifications associated with the governance metric.
|
void |
setCriteria(String criteria)
Set up the description of the measurements needed to support this metric.
|
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 |
setGUID(String guid)
Set up the unique identifier for the governance metric.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
String |
toString()
Standard toString method.
|
public GovernanceZoneDefinition()
public GovernanceZoneDefinition(GovernanceZoneDefinition template)
template - element to copypublic String getGUID()
public void setGUID(String guid)
guid - String unique identifierpublic List<String> getClassifications()
public void setClassifications(List<String> classifications)
classifications - list of classificationspublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - - string namepublic String getDescription()
public void setDescription(String description)
description - public String getCriteria()
public void setCriteria(String criteria)
criteria - String criteria descriptionpublic void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,Object> getAdditionalProperties()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2017–2018 ODPi. All rights reserved.