Class ProcessCallProperties
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConfigurationItemRelationshipProperties
org.odpi.openmetadata.accessservices.itinfrastructure.properties.ProcessCallProperties
ProcessCallProperties describe the properties for a process call relationship.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorProcessCallProperties(ProcessCallProperties template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the description of the relationship.Return the formula of the relationship.Return the specification language for the formula.Returns the stored qualified name property for the relationship.inthashCode()Return hash code based on properties.voidsetDescription(String description) Set up the description of the relationship.voidsetFormula(String formula) Set up the formula of the relationship.voidsetFormulaType(String formulaType) Set up the specification language for the formula.voidsetQualifiedName(String qualifiedName) Set up the fully qualified name.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConfigurationItemRelationshipProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
ProcessCallProperties
public ProcessCallProperties()Default constructor -
ProcessCallProperties
Copy/clone constructor. Retrieves values from the supplied template- Parameters:
template- element to copy
-
-
Method Details
-
setQualifiedName
Set up the fully qualified name.- Parameters:
qualifiedName- String name
-
getQualifiedName
Returns the stored qualified name property for the relationship. If no qualified name is available then the empty string is returned.- Returns:
- qualifiedName
-
getDescription
Return the description of the relationship.- Returns:
- string text
-
setDescription
Set up the description of the relationship.- Parameters:
description- string text
-
getFormula
Return the formula of the relationship.- Returns:
- string formula
-
setFormula
Set up the formula of the relationship.- Parameters:
formula- string name
-
getFormulaType
Return the specification language for the formula.- Returns:
- string description
-
setFormulaType
Set up the specification language for the formula.- Parameters:
formulaType- string description
-
toString
Standard toString method.- Overrides:
toStringin classConfigurationItemRelationshipProperties- 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 classConfigurationItemRelationshipProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classConfigurationItemRelationshipProperties- Returns:
- int
-