org.exoplatform.services.scheduler
Class JobKey
java.lang.Object
org.exoplatform.services.scheduler.JobKey
public class JobKey
- extends Object
The JavaBean allowing to identify a Job
- Version:
- $Id$
- Author:
- Nicolas Filotto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobKey
public JobKey()
JobKey
public JobKey(String name,
String group)
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
Copyright © 2015 eXo Platform SAS. All Rights Reserved.