Package de.dlr.proseo.model
Class ClassOutputParameter
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.ClassOutputParameter
A set of parameters to apply to a generated product of a processing order
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.dlr.proseo.model.PersistentObject
getId, getVersion, incrementVersion, setId
-
Constructor Details
-
ClassOutputParameter
public ClassOutputParameter()
-
-
Method Details
-
getOutputParameters
- Returns:
- the outputParameters
-
setOutputParameters
- Parameters:
outputParameters- the outputParameters to set
-
hashCode
public int hashCode()- Overrides:
hashCodein classPersistentObject
-
equals
Description copied from class:PersistentObjectTest equality of persistent objects based on their unique ID.- Overrides:
equalsin classPersistentObject- 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:
-