Package PamController
Class UsedModuleInfo
java.lang.Object
PamController.UsedModuleInfo
- All Implemented Interfaces:
 Serializable,ManagedParameters
- Direct Known Subclasses:
 ModuleNodeParams
Very simple class used in an ArrayList of used modules that 
 get's saved between runs. This forms the core of the settings system
 so don't f*** with it !
- Author:
 - Doug
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classGet the unit name of the module being imported.voidsetUnitType(String unitType) toString() 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
className
 - 
unitName
 
 - 
 - 
Constructor Details
- 
UsedModuleInfo
 
 - 
 - 
Method Details
- 
getUnitType
- Returns:
 - the unitType
 
 - 
setUnitType
- Parameters:
 unitType- the unitType to set
 - 
toString
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 - 
getUnitName
Get the unit name of the module being imported.- Returns:
 
 
 -