Package de.dlr.proseo.model
Klasse InputFilter
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.InputFilter
Filter conditions to apply to an order input product of a specific product class in addition to filter conditions contained in the
applicable selection rule
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObject
getId, getVersion, incrementVersion, setId
-
Konstruktordetails
-
InputFilter
public InputFilter()
-
-
Methodendetails
-
getFilterConditions
Gets the filter conditions- Gibt zurück:
- the filter conditions
-
setFilterConditions
- Parameter:
filterConditions
- the filter conditions to set
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCode
in KlassePersistentObject
-
equals
Beschreibung aus Klasse kopiert:PersistentObject
Test equality of persistent objects based on their unique ID.- Setzt außer Kraft:
equals
in KlassePersistentObject
- 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:
-