Class ProcessProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.AssetProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.ProcessProperties
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 deployedImplementationType or implementationLanguage if the process is automated - ie inherits from DeployedSoftwareComponent.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorProcessProperties(ProcessProperties template) Copy/clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Retrieve the name of the technology used for this process (DeployedComponentType only).Return the description of the processing performed by this process.Return the specification language for the formula.Return the name of the programming language that this process is implemented in (DeployedComponentType only).inthashCode()Return hash code for this objectvoidsetDeployedImplementationType(String deployedImplementationType) Set up the name of the technology used for this process (DeployedComponentType only).voidsetFormula(String formula) Set up the description of the processing performed by this process.voidsetFormulaType(String formulaType) Set up the specification language for the formula.voidsetImplementationLanguage(String implementationLanguage) Set up the name of the programming language that this process is implemented in (DeployedComponentType only).toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.AssetProperties
getTechnicalDescription, getTechnicalName, getVersionIdentifier, setTechnicalDescription, setTechnicalName, setVersionIdentifierMethods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsageMethods 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
-
ProcessProperties
public ProcessProperties()Default constructor -
ProcessProperties
Copy/clone Constructor- Parameters:
template- template object to copy.
-
-
Method Details
-
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
-
getFormulaType
Return the specification language for the formula.- Returns:
- string description
-
setFormulaType
Set up the specification language for the formula.- Parameters:
formulaType- string description
-
getDeployedImplementationType
Retrieve the name of the technology used for this process (DeployedComponentType only).- Returns:
- string name
-
setDeployedImplementationType
Set up the name of the technology used for this process (DeployedComponentType only).- Parameters:
deployedImplementationType- string name
-
getImplementationLanguage
Return the name of the programming language that this process is implemented in (DeployedComponentType only).- Returns:
- string name
-
setImplementationLanguage
Set up the name of the programming language that this process is implemented in (DeployedComponentType only).- Parameters:
implementationLanguage- string name
-
toString
Standard toString method.- Overrides:
toStringin classAssetProperties- 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:
equalsin classAssetProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classAssetProperties- Returns:
- int hash code
-