public class FindOrCreateCustomerStepData extends StepData<FindOrCreateCustomerStep>
| Constructor and Description |
|---|
FindOrCreateCustomerStepData(FindOrCreateCustomerStep step,
WizardData data) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer() |
Process |
getProcess() |
boolean |
isFilled(java.sql.Connection con) |
public FindOrCreateCustomerStepData(FindOrCreateCustomerStep step, WizardData data)
public boolean isFilled(java.sql.Connection con)
throws BGException
isFilled in class StepData<FindOrCreateCustomerStep>BGExceptionpublic Customer getCustomer()
public Process getProcess()