Class Stem.StemObliterateResults

java.lang.Object
edu.internet2.middleware.grouper.Stem.StemObliterateResults
Enclosing class:
Stem

public static class Stem.StemObliterateResults extends Object
counts when obliterating or seeing if can obliterate
  • Constructor Details

    • StemObliterateResults

      public StemObliterateResults()
  • Method Details

    • getStemCountTotal

      public int getStemCountTotal()
      Returns:
      the stemCountTotal
    • setStemCountTotal

      public void setStemCountTotal(int stemCountTotal1)
      Parameters:
      stemCountTotal1 - the stemCountTotal to set
    • getGroupCountTotal

      public int getGroupCountTotal()
      group count total (even ones not allowed to delete)
      Returns:
      the groupCountTotal
    • setGroupCountTotal

      public void setGroupCountTotal(int groupCountTotal1)
      group count total (even ones not allowed to delete)
      Parameters:
      groupCountTotal1 - the groupCountTotal to set
    • getAttributeDefCountTotal

      public int getAttributeDefCountTotal()
      attribute def count total (even ones arent allowed to delete)
      Returns:
      the attributeDefCountTotal
    • setAttributeDefCountTotal

      public void setAttributeDefCountTotal(int attributeDefCountTotal)
      attribute def count total (even ones arent allowed to delete)
      Parameters:
      attributeDefCountTotal - the attributeDefCountTotal to set
    • getAttributeDefNameCountTotal

      public int getAttributeDefNameCountTotal()
      attribute def name count total objects (even ones you arent allowed to delete)
      Returns:
      the attributeDefNameCountTotal
    • setAttributeDefNameCountTotal

      public void setAttributeDefNameCountTotal(int attributeDefNameCountTotal1)
      attribute def name count total objects (even ones you arent allowed to delete)
      Parameters:
      attributeDefNameCountTotal1 - the attributeDefNameCountTotal to set
    • getStemCount

      public int getStemCount()
      stem count
      Returns:
      the stemCount
    • setStemCount

      public void setStemCount(int stemCount1)
      stem count
      Parameters:
      stemCount1 - the stemCount to set
    • getGroupCount

      public int getGroupCount()
      group count
      Returns:
      the groupCount
    • setGroupCount

      public void setGroupCount(int groupCount1)
      group count
      Parameters:
      groupCount1 - the groupCount to set
    • getAttributeDefCount

      public int getAttributeDefCount()
      attribute def count
      Returns:
      the attributeDefCount
    • setAttributeDefCount

      public void setAttributeDefCount(int attributeDefCount)
      attribute def count
      Parameters:
      attributeDefCount - the attributeDefCount to set
    • getAttributeDefNameCount

      public int getAttributeDefNameCount()
      attribute def name count
      Returns:
      the attributeDefNameCount
    • setAttributeDefNameCount

      public void setAttributeDefNameCount(int attributeDefNameCount1)
      attribute def name count
      Parameters:
      attributeDefNameCount1 - the attributeDefNameCount to set
    • getAttributeDefs

      public Set<AttributeDef> getAttributeDefs()
    • setAttributeDefs

      public void setAttributeDefs(Set<AttributeDef> attributeDefs)
    • getStems

      public Set<Stem> getStems()
    • setStems

      public void setStems(Set<Stem> stems)
    • getGroups

      public Set<Group> getGroups()
    • setGroups

      public void setGroups(Set<Group> groups)