public class ProcessProperties extends AssetProperties
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 Details

    • ProcessProperties

      public ProcessProperties()
      Default constructor
    • ProcessProperties

      public ProcessProperties(ProcessProperties template)
      Copy/clone Constructor
      Parameters:
      template - template object to copy.
  • Method Details

    • getFormula

      public String getFormula()
      Return the description of the processing performed by this process.
      Returns:
      string description
    • setFormula

      public void setFormula(String formula)
      Set up the description of the processing performed by this process.
      Parameters:
      formula - string description
    • getFormulaType

      public String getFormulaType()
      Return the specification language for the formula.
      Returns:
      string description
    • setFormulaType

      public void setFormulaType(String formulaType)
      Set up the specification language for the formula.
      Parameters:
      formulaType - string description
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Retrieve the name of the technology used for this process (DeployedComponentType only).
      Returns:
      string name
    • setDeployedImplementationType

      public void setDeployedImplementationType(String deployedImplementationType)
      Set up the name of the technology used for this process (DeployedComponentType only).
      Parameters:
      deployedImplementationType - string name
    • getImplementationLanguage

      public String getImplementationLanguage()
      Return the name of the programming language that this process is implemented in (DeployedComponentType only).
      Returns:
      string name
    • setImplementationLanguage

      public void setImplementationLanguage(String implementationLanguage)
      Set up the name of the programming language that this process is implemented in (DeployedComponentType only).
      Parameters:
      implementationLanguage - string name
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class AssetProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class AssetProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class AssetProperties
      Returns:
      int hash code