Constructor and Description |
---|
EppStepData(EppStep step,
WizardData data) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBillingId() |
java.util.List<CommonObjectLink> |
getContractLinkList() |
java.lang.String |
getFlat() |
int |
getHouseId() |
boolean |
getIsPacket() |
java.lang.String |
getParamValue() |
Process |
getProcess() |
int |
getQuarterId() |
java.util.List<CommonObjectLink> |
getTaskLinkList() |
boolean |
isFilled(java.sql.Connection con) |
public EppStepData(EppStep step, WizardData data)
public boolean isFilled(java.sql.Connection con) throws BGException
isFilled
in class StepData<EppStep>
BGException
public java.util.List<CommonObjectLink> getContractLinkList()
public java.util.List<CommonObjectLink> getTaskLinkList()
public boolean getIsPacket()
public int getQuarterId()
public int getHouseId()
public java.lang.String getFlat()
public java.lang.String getParamValue()
public java.lang.String getBillingId()
public Process getProcess()