com.silverpeas.jobManagerPeas
Class JobManagerService

java.lang.Object
  extended by com.silverpeas.jobManagerPeas.JobManagerService

public class JobManagerService
extends Object


Field Summary
static int LEVEL_OPERATION
           
static int LEVEL_SERVICE
           
 
Constructor Summary
JobManagerService(String id, String label, int level, String url, String[] idSubServices, boolean isActif)
           
 
Method Summary
 String getDefautIdSubService()
           
 String getId()
           
 String[] getIdSubServices()
           
 String getLabel()
           
 int getLevel()
           
 String getUrl()
           
 boolean isActif()
           
 void setActif(boolean a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL_SERVICE

public static final int LEVEL_SERVICE
See Also:
Constant Field Values

LEVEL_OPERATION

public static final int LEVEL_OPERATION
See Also:
Constant Field Values
Constructor Detail

JobManagerService

public JobManagerService(String id,
                         String label,
                         int level,
                         String url,
                         String[] idSubServices,
                         boolean isActif)
Parameters:
id -
label -
level -
url -
idSubServices -
isActif -
Method Detail

setActif

public void setActif(boolean a)

getLabel

public String getLabel()

isActif

public boolean isActif()

getLevel

public int getLevel()

getIdSubServices

public String[] getIdSubServices()

getId

public String getId()

getUrl

public String getUrl()

getDefautIdSubService

public String getDefautIdSubService()


Copyright © 2016 Silverpeas. All Rights Reserved.