Klasse 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
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • ClassOutputParameter

      public ClassOutputParameter()
  • Methodendetails

    • getOutputParameters

      public Map<String,Parameter> getOutputParameters()
      Gibt zurück:
      the outputParameters
    • setOutputParameters

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

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse PersistentObject
    • equals

      public boolean equals(Object obj)
      Beschreibung aus Klasse kopiert: PersistentObject
      Test equality of persistent objects based on their unique ID.
      Setzt außer Kraft:
      equals in Klasse PersistentObject
      Parameter:
      obj - the object to compare this object to
      Gibt zurück:
      true, if obj is a persistent object and has the same ID, false otherwise
      Siehe auch: