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
-
Method Summary
Modifier and TypeMethodDescriptionint
attribute def countint
attribute def count total (even ones arent allowed to delete)int
attribute def name countint
attribute def name count total objects (even ones you arent allowed to delete)int
group countint
group count total (even ones not allowed to delete)int
stem countint
getStems()
void
setAttributeDefCount
(int attributeDefCount) attribute def countvoid
setAttributeDefCountTotal
(int attributeDefCountTotal) attribute def count total (even ones arent allowed to delete)void
setAttributeDefNameCount
(int attributeDefNameCount1) attribute def name countvoid
setAttributeDefNameCountTotal
(int attributeDefNameCountTotal1) attribute def name count total objects (even ones you arent allowed to delete)void
setAttributeDefs
(Set<AttributeDef> attributeDefs) void
setGroupCount
(int groupCount1) group countvoid
setGroupCountTotal
(int groupCountTotal1) group count total (even ones not allowed to delete)void
void
setStemCount
(int stemCount1) stem countvoid
setStemCountTotal
(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
-