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

public class CustomerAccount extends Object
  • Constructor Details

    • CustomerAccount

      public CustomerAccount()
    • CustomerAccount

      public CustomerAccount(long account, int contractCount)
  • Method Details

    • getAccount

      public long getAccount()
    • getContractCount

      public int getContractCount()
    • setAccount

      public void setAccount(long account)
    • setContractCount

      public void setContractCount(int contractCount)