public class CreateContractsStepData extends StepData<CreateContractsStep>
Constructor and Description |
---|
CreateContractsStepData(CreateContractsStep step,
WizardData data) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContractType> |
getAllowedTypeList() |
CommonContract |
getCommonContract() |
java.util.List<CommonObjectLink> |
getContractLinkList() |
Customer |
getCustomer() |
boolean |
getShowContractTitle() |
boolean |
isFilled(java.sql.Connection con) |
public CreateContractsStepData(CreateContractsStep step, WizardData data)
public boolean isFilled(java.sql.Connection con) throws BGException
isFilled
in class StepData<CreateContractsStep>
BGException
public java.util.List<ContractType> getAllowedTypeList()
public java.util.List<CommonObjectLink> getContractLinkList()
public CommonContract getCommonContract()
public Customer getCustomer()
public boolean getShowContractTitle()