public class LinkCommonContractStepData extends StepData<LinkCommonContractStep>
Constructor and Description |
---|
LinkCommonContractStepData(LinkCommonContractStep step,
WizardData data) |
Modifier and Type | Method and Description |
---|---|
ParameterAddressValue |
getAddress() |
CommonContract |
getCommonContract() |
Customer |
getCustomer() |
boolean |
getManualTitleInput() |
boolean |
isFilled(java.sql.Connection con) |
public LinkCommonContractStepData(LinkCommonContractStep step, WizardData data)
public boolean isFilled(java.sql.Connection con) throws BGException
isFilled
in class StepData<LinkCommonContractStep>
BGException
public Customer getCustomer()
public ParameterAddressValue getAddress()
public CommonContract getCommonContract()
public boolean getManualTitleInput()