public class ShowCurrentTariffStepData extends StepData<ShowCurrentTariffStep>
Constructor and Description |
---|
ShowCurrentTariffStepData(ShowCurrentTariffStep step,
WizardData data) |
Modifier and Type | Method and Description |
---|---|
static DialUpPeriod |
getCurrentPeriod(java.util.List<DialUpPeriod> periodList) |
DialUpPeriod |
getPeriod() |
java.util.List<ContractTariff> |
getTariffList() |
boolean |
isFilled(java.sql.Connection con) |
boolean |
isInternet() |
public ShowCurrentTariffStepData(ShowCurrentTariffStep step, WizardData data)
public static DialUpPeriod getCurrentPeriod(java.util.List<DialUpPeriod> periodList) throws BGException
BGException
public boolean isFilled(java.sql.Connection con) throws BGException
isFilled
in class StepData<ShowCurrentTariffStep>
BGException
public java.util.List<ContractTariff> getTariffList()
public DialUpPeriod getPeriod()
public boolean isInternet()