Class ContractTariffGroup

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

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

    • ContractTariffGroup

      public ContractTariffGroup()
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getGroupId

      public int getGroupId()
    • setGroupId

      public void setGroupId(int groupId)
    • 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