Class ClassOutputParameter

java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.ClassOutputParameter

@Entity public class ClassOutputParameter extends PersistentObject
A set of parameters to apply to a generated product of a processing order
Author:
Dr. Thomas Bassler
  • Constructor Details

    • ClassOutputParameter

      public ClassOutputParameter()
  • Method Details

    • getOutputParameters

      public Map<String,Parameter> getOutputParameters()
      Returns:
      the outputParameters
    • setOutputParameters

      public void setOutputParameters(Map<String,Parameter> outputParameters)
      Parameters:
      outputParameters - the outputParameters to set
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class PersistentObject
    • equals

      public boolean equals(Object obj)
      Description copied from class: PersistentObject
      Test equality of persistent objects based on their unique ID.
      Overrides:
      equals in class PersistentObject
      Parameters:
      obj - the object to compare this object to
      Returns:
      true, if obj is a persistent object and has the same ID, false otherwise
      See Also: