Class ContractTariff

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

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

    • ContractTariff

      public ContractTariff()
  • Method Details

    • getContractId

      public int getContractId()
    • setContractId

      public void setContractId(int contractId)
    • 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
    • getPeriod

      public Period getPeriod()
    • setPeriod

      public void setPeriod(Period value)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getPosition

      public int getPosition()
    • setPosition

      public void setPosition(int position)
    • getTariffPlanId

      public int getTariffPlanId()
    • setTariffPlanId

      public void setTariffPlanId(int tpid)