public class AutocometServerJob extends AutocometJob
| Constructor and Description |
|---|
AutocometServerJob()
Creates a new instance of AutocometServerJob
|
AutocometServerJob(AutocometJob job) |
AutocometServerJob(int id,
String name,
String command,
int commandId,
int objectId,
String objectPath,
String templatePath,
int priority,
boolean doAgain,
int delay,
Calendar starttime,
Calendar endtime,
int statusId) |
| Modifier and Type | Method and Description |
|---|---|
AutocometJob |
getAutocometJob() |
String |
getClient() |
String |
getExecutingClient() |
void |
setClient(String client) |
void |
setExecutingClient(String executingClient) |
equals, getCommand, getCommandId, getDelay, getEndtime, getId, getName, getObjectId, getObjectPath, getPriority, getStarttime, getStatusId, getTemplatePath, hashCode, isDoAgain, setCommand, setCommandId, setDelay, setDoAgain, setEndtime, setId, setName, setObjectId, setObjectPath, setPriority, setStarttime, setStatusId, setTemplatePathpublic AutocometServerJob()
public AutocometServerJob(AutocometJob job)
public AutocometJob getAutocometJob()
public void setClient(String client)
public void setExecutingClient(String executingClient)
public String getClient()
public String getExecutingClient()
Copyright © 2017 SAP SE. All Rights Reserved.