Class CustomerLink
java.lang.Object
ru.bitel.bgbilling.kernel.contract.api.common.bean.customer.CustomerLink
public class CustomerLink
extends java.lang.Object
Привязка ID договора к кастомеру
-
Constructor Summary
Constructors Constructor Description CustomerLink() -
Method Summary
Modifier and Type Method Description intgetContractId()intgetCustomerId()PeriodWithTimegetPeriod()voidsetContractId(int contractId)voidsetCustomerId(int customerId)voidsetPeriod(PeriodWithTime period)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CustomerLink
public CustomerLink()
-
-
Method Details
-
getCustomerId
public int getCustomerId() -
setCustomerId
public void setCustomerId(int customerId) -
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getPeriod
-
setPeriod
-