Class GroupCostDelimitationByMonth.CostDelimitation

java.lang.Object
ch.tocco.nice2.optional.reservation.impl.freemarker.GroupCostDelimitationByMonth.CostDelimitation
Enclosing class:
GroupCostDelimitationByMonth

public static class GroupCostDelimitationByMonth.CostDelimitation extends Object
  • Constructor Details

    • CostDelimitation

      public CostDelimitation()
  • Method Details

    • getAbbreviation

      public String getAbbreviation()
    • setAbbreviation

      public void setAbbreviation(String abbreviation)
    • getEvent

      public String getEvent()
    • setEvent

      public void setEvent(String event)
    • getAmount

      public BigDecimal getAmount()
    • setAmount

      public void setAmount(BigDecimal amount)
    • getPercentage

      public BigDecimal getPercentage()
    • setPercentage

      public void setPercentage(BigDecimal percentage)
    • getPartOfCosts

      public BigDecimal getPartOfCosts()
    • setPartOfCosts

      public void setPartOfCosts(BigDecimal partOfCosts)