Class ContractDocType

java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.ContractDocType
All Implemented Interfaces:
ContractIdable

public class ContractDocType extends Object implements ContractIdable
  • Constructor Details

    • ContractDocType

      public ContractDocType()
  • Method Details

    • getDocTypeTitle

      public String getDocTypeTitle()
    • setDocTypeTitle

      public ContractDocType setDocTypeTitle(String docTypeTitle)
    • getContractId

      public int getContractId()
      Description copied from interface: ContractIdable
      Возвращает id договора
      Specified by:
      getContractId in interface ContractIdable
      Returns:
    • setContractId

      public ContractDocType setContractId(int contractId)
    • getDocTypeId

      public int getDocTypeId()
    • setDocTypeId

      public ContractDocType setDocTypeId(int docTypeId)
    • getId

      public int getId()
    • setId

      public ContractDocType setId(int id)