Class DataProcessingDescriptionProperties


public class DataProcessingDescriptionProperties extends ReferenceableProperties

DataProcessingDescriptionProperties describes a data processing routine. It may involve access to multiple data sources. The processing of each data source is described in a separate data processing action.

The data processing description can be linked to a process to describe it behaviour (via a DataProcessingSpecification relationship). It can also be linked to data processing purposes to show how its work has been classified to support specific processes.

  • Constructor Details

    • DataProcessingDescriptionProperties

      public DataProcessingDescriptionProperties()
      Default constructor
    • DataProcessingDescriptionProperties

      public DataProcessingDescriptionProperties(DataProcessingDescriptionProperties template)
      Copy/clone constructor. Note, this is a deep copy
      Parameters:
      template - object to copy
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Return the display name for this processing action.
      Returns:
      string
    • setDisplayName

      public void setDisplayName(String displayName)
      Set up the display name for this processing action.
      Parameters:
      displayName - string
    • getDescription

      public String getDescription()
      Returns the description of the data processing that is being performed.
      Returns:
      text
    • setDescription

      public void setDescription(String description)
      Set up the description of the data processing that is being performed.
      Parameters:
      description - text
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ReferenceableProperties
      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 ReferenceableProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class ReferenceableProperties
      Returns:
      int