Class CustomerLink
java.lang.Object
ru.bitel.bgbilling.kernel.contract.api.common.bean.customer.CustomerLink
Привязка ID договора к кастомеру
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomerLink.Builder
builder()
int
long
int
void
setContractId
(int contractId) void
setCustomerAccount
(long customerAccount) void
setCustomerId
(int customerId) void
setPeriod
(PeriodWithTime period)
-
Constructor Details
-
CustomerLink
public CustomerLink()
-
-
Method Details
-
getContractId
public int getContractId() -
getCustomerAccount
public long getCustomerAccount() -
getCustomerId
public int getCustomerId() -
getPeriod
-
setContractId
public void setContractId(int contractId) -
setCustomerAccount
public void setCustomerAccount(long customerAccount) -
setCustomerId
public void setCustomerId(int customerId) -
setPeriod
-
builder
-