Class OverriddenData

java.lang.Object
org.ametys.plugins.odfpilotage.cost.entity.OverriddenData

public class OverriddenData extends Object
This class store all overridden data by the user
  • Constructor Details

  • Method Details

    • getVolumeOfHours

      public Optional<Double> getVolumeOfHours(String programItemId, String natureId)
      Get the overridden volume of hours of a program item
      Parameters:
      programItemId - the program item id
      natureId - the nature of the volume of hours
      Returns:
      the overridden volume of hours
    • getEffective

      public Optional<Double> getEffective(String programItemId)
      Get the overridden effective of a program item
      Parameters:
      programItemId - the program item id
      Returns:
      the overridden effective
    • getNumberOfGroups

      public Optional<Double> getNumberOfGroups(String programItemId)
      Get the overridden number groups of a program item
      Parameters:
      programItemId - the program item id
      Returns:
      the overridden number of groups