Package edu.internet2.middleware.grouper
Class Stem.StemObliterateResults
java.lang.Object
edu.internet2.middleware.grouper.Stem.StemObliterateResults
- Enclosing class:
- Stem
counts when obliterating or seeing if can obliterate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintattribute def countintattribute def count total (even ones arent allowed to delete)intattribute def name countintattribute def name count total objects (even ones you arent allowed to delete)intgroup countintgroup count total (even ones not allowed to delete)intstem countintgetStems()voidsetAttributeDefCount(int attributeDefCount) attribute def countvoidsetAttributeDefCountTotal(int attributeDefCountTotal) attribute def count total (even ones arent allowed to delete)voidsetAttributeDefNameCount(int attributeDefNameCount1) attribute def name countvoidsetAttributeDefNameCountTotal(int attributeDefNameCountTotal1) attribute def name count total objects (even ones you arent allowed to delete)voidsetAttributeDefs(Set<AttributeDef> attributeDefs) voidsetGroupCount(int groupCount1) group countvoidsetGroupCountTotal(int groupCountTotal1) group count total (even ones not allowed to delete)voidvoidsetStemCount(int stemCount1) stem countvoidsetStemCountTotal(int stemCountTotal1) void
-
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
-
setAttributeDefs
-
getStems
-
setStems
-
getGroups
-
setGroups
-