public interface JobParameters
All job parameters have to extend this job parameter base class.
-
-
Method Summary
boolean
Requires the implementation of the equals method.
int
Requires the implementation of the hashCode method.
-
-
Method Details
-
equals
Requires the implementation of the equals method.
- Overrides:
equals in class Object
-
hashCode
int hashCode()
Requires the implementation of the hashCode method.
- Overrides:
hashCode in class Object