Class JobKey


  • public class JobKey
    extends Object
    The JavaBean allowing to identify a Job
    Version:
    $Id$
    Author:
    Nicolas Filotto
    • Constructor Detail

      • JobKey

        public JobKey()
    • Method Detail

      • 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