public class ReserveEppStepData extends StepData<ReserveEppStep>
Constructor and Description |
---|
ReserveEppStepData(ReserveEppStep step,
WizardData data) |
Modifier and Type | Method and Description |
---|---|
int |
getAddressParamId() |
int |
getBillingAddressParamId() |
java.util.List<CommonObjectLink> |
getContractLinkList() |
int |
getCustomerId() |
java.lang.String |
getFlat() |
int |
getGroupId() |
AddressHouse |
getHouse() |
int |
getParamId() |
java.lang.String |
getParamValue() |
int |
getProcessId() |
int |
getTaskTypeId() |
boolean |
isFilled(java.sql.Connection con) |
public ReserveEppStepData(ReserveEppStep step, WizardData data)
public boolean isFilled(java.sql.Connection con) throws BGException
isFilled
in class StepData<ReserveEppStep>
BGException
public java.lang.String getFlat()
public java.util.List<CommonObjectLink> getContractLinkList()
public AddressHouse getHouse()
public int getTaskTypeId()
public int getGroupId()
public int getProcessId()
public int getParamId()
public java.lang.String getParamValue()
public int getAddressParamId()
public int getBillingAddressParamId()
public int getCustomerId()