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 int
getContractId()
int
getCustomerId()
PeriodWithTime
getPeriod()
void
setContractId(int contractId)
void
setCustomerId(int customerId)
void
setPeriod(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
-