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

public class CustomerLink extends 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)
    • getCustomerAccount

      public long getCustomerAccount()
    • setCustomerAccount

      public void setCustomerAccount(long customerAccount)
    • getPeriod

      public PeriodWithTime getPeriod()
    • setPeriod

      public void setPeriod(PeriodWithTime period)