Class JobKey
java.lang.Object
org.exoplatform.services.scheduler.JobKey
The JavaBean allowing to identify a Job
- Version:
- $Id$
- Author:
- Nicolas Filotto
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JobKey
public JobKey() -
JobKey
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getGroup
- Returns:
- the group
-
setGroup
- Parameters:
group- the group to set
-