public class ChoosePhoneNumberStepData extends StepData<ChoosePhoneNumberStep>
Constructor and Description |
---|
ChoosePhoneNumberStepData(ChoosePhoneNumberStep step,
WizardData data) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBillingId() |
int |
getContractId() |
java.util.List<java.lang.String> |
getNumbers() |
int |
getPhoneModuleId() |
int |
getPhoneParamId() |
int |
getProcessId() |
java.lang.String |
getReplacePrefix() |
java.lang.String |
getSelectedNumber() |
int |
getSourceId() |
boolean |
isFilled(java.sql.Connection con) |
boolean |
isNeedChoose() |
public ChoosePhoneNumberStepData(ChoosePhoneNumberStep step, WizardData data)
public boolean isFilled(java.sql.Connection con) throws BGException
isFilled
in class StepData<ChoosePhoneNumberStep>
BGException
public java.util.List<java.lang.String> getNumbers()
public java.lang.String getBillingId()
public int getContractId()
public int getPhoneModuleId()
public int getSourceId()
public int getPhoneParamId()
public int getProcessId()
public java.lang.String getSelectedNumber()
public java.lang.String getReplacePrefix()
public boolean isNeedChoose()