public class AutocometJob extends Object
| Constructor and Description |
|---|
AutocometJob() |
AutocometJob(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 |
|---|---|
boolean |
equals(Object obj) |
String |
getCommand()
Gets the command value for this AutocometJob.
|
int |
getCommandId()
Gets the commandId value for this AutocometJob.
|
int |
getDelay()
Gets the delay value for this AutocometJob.
|
Calendar |
getEndtime()
Gets the endtime value for this AutocometJob.
|
int |
getId()
Gets the id value for this AutocometJob.
|
String |
getName()
Gets the name value for this AutocometJob.
|
int |
getObjectId()
Gets the objectId value for this AutocometJob.
|
String |
getObjectPath()
Gets the objectPath value for this AutocometJob.
|
int |
getPriority()
Gets the priority value for this AutocometJob.
|
Calendar |
getStarttime()
Gets the starttime value for this AutocometJob.
|
int |
getStatusId()
Gets the statusId value for this AutocometJob.
|
String |
getTemplatePath()
Gets the templatePath value for this AutocometJob.
|
int |
hashCode() |
boolean |
isDoAgain()
Gets the doAgain value for this AutocometJob.
|
void |
setCommand(String command)
Sets the command value for this AutocometJob.
|
void |
setCommandId(int commandId)
Sets the commandId value for this AutocometJob.
|
void |
setDelay(int delay)
Sets the delay value for this AutocometJob.
|
void |
setDoAgain(boolean doAgain)
Sets the doAgain value for this AutocometJob.
|
void |
setEndtime(Calendar endtime)
Sets the endtime value for this AutocometJob.
|
void |
setId(int id)
Sets the id value for this AutocometJob.
|
void |
setName(String name)
Sets the name value for this AutocometJob.
|
void |
setObjectId(int objectId)
Sets the objectId value for this AutocometJob.
|
void |
setObjectPath(String objectPath)
Sets the objectPath value for this AutocometJob.
|
void |
setPriority(int priority)
Sets the priority value for this AutocometJob.
|
void |
setStarttime(Calendar starttime)
Sets the starttime value for this AutocometJob.
|
void |
setStatusId(int statusId)
Sets the statusId value for this AutocometJob.
|
void |
setTemplatePath(String templatePath)
Sets the templatePath value for this AutocometJob.
|
public int getId()
public void setId(int id)
id - public String getName()
public void setName(String name)
name - public String getCommand()
public void setCommand(String command)
command - public int getCommandId()
public void setCommandId(int commandId)
commandId - public int getObjectId()
public void setObjectId(int objectId)
objectId - public String getObjectPath()
public void setObjectPath(String objectPath)
objectPath - public String getTemplatePath()
public void setTemplatePath(String templatePath)
templatePath - public int getPriority()
public void setPriority(int priority)
priority - public boolean isDoAgain()
public void setDoAgain(boolean doAgain)
doAgain - public int getDelay()
public void setDelay(int delay)
delay - public Calendar getStarttime()
public void setStarttime(Calendar starttime)
starttime - public Calendar getEndtime()
public void setEndtime(Calendar endtime)
endtime - public int getStatusId()
public void setStatusId(int statusId)
statusId - Copyright © 2017 SAP SE. All Rights Reserved.