public class WizardData
extends java.lang.Object
Constructor and Description |
---|
WizardData(java.sql.Connection con,
Wizard wizard,
Process process,
User user) |
Modifier and Type | Method and Description |
---|---|
Customer |
getLinkedCustomer() |
Process |
getProcess() |
java.util.List<StepData<?>> |
getStepDataList() |
User |
getUser() |
void |
setUser(User user) |
public WizardData(java.sql.Connection con, Wizard wizard, Process process, User user) throws BGException
BGException