Class ContractSearchDto

java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.contract.ContractSearchDto

public class ContractSearchDto extends Object
  • Constructor Details

    • ContractSearchDto

      public ContractSearchDto()
  • Method Details

    • getContractId

      public int getContractId()
    • setContractId

      public void setContractId(int contractId)
    • getContractTitle

      public String getContractTitle()
    • setContractTitle

      public void setContractTitle(String contractTitle)
    • getContractComment

      public String getContractComment()
    • setContractComment

      public void setContractComment(String contractComment)
    • toContract

      public Contract toContract()