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