Interface JobParameters


public interface JobParameters
All job parameters have to extend this job parameter base class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final JobParameters
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
    Requires the implementation of the equals method.
    int
    Requires the implementation of the hashCode method.
  • Field Details

  • Method Details

    • equals

      boolean equals(Object other)
      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