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

public class CustomerContract extends Object
  • Constructor Details

    • CustomerContract

      public CustomerContract()
  • Method Details

    • getContractId

      public int getContractId()
    • getTitle

      public String getTitle()
    • getComment

      public String getComment()
    • getAccount

      public long getAccount()
    • setContractId

      public void setContractId(int contractId)
    • setTitle

      public void setTitle(String title)
    • setComment

      public void setComment(String comment)
    • setAccount

      public void setAccount(long account)
    • builder

      public static CustomerContract.Builder builder()