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
Modifier and TypeFieldDescriptionstatic final long
-
Constructor Summary
-
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.void
setUnitType
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-
getUnitName
Get the unit name of the module being imported.- Returns:
-