Class JobIdentifier

java.lang.Object
org.bonitasoft.engine.scheduler.JobIdentifier
All Implemented Interfaces:
Serializable

public class JobIdentifier extends Object implements Serializable
Author:
Baptiste Mesta
See Also:
  • Constructor Details

    • JobIdentifier

      public JobIdentifier(long jobId, long tenantId, String jobName)
  • Method Details

    • getId

      public long getId()
    • getTenantId

      public long getTenantId()
    • getJobName

      public String getJobName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object