Class JobKey

java.lang.Object
org.exoplatform.services.scheduler.JobKey

public class JobKey extends Object
The JavaBean allowing to identify a Job
  • Constructor Details

    • JobKey

      public JobKey()
    • JobKey

      public JobKey(String name, String group)
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getGroup

      public String getGroup()
      Returns:
      the group
    • setGroup

      public void setGroup(String group)
      Parameters:
      group - the group to set