Class FindProjectClassificationProperties


public class FindProjectClassificationProperties extends FindProperties
ProjectClassificationProperties is used to classify a project to indicate how it is governed and the expectations of how the results will be used.
  • Constructor Details

    • FindProjectClassificationProperties

      public FindProjectClassificationProperties()
      Default constructor
    • FindProjectClassificationProperties

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

    • getApproach

      public String getApproach()
      Return the approach/method used to manage the project.
      Returns:
      string
    • setApproach

      public void setApproach(String approach)
      Set up the approach/method used to manage the project.
      Parameters:
      approach - string
    • getManagementStyle

      public String getManagementStyle()
      Return the management style used to manage the project.
      Returns:
      string
    • setManagementStyle

      public void setManagementStyle(String managementStyle)
      Set up the management style used to manage the project.
      Parameters:
      managementStyle - string
    • getResultsUsage

      public String getResultsUsage()
      Return the usage of the results of the project.
      Returns:
      string
    • setResultsUsage

      public void setResultsUsage(String resultsUsage)
      Set up the usage of the results of the project.
      Parameters:
      resultsUsage - string
    • toString

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

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