public class GovernanceDefinitionProperties extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceDefinitionProperties()
Default Constructor
|
GovernanceDefinitionProperties(GovernanceDefinitionProperties 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 full description of the governance definition.
|
String |
getDocumentIdentifier()
Returns the stored qualified name property for the metadata entity.
|
int |
getDomainIdentifier()
Return the identifier of the governance domain that this definition belongs to (0=all).
|
Map<String,Object> |
getExtendedProperties()
Return the properties that are defined for a subtype of referenceable but are not explicitly
supported by the bean.
|
List<String> |
getImplications()
Return the list of implications for the organization that this governance definition brings.
|
List<String> |
getOutcomes()
Return the list of expected outcomes from implementing this governance definition.
|
String |
getPriority()
Return the priority of the governance definition.
|
List<String> |
getResults()
Return the list of actual results from implementing this governance definition.
|
String |
getScope()
Return the organizational scope that this governance definition applies to.
|
GovernanceDefinitionStatus |
getStatus()
Return the status of this governance definition.
|
String |
getSummary()
Return the summary for this governance definition.
|
String |
getTitle()
Return the title associated with this governance definition.
|
String |
getTypeName()
Return the open metadata type name of this object - this is used to create a subtype of
the referenceable.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setDescription(String description)
Set up the full description of the governance definition.
|
void |
setDocumentIdentifier(String documentIdentifier)
Set up the fully qualified name.
|
void |
setDomainIdentifier(int domainIdentifier)
Set up the identifier of the governance domain that this definition belongs to (0=all).
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up the properties that are defined for a subtype of referenceable but are not explicitly
supported by the bean.
|
void |
setImplications(List<String> implications)
Set up the list of implications for the organization that this governance definition brings.
|
void |
setOutcomes(List<String> outcomes)
Set up the list of expected outcomes from implementing this governance definition.
|
void |
setPriority(String priority)
Set up the priority of this governance definition.
|
void |
setResults(List<String> results)
Set up the list of actual results from implementing this governance definition.
|
void |
setScope(String scope)
Set up the organizational scope that this governance definition applies to.
|
void |
setStatus(GovernanceDefinitionStatus status)
Set up the status of this governance definition.
|
void |
setSummary(String summary)
Set up the summary of the governance definition.
|
void |
setTitle(String title)
Set up the title associated with this governance definition.
|
void |
setTypeName(String typeName)
Set up the open metadata type name of this object - this is used to create a subtype of
the referenceable.
|
String |
toString()
JSON-style toString.
|
public GovernanceDefinitionProperties()
public GovernanceDefinitionProperties(GovernanceDefinitionProperties template)
template - object being copiedpublic String getTypeName()
public void setTypeName(String typeName)
typeName - string type namepublic String getDocumentIdentifier()
public void setDocumentIdentifier(String documentIdentifier)
documentIdentifier - String namepublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - map of propertiespublic String getTitle()
public void setTitle(String title)
title - String titlepublic String getSummary()
public void setSummary(String summary)
summary - String descriptionpublic String getDescription()
public void setDescription(String description)
description - String descriptionpublic String getScope()
public void setScope(String scope)
scope - String organization, department or team namepublic int getDomainIdentifier()
public void setDomainIdentifier(int domainIdentifier)
domainIdentifier - intpublic GovernanceDefinitionStatus getStatus()
public void setStatus(GovernanceDefinitionStatus status)
status - GovernanceDefinitionStatus enumerationpublic String getPriority()
public void setPriority(String priority)
priority - String prioritypublic List<String> getImplications()
public void setImplications(List<String> implications)
implications - list of descriptionspublic List<String> getOutcomes()
public void setOutcomes(List<String> outcomes)
outcomes - list of descriptions of outcomespublic List<String> getResults()
public void setResults(List<String> results)
results - list of description of resultspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.