Class ContractService

java.lang.Object
org.bgerp.model.base.Id
ru.bgcrm.plugin.bgbilling.proto.model.ContractService
All Implemented Interfaces:
Serializable, Id<Integer>, PeriodSet

public class ContractService extends Id implements PeriodSet
See Also:
  • Constructor Details

    • ContractService

      public ContractService()
  • Method Details

    • getContractId

      public int getContractId()
    • setContractId

      public void setContractId(int contractId)
    • getServiceId

      public int getServiceId()
    • setServiceId

      public void setServiceId(int serviceId)
    • getServiceTitle

      public String getServiceTitle()
    • setServiceTitle

      public void setServiceTitle(String serviceTitle)
    • getDateFrom

      public Date getDateFrom()
    • setDateFrom

      public void setDateFrom(Date dateFrom)
      Specified by:
      setDateFrom in interface PeriodSet
    • getDateTo

      public Date getDateTo()
    • setDateTo

      public void setDateTo(Date dateTo)
      Specified by:
      setDateTo in interface PeriodSet
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)