java.lang.Object
ru.bitel.bgbilling.kernel.contract.api.common.bean.customer.CustomerLink

public class CustomerLink
extends java.lang.Object
Привязка ID договора к кастомеру
  • 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

      public PeriodWithTime getPeriod()
    • setPeriod

      public void setPeriod​(PeriodWithTime period)