Class GrouperLoaderContainer.ConfigName
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.GrouperLoaderContainer.ConfigName
- All Implemented Interfaces:
 Comparable<GrouperLoaderContainer.ConfigName>
- Enclosing class:
 - GrouperLoaderContainer
 
public static class GrouperLoaderContainer.ConfigName
extends Object
implements Comparable<GrouperLoaderContainer.ConfigName>
config name e.g. for databases
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ConfigName
- Parameters:
 theId-theName-
 
 - 
 - 
Method Details
- 
getId
id of config name- Returns:
 - the id
 
 - 
setId
id of config name- Parameters:
 id1- the id to set
 - 
getName
name of config name- Returns:
 - the name
 
 - 
setName
name of config name- Parameters:
 name1- the name to set
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<GrouperLoaderContainer.ConfigName>
 
 -