Class DataProcessingActionProperties


public class DataProcessingActionProperties extends ReferenceableProperties
DataProcessingActionProperties describes some specific processing that is being performed on one or more data targets.
  • Constructor Details

    • DataProcessingActionProperties

      public DataProcessingActionProperties()
      Default constructor
    • DataProcessingActionProperties

      public DataProcessingActionProperties(DataProcessingActionProperties 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