public class BatchDTO extends ItemDTO
| Constructor and Description |
|---|
BatchDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId() |
String |
getId() |
DistributedProcessDTO |
getProcess() |
long |
getRemainingWorkLoad() |
String |
getType() |
void |
setExecutionId(String value) |
void |
setId(String value) |
void |
setProcess(DistributedProcessDTO value) |
void |
setRemainingWorkLoad(long value) |
void |
setType(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic String getExecutionId()
public String getId()
public DistributedProcessDTO getProcess()
public long getRemainingWorkLoad()
public String getType()
public void setExecutionId(String value)
public void setId(String value)
public void setProcess(DistributedProcessDTO value)
public void setRemainingWorkLoad(long value)
public void setType(String value)
Copyright © 2017 SAP SE. All Rights Reserved.