Class OrganizationalControlProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceControlProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.OrganizationalControlProperties
- Direct Known Subclasses:
GovernanceProcedureProperties
,GovernanceResponsibilityProperties
An organizational control describes a business activity that supports the governance program implementation.
Examples include training, responsibility, buddy-checking etc.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy/Clone Constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceControlProperties
equals, getImplementationDescription, hashCode, setImplementationDescription
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
getDomainIdentifier, getIdentifier, getImplications, getImportance, getOutcomes, getResults, getScope, getSummary, getUserDefinedStatus, setDomainIdentifier, setIdentifier, setImplications, setImportance, setOutcomes, setResults, setScope, setSummary, setUserDefinedStatus
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getQualifiedName, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setQualifiedName, setVersionIdentifier
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
OrganizationalControlProperties
public OrganizationalControlProperties()Default Constructor -
OrganizationalControlProperties
Copy/Clone Constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceControlProperties
- Returns:
- string containing the properties and their values
-