Class GovernanceActionProcessProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.GovernanceActionProcessProperties
Process properties defines the properties of a process. A process is a series of steps and decisions in operation
in the organization. It is typically an automated process but may be performed by a person.
Only set the implementationLanguage if the process is automated.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the abbreviation used for this technical element.Returns the stored description property for the technical element.Returns the stored display name property for the technical element.Return the description of the processing performed by this process.Return the name of the programming language that this process is implemented in.Return the short (1-2 sentence) description of the technical element.Returns the stored technical description property for the asset.Returns the stored name property for the asset.getUsage()
Return details of the expected usage of this technical element.int
hashCode()
Return hash code for this objectvoid
setAbbreviation
(String abbreviation) Set up the abbreviation used for this technical element.void
setDescription
(String description) Set up the stored description property for the technical element.void
setDisplayName
(String displayName) Set up the stored display name property for the technical element.void
setFormula
(String formula) Set up the description of the processing performed by this process.void
setImplementationLanguage
(String implementationLanguage) Set up the name of the programming language that this process is implemented in.void
setSummary
(String summary) Set up the short (1-2 sentence) description of the technical element.void
setTechnicalDescription
(String description) Set up the stored technical description property associated with the asset.void
setTechnicalName
(String technicalName) Set up the stored name property for the asset.void
Set up details of the expected usage of this technical element.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
GovernanceActionProcessProperties
public GovernanceActionProcessProperties()Default constructor -
GovernanceActionProcessProperties
Copy/clone Constructor- Parameters:
template
- template object to copy.
-
-
Method Details
-
getDisplayName
Returns the stored display name property for the technical element. If no display name is available then null is returned.- Returns:
- String name
-
setDisplayName
Set up the stored display name property for the technical element.- Parameters:
displayName
- String name
-
getSummary
Return the short (1-2 sentence) description of the technical element.- Returns:
- string text
-
setSummary
Set up the short (1-2 sentence) description of the technical element.- Parameters:
summary
- string text
-
getDescription
Returns the stored description property for the technical element. If no description is provided then null is returned.- Returns:
- String text
-
setDescription
Set up the stored description property for the technical element.- Parameters:
description
- String text
-
getAbbreviation
Return the abbreviation used for this technical element.- Returns:
- string text
-
setAbbreviation
Set up the abbreviation used for this technical element.- Parameters:
abbreviation
- string text
-
getUsage
Return details of the expected usage of this technical element.- Returns:
- string text
-
setUsage
Set up details of the expected usage of this technical element.- Parameters:
usage
- string text
-
getTechnicalName
Returns the stored name property for the asset. This is the technical name of the asset rather than the name that it is commonly known as. If no technical name is available then null is returned.- Returns:
- String name
-
setTechnicalName
Set up the stored name property for the asset. This is the technical name of the asset rather than the name that it is commonly known as.- Parameters:
technicalName
- String name
-
getTechnicalDescription
Returns the stored technical description property for the asset. If no technical description is provided then null is returned.- Returns:
- String text
-
setTechnicalDescription
Set up the stored technical description property associated with the asset.- Parameters:
description
- String text
-
getFormula
Return the description of the processing performed by this process.- Returns:
- string description
-
setFormula
Set up the description of the processing performed by this process.- Parameters:
formula
- string description
-
getImplementationLanguage
Return the name of the programming language that this process is implemented in.- Returns:
- string name
-
setImplementationLanguage
Set up the name of the programming language that this process is implemented in.- Parameters:
implementationLanguage
- string name
-
toString
Standard toString method.- Overrides:
toString
in classReferenceableProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-