public class GovernanceZone extends Referenceable
additionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
GovernanceZone()
Default constructor
|
GovernanceZone(GovernanceZone template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getCriteria()
Return details of the criteria that Assets have when they are placed in these zones.
|
String |
getDescription()
Return the description for the governance zone
|
String |
getDisplayName()
Return the short name for the governance zone.
|
int |
hashCode()
Return hash code for this object
|
void |
setCriteria(String criteria)
Set up the details of the criteria that Assets have when they are placed in these zones.
|
void |
setDescription(String description)
Set up the description of the governance zone
|
void |
setDisplayName(String displayName)
Set up the short name for the governance zone.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getMeanings, getQualifiedName, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLpublic GovernanceZone()
public GovernanceZone(GovernanceZone template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic String getCriteria()
public void setCriteria(String criteria)
criteria - textpublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2020 ODPi. All rights reserved.