public class SimulationInfo extends Object
Constructor and Description |
---|
SimulationInfo(long startTime,
String processId,
int numberOfExecutions,
long interval) |
Modifier and Type | Method and Description |
---|---|
long |
getEndTime() |
long |
getInterval() |
int |
getNumberOfExecutions() |
String |
getProcessId() |
String |
getProcessName() |
String |
getProcessVersion() |
long |
getStartTime() |
void |
setEndTime(long endTime) |
void |
setInterval(int interval) |
void |
setNumberOfExecutions(int numberOfExecutions) |
void |
setProcessId(String processId) |
void |
setProcessName(String processName) |
void |
setProcessVersion(String processVersion) |
void |
setStartTime(long startTime) |
public SimulationInfo(long startTime, String processId, int numberOfExecutions, long interval)
public long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
public String getProcessId()
public void setProcessId(String processId)
public String getProcessName()
public void setProcessName(String processName)
public String getProcessVersion()
public void setProcessVersion(String processVersion)
public int getNumberOfExecutions()
public void setNumberOfExecutions(int numberOfExecutions)
public long getInterval()
public void setInterval(int interval)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.