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

public class Groups extends Object
Class representing Effectives
  • Constructor Details

    • Groups

      public Groups()
      The constructor
  • Method Details

    • getOverriddenGroups

      Get the overridden number of groups
      Returns:
      the overridden number of groups, can be null if not defined
    • setOverriddenGroups

      public void setOverriddenGroups(Long overriddenGroups)
      Set the overriden number of groups
      Parameters:
      overriddenGroups - the overridden number of groups
    • getGroupsToOpen

      Get the groups to open defined on the item, not mandatory
      Returns:
      the number of groups to open, can be null if not defined
    • setGroupsToOpen

      public void setGroupsToOpen(Long groupsToOpen)
      Set the number of groups to open
      Parameters:
      groupsToOpen - the number of groups to open
    • getComputedGroups

      Get the computed groups to open
      Returns:
      the computed number of groups to open
    • setComputedGroups

      public void setComputedGroups(Long computedGroups)
      Set the computed number of groups to open
      Parameters:
      computedGroups - the computed number of groups to open